HDK
|
#include <OpenColorIO.h>
Public Member Functions | |
BuiltinTransformRegistry (const BuiltinTransformRegistry &)=delete | |
BuiltinTransformRegistry & | operator= (const BuiltinTransformRegistry &)=delete |
virtual size_t | getNumBuiltins () const noexcept=0 |
Get the number of built-in transforms available. More... | |
virtual const char * | getBuiltinStyle (size_t index) const =0 |
virtual const char * | getBuiltinDescription (size_t index) const =0 |
Get the description string for the i-th built-in transform. More... | |
Static Public Member Functions | |
static ConstBuiltinTransformRegistryRcPtr | Get () noexcept |
Get the current built-in transform registry. More... | |
Protected Member Functions | |
BuiltinTransformRegistry ()=default | |
virtual | ~BuiltinTransformRegistry ()=default |
The built-in transform registry contains all the existing built-in transforms which can be used by a configuration (version 2 or higher only).
Definition at line 3701 of file OpenColorIO.h.
|
delete |
|
protecteddefault |
|
protectedvirtualdefault |
|
staticnoexcept |
Get the current built-in transform registry.
|
pure virtual |
Get the description string for the i-th built-in transform.
|
pure virtual |
Get the style string for the i-th built-in transform. The style is the ID string that identifies a given transform.
|
pure virtualnoexcept |
Get the number of built-in transforms available.
|
delete |