HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OCIO_NAMESPACE::ProcessorMetadata Class Reference

This class contains meta information about the process that generated this processor. The results of these functions do not impact the pixel processing. More...

#include <OpenColorIO.h>

Public Member Functions

int getNumFiles () const
 
const char * getFile (int index) const
 
int getNumLooks () const
 
const char * getLook (int index) const
 
void addFile (const char *fname)
 
void addLook (const char *look)
 
 ProcessorMetadata (const ProcessorMetadata &)=delete
 
ProcessorMetadataoperator= (const ProcessorMetadata &)=delete
 
 ~ProcessorMetadata ()
 Do not use (needed only for pybind11). More...
 

Static Public Member Functions

static ProcessorMetadataRcPtr Create ()
 

Detailed Description

This class contains meta information about the process that generated this processor. The results of these functions do not impact the pixel processing.

Definition at line 2577 of file OpenColorIO.h.

Constructor & Destructor Documentation

OCIO_NAMESPACE::ProcessorMetadata::ProcessorMetadata ( const ProcessorMetadata )
delete
OCIO_NAMESPACE::ProcessorMetadata::~ProcessorMetadata ( )

Do not use (needed only for pybind11).

Member Function Documentation

void OCIO_NAMESPACE::ProcessorMetadata::addFile ( const char *  fname)
void OCIO_NAMESPACE::ProcessorMetadata::addLook ( const char *  look)
static ProcessorMetadataRcPtr OCIO_NAMESPACE::ProcessorMetadata::Create ( )
static
const char* OCIO_NAMESPACE::ProcessorMetadata::getFile ( int  index) const
const char* OCIO_NAMESPACE::ProcessorMetadata::getLook ( int  index) const
int OCIO_NAMESPACE::ProcessorMetadata::getNumFiles ( ) const
int OCIO_NAMESPACE::ProcessorMetadata::getNumLooks ( ) const
ProcessorMetadata& OCIO_NAMESPACE::ProcessorMetadata::operator= ( const ProcessorMetadata )
delete

The documentation for this class was generated from the following file: