7 #ifndef PXR_IMAGING_HD_GP_GENERATIVE_PROCEDURAL_PLUGIN_H 8 #define PXR_IMAGING_HD_GP_GENERATIVE_PROCEDURAL_PLUGIN_H 11 #include "pxr/imaging/hdGp/api.h" 12 #include "pxr/imaging/hdGp/generativeProcedural.h" 13 #include "pxr/imaging/hf/pluginBase.h" 15 PXR_NAMESPACE_OPEN_SCOPE
30 const SdfPath &proceduralPrimPath);
41 PXR_NAMESPACE_CLOSE_SCOPE
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.
virtual HDGP_API HdGpGenerativeProcedural * Construct(const SdfPath &proceduralPrimPath)
Subclasses implement this to instantiate an HdGpGenerativeProcedural at a given prim path.