Loading...
Searching...
No Matches
HdSceneIndexObserver::DirtiedPrimEntry Struct Reference

A notice indicating a prim was invalidated. More...

#include <sceneIndexObserver.h>

Public Member Functions

 DirtiedPrimEntry (const SdfPath &primPath, const HdDataSourceLocatorSet &dirtyLocators)
 

Public Attributes

SdfPath primPath
 
HdDataSourceLocatorSet dirtyLocators
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ DirtiedPrimEntry()

DirtiedPrimEntry ( const SdfPath primPath,
const HdDataSourceLocatorSet dirtyLocators 
)
inline

Definition at line 100 of file sceneIndexObserver.h.

Member Data Documentation

◆ dirtyLocators

HdDataSourceLocatorSet dirtyLocators

Definition at line 98 of file sceneIndexObserver.h.

◆ primPath

SdfPath primPath

Definition at line 97 of file sceneIndexObserver.h.


The documentation for this struct was generated from the following file: