#include <OpenColorTransforms.h>
Definition at line 1026 of file OpenColorTransforms.h.
virtual OCIO_NAMESPACE::FileTransform::~FileTransform |
( |
| ) |
|
|
virtual |
Do not use (needed only for pybind11).
TransformRcPtr OCIO_NAMESPACE::FileTransform::createEditableCopy |
( |
| ) |
const |
|
overridevirtual |
const char* OCIO_NAMESPACE::FileTransform::getCCCId |
( |
| ) |
const |
The cccid can be the ID of a CDL or the index of the CDL (as string). If cccid is NULL or empty the first CDL is returned. The cccid is case-sensitive.
CDLStyle OCIO_NAMESPACE::FileTransform::getCDLStyle |
( |
| ) |
const |
static const char* OCIO_NAMESPACE::FileTransform::GetFormatExtensionByIndex |
( |
int |
index | ) |
|
|
static |
Get the LUT reader extension at index, return empty string if an invalid index is specified.
static const char* OCIO_NAMESPACE::FileTransform::GetFormatNameByIndex |
( |
int |
index | ) |
|
|
static |
Get the LUT readers at index, return empty string if an invalid index is specified.
Interpolation OCIO_NAMESPACE::FileTransform::getInterpolation |
( |
| ) |
const |
The file parsers that care about interpolation (LUTs) will try to make use of the requested interpolation method when loading the file. In these cases, if the requested method could not be used, a warning is logged. If no method is provided, or a method cannot be used, INTERP_DEFAULT is used.
static int OCIO_NAMESPACE::FileTransform::GetNumFormats |
( |
| ) |
|
|
static |
Get the number of LUT readers.
const char* OCIO_NAMESPACE::FileTransform::getSrc |
( |
| ) |
const |
TransformType OCIO_NAMESPACE::FileTransform::getTransformType |
( |
| ) |
const |
|
inlineoverridevirtualnoexcept |
void OCIO_NAMESPACE::FileTransform::setCCCId |
( |
const char * |
id | ) |
|
void OCIO_NAMESPACE::FileTransform::setCDLStyle |
( |
CDLStyle |
| ) |
|
Can be used with CDL, CC & CCC formats to specify the clamping behavior of the CDLTransform. Default is CDL_NO_CLAMP.
void OCIO_NAMESPACE::FileTransform::setSrc |
( |
const char * |
src | ) |
|
void OCIO_NAMESPACE::FileTransform::validate |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following file: