Inherited by DD::Image::ReaderImpl, and DD::Image::WriterImpl.
Public Member Functions | |
LUTInfo (Op *pOp) | |
void | registerForCallbacks () |
This must be called after the Reader/Writer is constructed. | |
void | unregisterForCallbacks () |
void | setLUTDataTypeHint (const LUT::DataType type) const |
LUT::DataType | lutDataTypeHint () const |
std::string | getBuiltinLUTName (std::string &mappedStringOut) |
std::string | updateColorspaceDefaultValue () |
util function for calling updateColorspaceDefaultValue() | |
std::string | stripCascadingPrefix (const std::string &) const |
strip off cascading menus prefix | |
virtual LUT * | defaultLut () const =0 |
must return the LUT pointer used by the LUTInfo derived class | |
Protected Attributes | |
std::string | _overrideColorspaceName |
void LUTInfo::unregisterForCallbacks | ( | ) |
This must be called before the Reader/Writer is destructed and only if you want to unregister the callbacks earlier
std::string LUTInfo::getBuiltinLUTName | ( | std::string & | mappedStringOut | ) |
Get the name of the given builtin LUT. Will also use the provided writer (if any) to find the equivalent OCIO mapped name
References DD::Image::LUT::builtin_names, defaultLut(), and DD::Image::LUT::GetBuiltinLUT().
Referenced by updateColorspaceDefaultValue().
©2021 The Foundry Visionmongers, Ltd. All Rights Reserved. |