7#ifndef PXR_USD_IMAGING_USD_IMAGING_LEGACY_RENDER_SETTINGS_SCENE_INDEX_H
8#define PXR_USD_IMAGING_USD_IMAGING_LEGACY_RENDER_SETTINGS_SCENE_INDEX_H
10#include "pxr/usdImaging/usdImaging/api.h"
12#include "pxr/imaging/hd/dataSource.h"
13#include "pxr/imaging/hd/filteringSceneIndex.h"
14#include "pxr/imaging/hd/renderDelegate.h"
15#include "pxr/imaging/hd/sceneIndex.h"
16#include "pxr/imaging/hd/sceneIndexObserver.h"
18#include "pxr/usd/sdf/path.h"
22#include "pxr/base/vt/value.h"
26#include <unordered_map>
28PXR_NAMESPACE_OPEN_SCOPE
44 UsdImagingLegacyRenderSettingsSceneIndexRefPtr
45 New(
const HdSceneIndexBaseRefPtr& inputSceneIndex);
76 HdSceneIndexBaseRefPtr
const &inputSceneIndex);
79 using _MapType = std::unordered_map<TfToken, VtValue, TfToken::HashFunctor>;
80 using _EntryType = _MapType::value_type;
86 HdContainerDataSourceHandle _dataSource;
89PXR_NAMESPACE_CLOSE_SCOPE
Abstract interface to scene data.
A path value used to locate objects in layers or scenegraphs.
Token for efficient comparison, assignment, and hashing of known strings.
UsdImagingLegacyRenderSettingsSceneIndex.
USDIMAGING_API SdfPathVector GetChildPrimPaths(const SdfPath &primPath) const override
Returns the paths of all scene index prims located immediately below primPath.
USDIMAGING_API HdSceneIndexPrim GetPrim(const SdfPath &primPath) const override
Returns a pair of (prim type, datasource).
Provides a container which may hold any type, and provides introspection and iteration over array typ...
Standard pointer typedefs.
#define TF_DECLARE_REF_PTRS(type)
Define standard ref pointer types.
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...