HDK
|
#include <sceneIndexObserver.h>
Public Member Functions | |
DirtiedPrimEntry ()=default | |
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 79 of file sceneIndexObserver.h.
|
default |
|
inline |
Definition at line 85 of file sceneIndexObserver.h.
HdDataSourceLocatorSet HdSceneIndexObserver::DirtiedPrimEntry::dirtyLocators |
Definition at line 82 of file sceneIndexObserver.h.
SdfPath HdSceneIndexObserver::DirtiedPrimEntry::primPath |
Definition at line 81 of file sceneIndexObserver.h.