HDK
|
#include "pxr/pxr.h"
#include "pxr/usd/usd/api.h"
#include "pxr/base/tf/delegatedCountPtr.h"
#include "pxr/base/tf/hash.h"
Go to the source code of this file.
Classes | |
class | Usd_PrimDataHandle |
Macros | |
#define | USD_CHECK_ALL_PRIM_ACCESSES |
Typedefs | |
typedef Usd_PrimData * | Usd_PrimDataPtr |
typedef const Usd_PrimData * | Usd_PrimDataConstPtr |
using | Usd_PrimDataIPtr = TfDelegatedCountPtr< Usd_PrimData > |
using | Usd_PrimDataConstIPtr = TfDelegatedCountPtr< const Usd_PrimData > |
Functions | |
void | TfDelegatedCountIncrement (const class Usd_PrimData *prim) noexcept |
void | TfDelegatedCountDecrement (const class Usd_PrimData *prim) noexcept |
USD_API void | Usd_ThrowExpiredPrimAccessError (Usd_PrimData const *p) |
bool | Usd_IsDead (Usd_PrimData const *p) |
#define USD_CHECK_ALL_PRIM_ACCESSES |
Definition at line 20 of file primDataHandle.h.
using Usd_PrimDataConstIPtr = TfDelegatedCountPtr<const Usd_PrimData> |
Definition at line 37 of file primDataHandle.h.
typedef const Usd_PrimData* Usd_PrimDataConstPtr |
Definition at line 33 of file primDataHandle.h.
Definition at line 36 of file primDataHandle.h.
typedef Usd_PrimData* Usd_PrimDataPtr |
Definition at line 32 of file primDataHandle.h.
|
noexcept |
|
noexcept |
bool Usd_IsDead | ( | Usd_PrimData const * | p | ) |
Definition at line 323 of file primData.h.
USD_API void Usd_ThrowExpiredPrimAccessError | ( | Usd_PrimData const * | p | ) |