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"
15PXR_NAMESPACE_OPEN_SCOPE
30 const SdfPath &proceduralPrimPath);
41PXR_NAMESPACE_CLOSE_SCOPE
HdGpGenerativeProcedural is the base class for procedurals which have full access to an input scene i...
HdGpGenerativeProceduralPlugin represents an HdGpGenerativeProcedural for plug-in discovery via HdGpG...
virtual HDGP_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.
A path value used to locate objects in layers or scenegraphs.