HDK
|
#include "CVEX_API.h"
#include "CVEX_Value.h"
#include <VEX/VEX_PodTypes.h>
#include <UT/UT_NonCopyable.h>
#include <UT/UT_PackedArrayOfArrays.h>
#include <UT/UT_StringMap.h>
#include <UT/UT_UniquePtr.h>
#include <UT/UT_Vector.h>
Go to the source code of this file.
Classes | |
class | CVEX_Data |
class | CVEX_InOutData |
class | CVEX_DataType< PREC > |
Precision-dependent types of CVEX data. More... | |
class | CVEX_DataBinder< PREC > |
class | CVEX_DataRetriever< PREC > |
Macros | |
#define | DECLARE_CVEX_DATA_TYPES |
Typedefs | |
using | CVEX_DataBinder32 = CVEX_DataBinder< VEX_32 > |
using | CVEX_DataBinder64 = CVEX_DataBinder< VEX_64 > |
using | CVEX_DataRetriever32 = CVEX_DataRetriever< VEX_32 > |
using | CVEX_DataRetriever64 = CVEX_DataRetriever< VEX_64 > |
#define DECLARE_CVEX_DATA_TYPES |
Definition at line 215 of file CVEX_Data.h.
using CVEX_DataBinder32 = CVEX_DataBinder<VEX_32> |
Definition at line 377 of file CVEX_Data.h.
using CVEX_DataBinder64 = CVEX_DataBinder<VEX_64> |
Definition at line 378 of file CVEX_Data.h.
using CVEX_DataRetriever32 = CVEX_DataRetriever<VEX_32> |
Definition at line 500 of file CVEX_Data.h.
using CVEX_DataRetriever64 = CVEX_DataRetriever<VEX_64> |
Definition at line 501 of file CVEX_Data.h.