7 #ifndef PXR_IMAGING_HD_GP_SCENE_INDEX_PLUGIN_H 8 #define PXR_IMAGING_HD_GP_SCENE_INDEX_PLUGIN_H 11 #include "pxr/imaging/hdGp/api.h" 13 #include "pxr/imaging/hd/sceneIndexPlugin.h" 14 #include "pxr/imaging/hd/sceneIndexPluginRegistry.h" 16 PXR_NAMESPACE_OPEN_SCOPE
19 extern TfEnvSetting<bool> HDGP_INCLUDE_DEFAULT_RESOLVER;
30 static const HdSceneIndexPluginRegistry::InsertionPhase
44 const HdSceneIndexBaseRefPtr &inputScene,
45 const HdContainerDataSourceHandle &inputArgs)
override;
48 const HdContainerDataSourceHandle &inputArgs)
const override;
51 HdSceneIndexBaseRefPtr _AppendProceduralResolvingSceneIndex(
52 const HdSceneIndexBaseRefPtr &inputScene,
53 const HdContainerDataSourceHandle &inputArgs);
56 PXR_NAMESPACE_CLOSE_SCOPE
HdSceneIndexBaseRefPtr _AppendSceneIndex(const HdSceneIndexBaseRefPtr &inputScene, const HdContainerDataSourceHandle &inputArgs) override
Subclasses implement this to instantiate one or more scene indicies which take the provided scene as ...
HdGpSceneIndexPlugin provides HdSceneIndexPluginRegistry access to instantiate HdGpGenerativeProcedur...
Environment setting variable.
A scene index plugin bundles one or more (typically filtering) scene indices together and enables the...
bool _IsEnabled(const HdContainerDataSourceHandle &inputArgs) const override
Subclasses implement this to indicate whether the plugin is enabled.