9#ifndef PXR_IMAGING_HDSI_EXT_COMPUTATION_PRIMVAR_PRUNING_SCENE_INDEX_H
10#define PXR_IMAGING_HDSI_EXT_COMPUTATION_PRIMVAR_PRUNING_SCENE_INDEX_H
12#include "pxr/imaging/hdsi/api.h"
13#include "pxr/imaging/hd/filteringSceneIndex.h"
15PXR_NAMESPACE_OPEN_SCOPE
40 static HdSiExtComputationPrimvarPruningSceneIndexRefPtr
41 New(
const HdSceneIndexBaseRefPtr &inputSceneIndex);
67 const HdSceneIndexBaseRefPtr &inputSceneIndex);
71PXR_NAMESPACE_CLOSE_SCOPE
Abstract interface to scene data.
Hydra ExtComputations provide a simple computation framework allowing primvars to be computed using C...
HDSI_API HdSceneIndexPrim GetPrim(const SdfPath &primPath) const override final
Returns a pair of (prim type, datasource).
HDSI_API SdfPathVector GetChildPrimPaths(const SdfPath &primPath) const override final
Returns the paths of all scene index prims located immediately below primPath.
A path value used to locate objects in layers or scenegraphs.
#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.