HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HUSD_Xform.h File Reference
#include "HUSD_API.h"
#include "HUSD_DataHandle.h"
#include "HUSD_Path.h"
#include "HUSD_TimeCode.h"
#include <UT/UT_Matrix4.h>
#include <UT/UT_StringHolder.h>
#include <UT/UT_StringMap.h>
+ Include dependency graph for HUSD_Xform.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HUSD_XformEntry
 
class  HUSD_Xform
 

Typedefs

typedef UT_Array< HUSD_XformEntryHUSD_XformEntryArray
 
typedef UT_StringMap
< HUSD_XformEntryArray
HUSD_XformEntryMap
 

Enumerations

enum  HUSD_XformStyle {
  HUSD_XFORM_APPEND = 0x00, HUSD_XFORM_PREPEND = 0x01, HUSD_XFORM_OVERWRITE = 0x02, HUSD_XFORM_OVERWRITE_APPEND = 0x03,
  HUSD_XFORM_OVERWRITE_PREPEND = 0x04, HUSD_XFORM_WORLDSPACE = 0x05, HUSD_XFORM_ABSOLUTE = 0x06
}
 

Typedef Documentation

Definition at line 51 of file HUSD_Xform.h.

Definition at line 52 of file HUSD_Xform.h.

Enumeration Type Documentation

Enumerator
HUSD_XFORM_APPEND 
HUSD_XFORM_PREPEND 
HUSD_XFORM_OVERWRITE 
HUSD_XFORM_OVERWRITE_APPEND 
HUSD_XFORM_OVERWRITE_PREPEND 
HUSD_XFORM_WORLDSPACE 
HUSD_XFORM_ABSOLUTE 

Definition at line 34 of file HUSD_Xform.h.