OEUnBondPredParameter

class OEUnBondPredParameter : public OEPredicateParameter<OESystem::OEUnaryPredicate<OEChem::OEBondBase>>

The OEUnBondPredParameter represents parameter that has value of OEUnaryPredicate type.

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

Constructors

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

Default and copy constructors.

Constructs an OEUnBondPredParameter instance using the specified set of parameters.

operator=

OEUnBondPredParameter &operator=(const OEUnBondPredParameter &)

The assignment operator.