7#ifndef EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_BASIS_CURVES_H
8#define EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_BASIS_CURVES_H
11#include "hdPrman/gprim.h"
12#include "pxr/imaging/hd/basisCurves.h"
16PXR_NAMESPACE_OPEN_SCOPE
18class HdPrman_BasisCurves final :
public HdPrman_Gprim<HdBasisCurves>
23 HF_MALLOC_TAG_NEW(
"new HdPrman_BasisCurves");
25 HdPrman_BasisCurves(
SdfPath const&
id);
27 HdDirtyBits GetInitialDirtyBitsMask()
const override;
29 bool _ConvertGeometry(
30 HdPrman_RenderParam *renderParam,
34 RtPrimVarList *primvars,
35 std::vector<HdGeomSubset> *geomSubsets,
36 std::vector<RtPrimVarList> *geomSubsetPrimvars)
override;
39PXR_NAMESPACE_CLOSE_SCOPE
A mix-in template that adds shared gprim behavior to support various HdRprim types.
Adapter class providing data exchange with the client scene graph.
A path value used to locate objects in layers or scenegraphs.