28 #ifndef PXR_IMAGING_HD_BASIS_CURVES_SCHEMA_H 29 #define PXR_IMAGING_HD_BASIS_CURVES_SCHEMA_H 31 #include "pxr/imaging/hd/api.h" 33 #include "pxr/imaging/hd/basisCurvesTopologySchema.h" 34 #include "pxr/imaging/hd/geomSubsetsSchema.h" 37 PXR_NAMESPACE_OPEN_SCOPE
41 #define HDBASISCURVES_SCHEMA_TOKENS \ 47 HDBASISCURVES_SCHEMA_TOKENS);
51 class HdBasisCurvesSchema :
public HdSchema 54 HdBasisCurvesSchema(HdContainerDataSourceHandle container)
60 HdBasisCurvesTopologySchema GetTopology();
62 HdGeomSubsetsSchema GetGeomSubsets();
72 static HdContainerDataSourceHandle
74 const HdContainerDataSourceHandle &topology,
75 const HdContainerDataSourceHandle &geomSubsets
89 const HdContainerDataSourceHandle &topology);
92 const HdContainerDataSourceHandle &geomSubsets);
96 HdContainerDataSourceHandle
Build();
99 HdContainerDataSourceHandle _topology;
100 HdContainerDataSourceHandle _geomSubsets;
109 static HdBasisCurvesSchema GetFromParent(
110 const HdContainerDataSourceHandle &fromParentContainer);
134 PXR_NAMESPACE_CLOSE_SCOPE
Utility class for setting sparse sets of child data source fields to be filled as arguments into Buil...
Represents an object that can identify the location of a data source.
#define TF_DECLARE_PUBLIC_TOKENS(...)
Macro to define public tokens.
HD_API HdContainerDataSourceHandle Build()
Returns a container data source containing the members set thus far.
Schema classes represent a structured view of the inherently unstructured container data source passe...