OEUnBondPredParameter

Attention

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

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.