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

implements the logic that constructs a list of objects that need to be added or removed from the selectable list of prims within a UsdStage More...

#include <ProxyShape.h>

Inheritance diagram for AL::usdmaya::nodes::FindUnselectablePrimsLogic:
AL::usdmaya::nodes::HierarchyIterationLogic

Public Attributes

SdfPathVector newUnselectables
 items that need to be made unselectable
 
SdfPathVector removeUnselectables
 items that are unselectable, but need to be made selectable
 
- Public Attributes inherited from AL::usdmaya::nodes::HierarchyIterationLogic
std::function< void()> preIteration
 provide a method to be called prior to iteration of the UsdStage hierarchy
 
std::function< void(const
fileio::TransformIterator
&transformIterator, const
UsdPrim &prim)> 
iteration
 a visitor method that is called on each of the UsdPrims in the stage hierarchy
 
std::function< void()> postIteration
 provide a method to be called after iteration of the UsdStage hierarchy
 

Additional Inherited Members

- Public Member Functions inherited from AL::usdmaya::nodes::HierarchyIterationLogic
 HierarchyIterationLogic ()
 ctor
 

Detailed Description

implements the logic that constructs a list of objects that need to be added or removed from the selectable list of prims within a UsdStage


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