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);
88 HdTokenDataSourceHandle GetNodePath()
const;
91 HdTokenDataSourceHandle GetInputName()
const;
106 static HdContainerDataSourceHandle
108 const HdTokenDataSourceHandle &nodePath,
109 const HdTokenDataSourceHandle &inputName
123 const HdTokenDataSourceHandle &nodePath);
126 const HdTokenDataSourceHandle &inputName);
130 HdContainerDataSourceHandle
Build();
133 HdTokenDataSourceHandle _nodePath;
134 HdTokenDataSourceHandle _inputName;
141PXR_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.
The MaterialInterfaceMapping schema identifies a material node parameter using its two members 'nodeP...
HdDataSourceLocator BuildNetworkRelativeLocator()
Returns the data source locator relative to the material network for the material node parameter indi...
static HD_API HdContainerDataSourceHandle BuildRetained(const HdTokenDataSourceHandle &nodePath, const HdTokenDataSourceHandle &inputName)
Schema classes represent a structured view of the inherently unstructured container data source passe...
#define TF_DECLARE_PUBLIC_TOKENS(...)
Macro to define public tokens.