28 #ifndef PXR_IMAGING_HD_EXT_COMPUTATION_OUTPUT_SCHEMA_H 29 #define PXR_IMAGING_HD_EXT_COMPUTATION_OUTPUT_SCHEMA_H 31 #include "pxr/imaging/hd/api.h" 33 #include "pxr/imaging/hd/schema.h" 35 PXR_NAMESPACE_OPEN_SCOPE
39 #define HDEXTCOMPUTATIONOUTPUT_SCHEMA_TOKENS \ 44 HDEXTCOMPUTATIONOUTPUT_SCHEMA_TOKENS);
48 class HdExtComputationOutputSchema :
public HdSchema 51 HdExtComputationOutputSchema(HdContainerDataSourceHandle container)
57 HdTokenDataSourceHandle GetName();
59 HdTupleTypeDataSourceHandle GetValueType();
69 static HdContainerDataSourceHandle
71 const HdTokenDataSourceHandle &name,
72 const HdTupleTypeDataSourceHandle &valueType
86 const HdTokenDataSourceHandle &name);
89 const HdTupleTypeDataSourceHandle &valueType);
93 HdContainerDataSourceHandle
Build();
96 HdTokenDataSourceHandle _name;
97 HdTupleTypeDataSourceHandle _valueType;
102 PXR_NAMESPACE_CLOSE_SCOPE
Utility class for setting sparse sets of child data source fields to be filled as arguments into Buil...
#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...