Loading...
Searching...
No Matches
generativeProceduralPlugin.h
1//
2// Copyright 2022 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://openusd.org/license.
6//
7#ifndef PXR_IMAGING_HD_GP_GENERATIVE_PROCEDURAL_PLUGIN_H
8#define PXR_IMAGING_HD_GP_GENERATIVE_PROCEDURAL_PLUGIN_H
9
10#include "pxr/imaging/hdGp/generativeProcedural.h"
11
12#include "pxr/pxr.h"
13#include "pxr/imaging/hdGp/api.h"
14#include "pxr/imaging/hf/pluginBase.h"
15
16PXR_NAMESPACE_OPEN_SCOPE
17
24{
25public:
26
29 HDGP_API
31 const SdfPath &proceduralPrimPath);
32
33protected:
34
35 HDGP_API
37
38 HDGP_API
40};
41
42PXR_NAMESPACE_CLOSE_SCOPE
43
44#endif
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.
Definition: pluginBase.h:23
A path value used to locate objects in layers or scenegraphs.
Definition: path.h:274