6#ifndef PXR_IMAGING_HDSI_MATERIAL_BINDING_RESOLVING_SCENE_INDEX_H
7#define PXR_IMAGING_HDSI_MATERIAL_BINDING_RESOLVING_SCENE_INDEX_H
9#include "pxr/imaging/hd/filteringSceneIndex.h"
10#include "pxr/imaging/hdsi/api.h"
14PXR_NAMESPACE_OPEN_SCOPE
26 static HdsiMaterialBindingResolvingSceneIndexRefPtr
27 New(
const HdSceneIndexBaseRefPtr& inputSceneIndex,
50 const HdSceneIndexBaseRefPtr& inputSceneIndex,
60PXR_NAMESPACE_CLOSE_SCOPE
Abstract interface to scene data.
Scene Index that resolves materialBindings that have multiple purposes into a single purpose.
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.
A path value used to locate objects in layers or scenegraphs.
Token for efficient comparison, assignment, and hashing of known strings.
#define TF_DECLARE_REF_PTRS(type)
Define standard ref pointer types.
Small struct representing a 'prim' in the Hydra scene index.
std::vector< TfToken > TfTokenVector
Convenience types.