7#ifndef PXR_IMAGING_HDPRMAN_COORD_SYS_PRIM_SCENE_INDEX_PLUGIN_H
8#define PXR_IMAGING_HDPRMAN_COORD_SYS_PRIM_SCENE_INDEX_PLUGIN_H
11#if PXR_VERSION >= 2308
13#include "pxr/imaging/hd/sceneIndexPlugin.h"
14#include "hdPrman/api.h"
16PXR_NAMESPACE_OPEN_SCOPE
25 HdPrman_CoordSysPrimSceneIndexPlugin();
29 const HdSceneIndexBaseRefPtr &inputScene,
30 const HdContainerDataSourceHandle &inputArgs)
override;
33PXR_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 ...