OEUnAtomPredParameter¶
Attention
This is a preliminary API and may be improved based on user feedback. It is currently available in C++ and Python.
class OEUnAtomPredParameter : public OEPredicateParameter<OESystem::OEUnaryPredicate<OEChem::OEAtomBase>>
The OEUnAtomPredParameter
represents parameter that has value
of OEUnaryPredicate
type.
- Following methods are publicly inherited from
OEParameter
: AddAlias
andGetAliases
GetKeyless
andSetKeyless
IsSet
andIsSetToString
- Following methods are publicly inherited from
OEPredicateParameter
: GetDefault
andSetDefault
Constructors¶
OEUnAtomPredParameter()
OEUnAtomPredParameter(const std::string& name)
OEUnAtomPredParameter(const OEUnAtomPredParameter&)
Default and copy constructors.
Constructs an OEUnAtomPredParameter
instance using the specified set of parameters.