HDK
|
#include "HUSD_API.h"
#include "HUSD_DataHandle.h"
#include "HUSD_PostLayers.h"
#include "HUSD_Overrides.h"
#include "XUSD_DataLock.h"
#include "XUSD_LockedGeo.h"
#include "XUSD_PathSet.h"
#include "XUSD_RootLayerData.h"
#include <UT/UT_Color.h>
#include <UT/UT_StringArray.h>
#include <UT/UT_StringHolder.h>
#include <UT/UT_StringSet.h>
#include <UT/UT_IntrusivePtr.h>
#include <UT/UT_SharedPtr.h>
#include <UT/UT_UniquePtr.h>
#include <pxr/usd/usd/stage.h>
#include <pxr/usd/usd/stageLoadRules.h>
#include <pxr/usd/usd/stagePopulationMask.h>
#include <pxr/usd/sdf/path.h>
Go to the source code of this file.
Classes | |
class | XUSD_LayerAtPath |
class | XUSD_OverridesInfo |
class | XUSD_PostLayersInfo |
class | XUSD_Data |
class | XUSD_Layer |
Typedefs | |
typedef UT_Array < XUSD_LayerAtPath > | XUSD_LayerAtPathArray |
Definition at line 112 of file XUSD_Data.h.
enum XUSD_AddLayerOp |
Enumerator | |
---|---|
XUSD_ADD_LAYERS_ALL_LOCKED | |
XUSD_ADD_LAYERS_ALL_EDITABLE | |
XUSD_ADD_LAYERS_LAST_EDITABLE | |
XUSD_ADD_LAYERS_ALL_ANONYMOUS_EDITABLE | |
XUSD_ADD_LAYERS_LAST_ANONYMOUS_EDITABLE |
Definition at line 59 of file XUSD_Data.h.