|
AL_USDMaya
0.29.4
USD to Maya Bridge
|
A class that provides the logic behind a hierarchy traversal through a UsdStage. More...
#include <ProxyShape.h>
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 | |
A class that provides the logic behind a hierarchy traversal through a UsdStage.