7#ifndef PXR_IMAGING_HDSI_RENDER_SETTINGS_FILTERING_SCENE_INDEX_H
8#define PXR_IMAGING_HDSI_RENDER_SETTINGS_FILTERING_SCENE_INDEX_H
10#include "pxr/imaging/hdsi/api.h"
11#include "pxr/imaging/hd/filteringSceneIndex.h"
17PXR_NAMESPACE_OPEN_SCOPE
19#define HDSI_RENDER_SETTINGS_FILTERING_SCENE_INDEX_TOKENS \
24 HDSI_RENDER_SETTINGS_FILTERING_SCENE_INDEX_TOKENS);
45 static HdsiRenderSettingsFilteringSceneIndexRefPtr
46 New(
const HdSceneIndexBaseRefPtr &inputSceneIndex,
47 const HdContainerDataSourceHandle &inputArgs);
60 static const SdfPath& GetRenderScope();
65 const HdSceneIndexBaseRefPtr &inputSceneIndex,
66 const HdContainerDataSourceHandle &inputArgs);
86 HdContainerDataSourceHandle _fallbackPrimDs;
89PXR_NAMESPACE_CLOSE_SCOPE
Abstract interface to scene data.
Scene index that provides the following functionality in service of the HdRenderSettingsSchema:
HDSI_API void _PrimsAdded(const HdSceneIndexBase &sender, const HdSceneIndexObserver::AddedPrimEntries &entries) override
Satisfying HdSingleInputFilteringSceneIndexBase.
HDSI_API HdSceneIndexPrim GetPrim(const SdfPath &primPath) const override
Returns a pair of (prim type, datasource).
HDSI_API SdfPathVector GetChildPrimPaths(const SdfPath &primPath) const override
Returns the paths of all scene index prims located immediately below primPath.
static HDSI_API const SdfPath & GetFallbackPrimPath()
Public API.
A path value used to locate objects in layers or scenegraphs.
Represents an arbitrary dimensional rectangular container class.
#define TF_DECLARE_WEAK_AND_REF_PTRS(type)
Define standard weak, ref, and vector pointer types.
This file defines some macros that are useful for declaring and using static TfTokens.
#define TF_DECLARE_PUBLIC_TOKENS(...)
Macro to define public tokens.
Small struct representing a 'prim' in the Hydra scene index.
TfToken class for efficient string referencing and hashing, plus conversions to and from stl string c...