6#ifndef PXR_IMAGING_HD_ST_NURBS_APPROXIMATING_SCENE_INDEX_PLUGIN_H
7#define PXR_IMAGING_HD_ST_NURBS_APPROXIMATING_SCENE_INDEX_PLUGIN_H
9#include "pxr/imaging/hd/sceneIndexPlugin.h"
12PXR_NAMESPACE_OPEN_SCOPE
17 HdSt_NurbsApproximatingSceneIndexPlugin();
18 ~HdSt_NurbsApproximatingSceneIndexPlugin()
override;
22 const HdSceneIndexBaseRefPtr& inputScene,
23 const HdContainerDataSourceHandle& inputArgs)
override;
26PXR_NAMESPACE_CLOSE_SCOPE
A scene index plugin bundles one or more (typically filtering) scene indices together and enables the...
virtual HD_API HdSceneIndexBaseRefPtr _AppendSceneIndex(const HdSceneIndexBaseRefPtr &inputScene, const HdContainerDataSourceHandle &inputArgs)
Subclasses implement this to instantiate one or more scene indicies which take the provided scene as ...