HDK
|
#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 LogTransform &other) const noexcept=0 |
Checks if this exactly equals other. More... | |
virtual double | getBase () const noexcept=0 |
virtual void | setBase (double val) noexcept=0 |
LogTransform (const LogTransform &)=delete | |
LogTransform & | operator= (const LogTransform &)=delete |
virtual | ~LogTransform ()=default |
Do not use (needed only for pybind11). More... | |
![]() | |
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 LogTransformRcPtr | Create () |
Protected Member Functions | |
LogTransform ()=default | |
![]() | |
Transform ()=default | |
Represents log transform: log(color, base)
Definition at line 1501 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 virtualnoexcept |
|
inlineoverridevirtualnoexcept |
Implements OCIO_NAMESPACE::Transform.
Definition at line 1506 of file OpenColorTransforms.h.
|
delete |
|
pure virtualnoexcept |