24 #ifndef HD_MATERIAL_FILTERING_SCENE_INDEX_H 25 #define HD_MATERIAL_FILTERING_SCENE_INDEX_H 28 #include "pxr/imaging/hd/filteringSceneIndex.h" 29 #include "pxr/imaging/hd/materialNetworkInterface.h" 33 PXR_NAMESPACE_OPEN_SCOPE
57 FilteringFnc GetFilteringFunction()
const;
60 virtual FilteringFnc _GetFilteringFunction()
const = 0;
79 const HdSceneIndexBaseRefPtr &inputSceneIndex);
83 PXR_NAMESPACE_CLOSE_SCOPE
85 #endif //HD_MATERIAL_FILTERING_SCENE_INDEX_H
Abstract interface for querying and mutating a material network.
HD_API SdfPathVector GetChildPrimPaths(const SdfPath &primPath) const override final
Returns the paths of all scene index prims located immediately below primPath.
#define TF_DECLARE_WEAK_AND_REF_PTRS(type)
Define standard weak, ref, and vector pointer types.
Small struct representing a 'prim' in the Hydra scene index.
Abstract interface to scene data.
A path value used to locate objects in layers or scenegraphs.
HD_API HdSceneIndexPrim GetPrim(const SdfPath &primPath) const override final
Returns a pair of (prim type, datasource) for the object at primPath.
Base class for implementing scene indices which read from and write to only material network data sou...