18#ifndef PXR_IMAGING_HD_EXT_COMPUTATION_OUTPUT_SCHEMA_H
19#define PXR_IMAGING_HD_EXT_COMPUTATION_OUTPUT_SCHEMA_H
23#include "pxr/imaging/hd/api.h"
25#include "pxr/imaging/hd/schema.h"
30PXR_NAMESPACE_OPEN_SCOPE
35#define HD_EXT_COMPUTATION_OUTPUT_SCHEMA_TOKENS \
40 HD_EXT_COMPUTATION_OUTPUT_SCHEMA_TOKENS);
45class HdExtComputationOutputSchema :
public HdSchema
51 HdExtComputationOutputSchema(HdContainerDataSourceHandle container)
63 HdTokenDataSourceHandle GetName()
const;
66 HdTupleTypeDataSourceHandle GetValueType()
const;
81 static HdContainerDataSourceHandle
83 const HdTokenDataSourceHandle &name,
84 const HdTupleTypeDataSourceHandle &valueType
98 const HdTokenDataSourceHandle &name);
101 const HdTupleTypeDataSourceHandle &valueType);
105 HdContainerDataSourceHandle
Build();
108 HdTokenDataSourceHandle _name;
109 HdTupleTypeDataSourceHandle _valueType;
116PXR_NAMESPACE_CLOSE_SCOPE
Utility class for setting sparse sets of child data source fields to be filled as arguments into Buil...
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...
#define TF_DECLARE_PUBLIC_TOKENS(...)
Macro to define public tokens.