OEPointerParameter

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 OEPointerParameter : public OEParameter

The OEPointerParameter is an abstract base class, derived from OEParameter. This is a templated class that provides type-specific implementation of parameters that has object-pointer-type value. A OEPointerParameter always contains a single default or user-defined value.

Following methods are publicly inherited from OEParameter: