AL_USDMaya  0.29.4
USD to Maya Bridge
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
AL::usdmaya::nodes::proxy::PrimFilter Class Reference

A class to filter the prims during a variant switch. More...

#include <PrimFilter.h>

Public Member Functions

AL_USDMAYA_PUBLIC PrimFilter (const SdfPathVector &previousPrims, const AL::usd::utils::UsdPrimVector &newPrimSet, PrimFilterInterface *proxy)
 constructor constructs the prim filter More...
 
const std::vector< UsdPrim > & newPrimSet () const
 returns the set of prims to create
 
const std::vector< UsdPrim > & transformsToCreate () const
 returns the set of prims that require created transforms
 
const std::vector< UsdPrim > & updatablePrimSet () const
 returns the list of prims that needs to be updated
 
const SdfPathVector & removedPrimSet () const
 returns the list of prims that have been removed from the stage
 

Detailed Description

A class to filter the prims during a variant switch.

Constructor & Destructor Documentation

AL_USDMAYA_PUBLIC AL::usdmaya::nodes::proxy::PrimFilter::PrimFilter ( const SdfPathVector &  previousPrims,
const AL::usd::utils::UsdPrimVector &  newPrimSet,
PrimFilterInterface proxy 
)

constructor constructs the prim filter

Parameters
previousPrimsthe previous set of prims that existed in the stage
newPrimSetthe new set of prims that have been created
proxythe proxy shape

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