HDK
|
#include <primvarDescCache.h>
Classes | |
class | Key |
Public Member Functions | |
UsdImagingPrimvarDescCache (const UsdImagingPrimvarDescCache &)=delete | |
UsdImagingPrimvarDescCache & | operator= (const UsdImagingPrimvarDescCache &)=delete |
UsdImagingPrimvarDescCache () | |
void | EnableMutation () |
void | DisableMutation () |
void | Clear (SdfPath const &path) |
Clear all data associated with a specific path. More... | |
HdPrimvarDescriptorVector & | GetPrimvars (SdfPath const &path) const |
bool | FindPrimvars (SdfPath const &path, HdPrimvarDescriptorVector *value) const |
bool | ExtractPrimvars (SdfPath const &path, HdPrimvarDescriptorVector *value) |
void | GarbageCollect () |
Remove any items from the cache that are marked for defered deletion. More... | |
A cache for primvar descriptors.
Definition at line 46 of file primvarDescCache.h.
|
delete |
|
inline |
Definition at line 87 of file primvarDescCache.h.
Clear all data associated with a specific path.
Definition at line 203 of file primvarDescCache.h.
|
inline |
Definition at line 200 of file primvarDescCache.h.
|
inline |
Definition at line 199 of file primvarDescCache.h.
|
inline |
Definition at line 215 of file primvarDescCache.h.
|
inline |
Definition at line 211 of file primvarDescCache.h.
|
inline |
Remove any items from the cache that are marked for defered deletion.
Definition at line 220 of file primvarDescCache.h.
|
inline |
Definition at line 207 of file primvarDescCache.h.
|
delete |