Skip to content

Commit

Permalink
HYDRA-1098 : Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
debloip-adsk committed Oct 21, 2024
1 parent 44d95e7 commit bd60069
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/flowViewport/sceneIndex/fvpPruningSceneIndex.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,19 @@ class PruningSceneIndex :
FVP_API
PXR_NS::SdfPathVector GetChildPrimPaths(const PXR_NS::SdfPath& primPath) const override;

// Add a path for which it and all prims under it will not be considered for filtering.
FVP_API
void AddExcludedSceneRoot(const PXR_NS::SdfPath& sceneRoot);

// Enable a filter and prune out its matching prims
FVP_API
bool EnableFilter(const PXR_NS::TfToken& pruningToken);

// Disable a filter and re-add its filtered prims
FVP_API
bool DisableFilter(const PXR_NS::TfToken& pruningToken);

// Returns the tokens corresponding to the currently enabled filters.
FVP_API
std::set<PXR_NS::TfToken> GetActiveFilters();

Expand Down

0 comments on commit bd60069

Please sign in to comment.