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