All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
instancerContext.h File Reference
+ Include dependency graph for instancerContext.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UsdImagingInstancerContext
 Object used by instancer prim adapters to pass along context about the instancer and instance prim to prototype prim adapters. More...
 

Typedefs

using UsdImagingPrimAdapterSharedPtr = std::shared_ptr< class UsdImagingPrimAdapter >
 

Class Documentation

class UsdImagingInstancerContext

Object used by instancer prim adapters to pass along context about the instancer and instance prim to prototype prim adapters.

Definition at line 44 of file instancerContext.h.

Class Members
TfToken childName The name of the child prim, typically used for prototypes.
TfToken instanceDrawMode The draw mode bound to the instance prim being processed.
TfToken instanceInheritablePurpose
UsdImagingPrimAdapterSharedPtr instancerAdapter The instancer's prim Adapter.

Useful when an adapter is needed, but the default adapter may be overridden for the sake of instancing.

SdfPath instancerCachePath The cachePath of the instancer.
SdfPath instancerMaterialUsdPath The USD path to the material bound to the instance prim being processed.