|
A range to iterate over all descendants of a given prim (including the prim itself) in a scene index in depth-first order. More...
#include <sceneIndexPrimView.h>
Public Member Functions | |
HD_API | HdSceneIndexPrimView (HdSceneIndexBaseRefPtr const &inputSceneIndex) |
HD_API | HdSceneIndexPrimView (HdSceneIndexBaseRefPtr const &inputSceneIndex, const SdfPath &root) |
HD_API const const_iterator & | begin () const |
HD_API const const_iterator & | end () const |
A range to iterate over all descendants of a given prim (including the prim itself) in a scene index in depth-first order.
The descendants of the current prim can be skipped by calling SkipDescendants.
Example:
Definition at line 47 of file sceneIndexPrimView.h.