24 #ifndef PXR_IMAGING_HD_GP_GENERATIVE_PROCEDURAL_PLUGIN_H 25 #define PXR_IMAGING_HD_GP_GENERATIVE_PROCEDURAL_PLUGIN_H 27 #include "pxr/imaging/hdGp/generativeProcedural.h" 30 #include "pxr/imaging/hd/api.h" 31 #include "pxr/imaging/hf/pluginBase.h" 33 PXR_NAMESPACE_OPEN_SCOPE
48 const SdfPath &proceduralPrimPath);
58 PXR_NAMESPACE_CLOSE_SCOPE
virtual HD_API HdGpGenerativeProcedural * Construct(const SdfPath &proceduralPrimPath)
Subclasses implement this to instantiate an HdGpGenerativeProcedural at a given prim path.
Base class for all hydra plugin classes.
HdGpGenerativeProceduralPlugin represents an HdGpGenerativeProcedural for plug-in discovery via HdGpG...
HdGpGenerativeProcedural is the base class for procedurals which have full access to an input scene i...
A path value used to locate objects in layers or scenegraphs.