HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OpenColorABI.h File Reference
#include <memory>
+ Include dependency graph for OpenColorABI.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define OCIO_NAMESPACE   sidefx
 
#define OCIO_VERSION_STR   "2.2.1"
 
#define OCIO_VERSION_STATUS_STR   ""
 
#define OCIO_VERSION_FULL_STR   "2.2.1"
 
#define OCIO_VERSION   "2.2.1"
 
#define OCIO_VERSION_HEX
 
#define OCIO_VERSION_MAJOR   2
 
#define OCIO_VERSION_MINOR   2
 
#define OCIO_DEPRECATED(msg)   /* unsupported on this platform */
 
#define OCIO_SHARED_PTR   std::shared_ptr
 
#define OCIO_DYNAMIC_POINTER_CAST   std::dynamic_pointer_cast
 
#define OCIOEXPORT
 
#define OCIOHIDDEN
 

Macro Definition Documentation

#define OCIO_DEPRECATED (   msg)    /* unsupported on this platform */

Definition at line 38 of file OpenColorABI.h.

#define OCIO_DYNAMIC_POINTER_CAST   std::dynamic_pointer_cast

Definition at line 45 of file OpenColorABI.h.

#define OCIO_NAMESPACE   sidefx

Definition at line 8 of file OpenColorABI.h.

#define OCIO_SHARED_PTR   std::shared_ptr

Definition at line 44 of file OpenColorABI.h.

#define OCIO_VERSION   "2.2.1"

Definition at line 15 of file OpenColorABI.h.

#define OCIO_VERSION_FULL_STR   "2.2.1"

Definition at line 12 of file OpenColorABI.h.

#define OCIO_VERSION_HEX
Value:
((2 << 24) | \
(2 << 16) | \
(1 << 8))

Definition at line 22 of file OpenColorABI.h.

#define OCIO_VERSION_MAJOR   2

Definition at line 26 of file OpenColorABI.h.

#define OCIO_VERSION_MINOR   2

Definition at line 27 of file OpenColorABI.h.

#define OCIO_VERSION_STATUS_STR   ""

Definition at line 11 of file OpenColorABI.h.

#define OCIO_VERSION_STR   "2.2.1"

Definition at line 10 of file OpenColorABI.h.

#define OCIOEXPORT

Definition at line 67 of file OpenColorABI.h.

#define OCIOHIDDEN

Definition at line 68 of file OpenColorABI.h.