HDK
|
#include <sceneIndexPrimView.h>
Classes | |
class | const_iterator |
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 64 of file sceneIndexPrimView.h.
HD_API HdSceneIndexPrimView::HdSceneIndexPrimView | ( | HdSceneIndexBaseRefPtr const & | inputSceneIndex | ) |
HD_API HdSceneIndexPrimView::HdSceneIndexPrimView | ( | HdSceneIndexBaseRefPtr const & | inputSceneIndex, |
const SdfPath & | root | ||
) |
HD_API const const_iterator& HdSceneIndexPrimView::begin | ( | ) | const |
HD_API const const_iterator& HdSceneIndexPrimView::end | ( | ) | const |