|
OCIOEXPORT void | OCIO_NAMESPACE::ClearAllCaches () |
|
OCIOEXPORT const char * | OCIO_NAMESPACE::GetVersion () |
| Get the version number for the library, as a dot-delimited string (e.g., "1.0.0"). More...
|
|
OCIOEXPORT int | OCIO_NAMESPACE::GetVersionHex () |
| Get the version number for the library, as a single 4-byte hex number (e.g., 0x01050200 for "1.5.2"), to be used for numeric comparisons. More...
|
|
OCIOEXPORT LoggingLevel | OCIO_NAMESPACE::GetLoggingLevel () |
| Get the global logging level. More...
|
|
OCIOEXPORT void | OCIO_NAMESPACE::SetLoggingLevel (LoggingLevel level) |
| Set the global logging level. More...
|
|
OCIOEXPORT void | OCIO_NAMESPACE::SetLoggingFunction (LoggingFunction logFunction) |
| Set the logging function to use; otherwise, use the default (i.e. std::cerr). More...
|
|
OCIOEXPORT void | OCIO_NAMESPACE::ResetToDefaultLoggingFunction () |
|
OCIOEXPORT void | OCIO_NAMESPACE::LogMessage (LoggingLevel level, const char *message) |
| Log a message using the library logging function. More...
|
|
OCIOEXPORT void | OCIO_NAMESPACE::SetComputeHashFunction (ComputeHashFunction hashFunction) |
| Set the Compute Hash Function to use; otherwise, use the default. More...
|
|
OCIOEXPORT void | OCIO_NAMESPACE::ResetComputeHashFunction () |
|
OCIOEXPORT const char * | OCIO_NAMESPACE::GetEnvVariable (const char *name) |
|
OCIOEXPORT void | OCIO_NAMESPACE::SetEnvVariable (const char *name, const char *value) |
|
OCIOEXPORT void | OCIO_NAMESPACE::UnsetEnvVariable (const char *name) |
|
OCIOEXPORT bool | OCIO_NAMESPACE::IsEnvVariablePresent (const char *name) |
| cpp:function:: More...
|
|
OCIOEXPORT ConstConfigRcPtr | OCIO_NAMESPACE::GetCurrentConfig () |
| Get the current configuration. More...
|
|
OCIOEXPORT void | OCIO_NAMESPACE::SetCurrentConfig (const ConstConfigRcPtr &config) |
| Set the current configuration. This will then store a copy of the specified config. More...
|
|
OCIOEXPORT const char * | OCIO_NAMESPACE::ResolveConfigPath (const char *originalPath) noexcept |
| Make a config path forward-compatible by replacing special built-in config names with the current name. More...
|
|
OCIOEXPORT void | OCIO_NAMESPACE::ExtractOCIOZArchive (const char *archivePath, const char *destinationDir) |
| Extract an OCIO Config archive. More...
|
|
OCIOEXPORT std::ostream & | OCIO_NAMESPACE::operator<< (std::ostream &, const Config &) |
|
OCIOEXPORT std::ostream & | OCIO_NAMESPACE::operator<< (std::ostream &, const FileRules &) |
|
OCIOEXPORT std::ostream & | OCIO_NAMESPACE::operator<< (std::ostream &, const ViewingRules &) |
|
OCIOEXPORT std::ostream & | OCIO_NAMESPACE::operator<< (std::ostream &, const ColorSpace &) |
|
OCIOEXPORT ConstColorSpaceSetRcPtr | OCIO_NAMESPACE::operator|| (const ConstColorSpaceSetRcPtr &lcss, const ConstColorSpaceSetRcPtr &rcss) |
| Perform the union of two sets. More...
|
|
OCIOEXPORT ConstColorSpaceSetRcPtr | OCIO_NAMESPACE::operator&& (const ConstColorSpaceSetRcPtr &lcss, const ConstColorSpaceSetRcPtr &rcss) |
| Perform the intersection of two sets. More...
|
|
OCIOEXPORT ConstColorSpaceSetRcPtr | OCIO_NAMESPACE::operator- (const ConstColorSpaceSetRcPtr &lcss, const ConstColorSpaceSetRcPtr &rcss) |
| Perform the difference of two sets. More...
|
|
OCIOEXPORT std::ostream & | OCIO_NAMESPACE::operator<< (std::ostream &, const Look &) |
|
OCIOEXPORT std::ostream & | OCIO_NAMESPACE::operator<< (std::ostream &, const NamedTransform &) |
|
OCIOEXPORT std::ostream & | OCIO_NAMESPACE::operator<< (std::ostream &, const ViewTransform &) |
|
OCIOEXPORT std::ostream & | OCIO_NAMESPACE::operator<< (std::ostream &, const ImageDesc &) |
|
OCIOEXPORT std::ostream & | OCIO_NAMESPACE::operator<< (std::ostream &, const Context &) |
|