18#ifndef PXR_IMAGING_HD_MATERIAL_INTERFACE_MAPPING_SCHEMA_H
19#define PXR_IMAGING_HD_MATERIAL_INTERFACE_MAPPING_SCHEMA_H
23#include "pxr/imaging/hd/api.h"
25#include "pxr/imaging/hd/schema.h"
30PXR_NAMESPACE_OPEN_SCOPE
35#define HD_MATERIAL_INTERFACE_MAPPING_SCHEMA_TOKENS \
40 HD_MATERIAL_INTERFACE_MAPPING_SCHEMA_TOKENS);
45class HdMaterialInterfaceMappingSchema :
public HdSchema
51 HdMaterialInterfaceMappingSchema(HdContainerDataSourceHandle container)
64 HdTokenDataSourceHandle GetNodePath()
const;
67 HdTokenDataSourceHandle GetInputName()
const;
82 static HdContainerDataSourceHandle
84 const HdTokenDataSourceHandle &nodePath,
85 const HdTokenDataSourceHandle &inputName
99 const HdTokenDataSourceHandle &nodePath);
102 const HdTokenDataSourceHandle &inputName);
106 HdContainerDataSourceHandle
Build();
109 HdTokenDataSourceHandle _nodePath;
110 HdTokenDataSourceHandle _inputName;
117PXR_NAMESPACE_CLOSE_SCOPE
Represents an object that can identify the location of a data source.
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.