7#ifndef PXR_IMAGING_HD_ST_VELOCITY_MOTION_RESOLVING_SCENE_INDEX_PLUGIN_H
8#define PXR_IMAGING_HD_ST_VELOCITY_MOTION_RESOLVING_SCENE_INDEX_PLUGIN_H
10#include "pxr/imaging/hd/dataSource.h"
11#include "pxr/imaging/hd/sceneIndexObserver.h"
12#include "pxr/imaging/hd/sceneIndexPlugin.h"
16PXR_NAMESPACE_OPEN_SCOPE
21 HdSt_VelocityMotionResolvingSceneIndexPlugin();
25 const HdSceneIndexBaseRefPtr &inputScene,
26 const HdContainerDataSourceHandle &inputArgs)
override;
29PXR_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 ...