|
HDK
|
#include <OpenColorTransforms.h>
Inheritance diagram for OCIO_NAMESPACE::LogTransform: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... | |
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 LogTransformRcPtr | Create () |
Protected Member Functions | |
| LogTransform ()=default | |
Protected Member Functions inherited from OCIO_NAMESPACE::Transform | |
| Transform ()=default | |
Represents log transform: log(color, base)
Definition at line 1522 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 1527 of file OpenColorTransforms.h.
|
delete |
|
pure virtualnoexcept |