7#ifndef PXR_IMAGING_HD_LEGACY_GEOM_SUBSET_SCENE_INDEX_H
8#define PXR_IMAGING_HD_LEGACY_GEOM_SUBSET_SCENE_INDEX_H
10#include "pxr/imaging/hd/api.h"
11#include "pxr/imaging/hd/filteringSceneIndex.h"
12#include "pxr/imaging/hd/sceneIndex.h"
13#include "pxr/imaging/hd/sceneIndexObserver.h"
15#include "pxr/usd/sdf/path.h"
23PXR_NAMESPACE_OPEN_SCOPE
46 static HdLegacyGeomSubsetSceneIndexRefPtr New(
47 const HdSceneIndexBaseRefPtr& inputSceneIndex);
60 const HdSceneIndexBaseRefPtr& inputSceneIndex);
83 std::map<SdfPath, SdfPathVector> _parentPrims;
86PXR_NAMESPACE_CLOSE_SCOPE
HdLegacyGeomSubsetSceneIndex.
HD_API HdSceneIndexPrim GetPrim(const SdfPath &primPath) const override
Returns a pair of (prim type, datasource).
HD_API SdfPathVector GetChildPrimPaths(const SdfPath &primPath) const override
Returns the paths of all scene index prims located immediately below primPath.
Abstract interface to scene data.
A path value used to locate objects in layers or scenegraphs.
Standard pointer typedefs.
#define TF_DECLARE_REF_PTRS(type)
Define standard ref pointer types.
Small struct representing a 'prim' in the Hydra scene index.