HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OCIO_NAMESPACE::DynamicPropertyDouble Class Referenceabstract

Interface used to access dynamic property double value. More...

#include <OpenColorTransforms.h>

Public Member Functions

virtual double getValue () const =0
 
virtual void setValue (double value)=0
 
 DynamicPropertyDouble (const DynamicPropertyDouble &)=delete
 
DynamicPropertyDoubleoperator= (const DynamicPropertyDouble &)=delete
 
virtual ~DynamicPropertyDouble ()=default
 Do not use (needed only for pybind11). More...
 

Protected Member Functions

 DynamicPropertyDouble ()=default
 

Detailed Description

Interface used to access dynamic property double value.

Definition at line 731 of file OpenColorTransforms.h.

Constructor & Destructor Documentation

OCIO_NAMESPACE::DynamicPropertyDouble::DynamicPropertyDouble ( const DynamicPropertyDouble )
delete
virtual OCIO_NAMESPACE::DynamicPropertyDouble::~DynamicPropertyDouble ( )
virtualdefault

Do not use (needed only for pybind11).

OCIO_NAMESPACE::DynamicPropertyDouble::DynamicPropertyDouble ( )
protecteddefault

Member Function Documentation

virtual double OCIO_NAMESPACE::DynamicPropertyDouble::getValue ( ) const
pure virtual
DynamicPropertyDouble& OCIO_NAMESPACE::DynamicPropertyDouble::operator= ( const DynamicPropertyDouble )
delete
virtual void OCIO_NAMESPACE::DynamicPropertyDouble::setValue ( double  value)
pure virtual

The documentation for this class was generated from the following file: