HDK
|
Represents exponent transform: pow( clamp(color), value ). More...
#include <OpenColorTransforms.h>
Public Member Functions | |
TransformType | getTransformType () const noexceptoverride |
virtual const FormatMetadata & | getFormatMetadata () const noexcept=0 |
virtual FormatMetadata & | getFormatMetadata () noexcept=0 |
virtual bool | equals (const ExponentTransform &other) const noexcept=0 |
Checks if this exactly equals other. More... | |
virtual void | getValue (double(&vec4)[4]) const noexcept=0 |
virtual void | setValue (const double(&vec4)[4]) noexcept=0 |
virtual NegativeStyle | getNegativeStyle () const =0 |
virtual void | setNegativeStyle (NegativeStyle style)=0 |
ExponentTransform (const ExponentTransform &)=delete | |
ExponentTransform & | operator= (const ExponentTransform &)=delete |
virtual | ~ExponentTransform ()=default |
Do not use (needed only for pybind11). More... | |
Public Member Functions inherited from OCIO_NAMESPACE::Transform | |
virtual TransformRcPtr | createEditableCopy () const =0 |
virtual TransformDirection | getDirection () const noexcept=0 |
virtual void | setDirection (TransformDirection dir) noexcept=0 |
Note that this only affects the evaluation and not the values stored in the object. More... | |
virtual void | validate () const |
Will throw if data is not valid. 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 ExponentTransformRcPtr | Create () |
Protected Member Functions | |
ExponentTransform ()=default | |
Protected Member Functions inherited from OCIO_NAMESPACE::Transform | |
Transform ()=default | |
Represents exponent transform: pow( clamp(color), value ).
Definition at line 819 of file OpenColorTransforms.h.
|
delete |
|
virtualdefault |
Do not use (needed only for pybind11).
|
protecteddefault |
|
static |
|
pure virtualnoexcept |
Checks if this exactly equals other.
|
pure virtualnoexcept |
|
pure virtualnoexcept |
|
pure virtual |
Specifies how negative values are handled. Legal values:
|
inlineoverridevirtualnoexcept |
Implements OCIO_NAMESPACE::Transform.
Definition at line 824 of file OpenColorTransforms.h.
|
pure virtualnoexcept |
|
delete |
|
pure virtual |
|
pure virtualnoexcept |