HDK
|
#include "HUSD_API.h"
#include <UT/UT_Assert.h>
#include <UT/UT_Function.h>
#include <UT/UT_IntrusivePtr.h>
#include <UT/UT_NonCopyable.h>
#include <UT/UT_Set.h>
#include <UT/UT_SharedPtr.h>
#include <UT/UT_StringArray.h>
#include <UT/UT_StringHolder.h>
#include <UT/UT_StringMap.h>
#include <UT/UT_StringSet.h>
#include <UT/UT_WeakPtr.h>
#include <pxr/pxr.h>
Go to the source code of this file.
Classes | |
class | TfRefPtr< T > |
class | HUSD_DataHandle |
class | HUSD_AutoAnyLock |
class | HUSD_AutoReadLock |
class | HUSD_AutoWriteOverridesLock |
class | HUSD_AutoWriteLock |
class | HUSD_AutoLayerLock |
Enumerations | |
enum | HUSD_MirroringType { HUSD_NOT_FOR_MIRRORING, HUSD_FOR_MIRRORING, HUSD_EXTERNAL_STAGE } |
typedef UT_IntrusivePtr<const HUSD_Overrides> HUSD_ConstOverridesPtr |
Definition at line 42 of file HUSD_DataHandle.h.
typedef UT_IntrusivePtr<const HUSD_PostLayers> HUSD_ConstPostLayersPtr |
Definition at line 45 of file HUSD_DataHandle.h.
typedef UT_SharedPtr<HUSD_LoadMasks> HUSD_LoadMasksPtr |
Definition at line 54 of file HUSD_DataHandle.h.
Definition at line 47 of file HUSD_DataHandle.h.
typedef UT_Set<HUSD_LockedStagePtr> HUSD_LockedStageSet |
Definition at line 49 of file HUSD_DataHandle.h.
Definition at line 50 of file HUSD_DataHandle.h.
typedef UT_Function<UT_StringHolder(const UT_StringRef &oldpath)> HUSD_MakeNewPathFunc |
Definition at line 85 of file HUSD_DataHandle.h.
Definition at line 40 of file HUSD_DataHandle.h.
Definition at line 43 of file HUSD_DataHandle.h.
typedef TfRefPtr<SdfLayer> SdfLayerRefPtr |
Definition at line 71 of file HUSD_DataHandle.h.
typedef UT_IntrusivePtr<const XUSD_Data> XUSD_ConstDataPtr |
Definition at line 61 of file HUSD_DataHandle.h.
typedef UT_IntrusivePtr<const XUSD_Layer> XUSD_ConstLayerPtr |
Definition at line 64 of file HUSD_DataHandle.h.
typedef UT_IntrusivePtr<XUSD_DataLock> XUSD_DataLockPtr |
Definition at line 65 of file HUSD_DataHandle.h.
typedef UT_IntrusivePtr<XUSD_Data> XUSD_DataPtr |
Definition at line 59 of file HUSD_DataHandle.h.
typedef UT_Array<SdfLayerRefPtr> XUSD_LayerArray |
Definition at line 73 of file HUSD_DataHandle.h.
typedef UT_IntrusivePtr<XUSD_Layer> XUSD_LayerPtr |
Definition at line 62 of file HUSD_DataHandle.h.
typedef UT_Set<SdfLayerRefPtr> XUSD_LayerSet |
Definition at line 74 of file HUSD_DataHandle.h.
Definition at line 67 of file HUSD_DataHandle.h.
typedef UT_Set<XUSD_LockedGeoPtr> XUSD_LockedGeoSet |
Definition at line 69 of file HUSD_DataHandle.h.
enum HUSD_MirroringType |
Enumerator | |
---|---|
HUSD_NOT_FOR_MIRRORING | |
HUSD_FOR_MIRRORING | |
HUSD_EXTERNAL_STAGE |
Definition at line 78 of file HUSD_DataHandle.h.