HDK
|
#include <sceneIndexObserver.h>
Public Member Functions | |
DirtiedPrimEntry (const SdfPath &primPath, const HdDataSourceLocatorSet &dirtyLocators) | |
Public Attributes | |
SdfPath | primPath |
HdDataSourceLocatorSet | dirtyLocators |
A notice indicating a prim was invalidated. dirtyLocators
identifies a set of datasources for which data needs to be re-pulled. Locators are hierarchical: if primvars
was invalidated, primvars/color
was considered invalidated as well. This notice only affects the named prim; descendants of primPath
are unaffected.
Definition at line 95 of file sceneIndexObserver.h.
|
inline |
Definition at line 100 of file sceneIndexObserver.h.
HdDataSourceLocatorSet HdSceneIndexObserver::DirtiedPrimEntry::dirtyLocators |
Definition at line 98 of file sceneIndexObserver.h.
SdfPath HdSceneIndexObserver::DirtiedPrimEntry::primPath |
Definition at line 97 of file sceneIndexObserver.h.