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

Go to the source code of this file.

Macros

#define CL_RINT(x)   (SYSrint(x))
 
#define CL_BCLIP_MAGIC_NUMBER   (('b'<<24) + ('c'<<16) + ('l'<<8) + ('p'))
 
#define CL_BCLIP_VERSION   2
 
#define CL_BCLIP_NCVERSION   CL_BCLIP_VERSION
 
#define CL_BCLIP_LCVERSION   CL_BCLIP_VERSION
 

Enumerations

enum  CL_Unit { UNIT_NONE = -1, UNIT_FRAME = 0, UNIT_SAMPLE = 1, UNIT_SECOND = 2 }
 
enum  CL_PacketType {
  CL_PACKET_END = 0, CL_PACKET_RATE = 1, CL_PACKET_START = 2, CL_PACKET_TRACKLENGTH = 3,
  CL_PACKET_QUATERNIONS = 4, CL_PACKET_TRACKS = 5, CL_PACKET_NCVERSION = 6, CL_PACKET_COMMENT = 7,
  CL_PACKET_TRACKDATATYPE = 8, CL_PACKET_VERSION = 9, CL_PACKET_FLOATFIELDDATATYPE = 10, CL_PACKET_LCVERSION = 11,
  CL_PACKET_NTYPES
}
 
enum  CL_DataType { CL_DATATYPE_FP32 = 0, CL_DATATYPE_FP64 = 1 }
 

Macro Definition Documentation

#define CL_BCLIP_LCVERSION   CL_BCLIP_VERSION

Definition at line 60 of file CL_Defines.h.

#define CL_BCLIP_MAGIC_NUMBER   (('b'<<24) + ('c'<<16) + ('l'<<8) + ('p'))

Definition at line 55 of file CL_Defines.h.

#define CL_BCLIP_NCVERSION   CL_BCLIP_VERSION

Definition at line 59 of file CL_Defines.h.

#define CL_BCLIP_VERSION   2

Definition at line 58 of file CL_Defines.h.

#define CL_RINT (   x)    (SYSrint(x))
Examples:
CHOP/CHOP_Stair.C.

Definition at line 25 of file CL_Defines.h.

Enumeration Type Documentation

Enumerator
CL_DATATYPE_FP32 
CL_DATATYPE_FP64 

Definition at line 48 of file CL_Defines.h.

Enumerator
CL_PACKET_END 
CL_PACKET_RATE 
CL_PACKET_START 
CL_PACKET_TRACKLENGTH 
CL_PACKET_QUATERNIONS 
CL_PACKET_TRACKS 
CL_PACKET_NCVERSION 
CL_PACKET_COMMENT 
CL_PACKET_TRACKDATATYPE 
CL_PACKET_VERSION 
CL_PACKET_FLOATFIELDDATATYPE 
CL_PACKET_LCVERSION 
CL_PACKET_NTYPES 

Definition at line 31 of file CL_Defines.h.

enum CL_Unit
Enumerator
UNIT_NONE 
UNIT_FRAME 
UNIT_SAMPLE 
UNIT_SECOND 

Definition at line 18 of file CL_Defines.h.