HDK
|
#include <OpenColorTransforms.h>
Public Member Functions | |
TransformRcPtr | createEditableCopy () const override |
TransformDirection | getDirection () const noexceptoverride |
void | setDirection (TransformDirection dir) noexceptoverride |
Note that this only affects the evaluation and not the values stored in the object. More... | |
TransformType | getTransformType () const noexceptoverride |
void | validate () const override |
Will throw if data is not valid. More... | |
Allocation | getAllocation () const |
void | setAllocation (Allocation allocation) |
int | getNumVars () const |
void | getVars (float *vars) const |
void | setVars (int numvars, const float *vars) |
AllocationTransform & | operator= (const AllocationTransform &)=delete |
virtual | ~AllocationTransform () |
Do not use (needed only for pybind11). More... | |
![]() | |
Transform (const Transform &)=delete | |
Transform & | operator= (const Transform &)=delete |
virtual | ~Transform ()=default |
Do not use (needed only for pybind11). More... | |
Static Public Member Functions | |
static AllocationTransformRcPtr | Create () |
Additional Inherited Members | |
![]() | |
Transform ()=default | |
Forward direction wraps the 'expanded' range into the specified, often compressed, range.
Definition at line 152 of file OpenColorTransforms.h.
|
virtual |
Do not use (needed only for pybind11).
|
static |
|
overridevirtual |
Implements OCIO_NAMESPACE::Transform.
Allocation OCIO_NAMESPACE::AllocationTransform::getAllocation | ( | ) | const |
|
overridevirtualnoexcept |
Implements OCIO_NAMESPACE::Transform.
int OCIO_NAMESPACE::AllocationTransform::getNumVars | ( | ) | const |
|
inlineoverridevirtualnoexcept |
Implements OCIO_NAMESPACE::Transform.
Definition at line 162 of file OpenColorTransforms.h.
|
delete |
void OCIO_NAMESPACE::AllocationTransform::setAllocation | ( | Allocation | allocation | ) |
|
overridevirtualnoexcept |
Note that this only affects the evaluation and not the values stored in the object.
Implements OCIO_NAMESPACE::Transform.
|
overridevirtual |
Will throw if data is not valid.
Reimplemented from OCIO_NAMESPACE::Transform.