All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UsdImagingPrimvarDescCache Class Reference

A cache for primvar descriptors. More...

Public Member Functions

 UsdImagingPrimvarDescCache (const UsdImagingPrimvarDescCache &)=delete
 
UsdImagingPrimvarDescCacheoperator= (const UsdImagingPrimvarDescCache &)=delete
 
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...
 

Detailed Description

A cache for primvar descriptors.

Definition at line 46 of file primvarDescCache.h.

Member Function Documentation

void Clear ( SdfPath const &  path)
inline

Clear all data associated with a specific path.

Definition at line 203 of file primvarDescCache.h.

void GarbageCollect ( )
inline

Remove any items from the cache that are marked for defered deletion.

Definition at line 220 of file primvarDescCache.h.


The documentation for this class was generated from the following file: