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/pxr.h"
11#include "pxr/imaging/hdGp/api.h"
12#include "pxr/imaging/hdGp/generativeProcedural.h"
13#include "pxr/imaging/hf/pluginBase.h"
14
15PXR_NAMESPACE_OPEN_SCOPE
16
23{
24public:
25
28 HDGP_API
30 const SdfPath &proceduralPrimPath);
31
32protected:
33
34 HDGP_API
36
37 HDGP_API
39};
40
41PXR_NAMESPACE_CLOSE_SCOPE
42
43#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