OEMCSFuncParameter

Attention

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

class OEMCSFuncParameter : public OESystem::OEMultiParameter<OEChem::OEMCSFunc>

OEMCSFuncParameter represents a parameter that has a value of type OEMCSFunc.

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

Constructors

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

Default and copy constructors.

Constructs an OEMCSFuncParameter instance using the specified set of parameters.

operator=

OEMCSFuncParameter &operator=(const OEMCSFuncParameter &)

The assignment operator.