HDK
|
#include <sceneIndexPlugin.h>
Public Member Functions | |
HdGpSceneIndexPlugin () | |
Public Member Functions inherited from HdSceneIndexPlugin | |
HD_API HdSceneIndexBaseRefPtr | AppendSceneIndex (const HdSceneIndexBaseRefPtr &inputScene, const HdContainerDataSourceHandle &inputArgs) |
Public Member Functions inherited from HfPluginBase | |
virtual HF_API | ~HfPluginBase () |
Protected Member Functions | |
HdSceneIndexBaseRefPtr | _AppendSceneIndex (const HdSceneIndexBaseRefPtr &inputScene, const HdContainerDataSourceHandle &inputArgs) override |
Protected Member Functions inherited from HdSceneIndexPlugin | |
HdSceneIndexPlugin ()=default | |
HD_API | ~HdSceneIndexPlugin () override |
Protected Member Functions inherited from HfPluginBase | |
HF_API | HfPluginBase ()=default |
HdGpSceneIndexPlugin provides HdSceneIndexPluginRegistry access to instantiate HdGpGenerativeProceduralResolvingSceneIndex either directly or automatically via RegisterSceneIndexForRenderer.
Definition at line 40 of file sceneIndexPlugin.h.
HdGpSceneIndexPlugin::HdGpSceneIndexPlugin | ( | ) |
|
overrideprotectedvirtual |
Subclasses implement this to instantiate one or more scene indicies which take the provided scene as input. The return value should be the final scene created – or the inputScene itself if nothing is created.
Reimplemented from HdSceneIndexPlugin.