OEColorFFParameter

Attention

This is a preliminary API and may be improved based on user feedback. It is currently available in C++ and Python.

class OEColorFFParameter : public OESystem::OEMultiParameter<OEShape::OEColorForceField>

The OEColorFFParameter represents parameter that has a value of type OEColorForceField.

Following methods are publicly inherited from OEParameter:
Following methods are publicly inherited from OEMultiParameter:

Constructors

OEColorFFParameter()
OEColorFFParameter(const std::string& name)
OEColorFFParameter(const OEColorFFParameter&)

Default and copy constructors.

Constructs an OEColorFFParameter instance using the specified set of parameters.

operator=

OEColorFFParameter &operator=(const OEColorFFParameter &)

The assignment operator.