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

A class that provides the logic behind a hierarchy traversal through a UsdStage. More...

#include <ProxyShape.h>

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

Public Member Functions

 HierarchyIterationLogic ()
 ctor
 

Public Attributes

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
 

Detailed Description

A class that provides the logic behind a hierarchy traversal through a UsdStage.


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