HDK
|
#include <materialNetworkSchema.h>
Classes | |
class | Builder |
Public Member Functions | |
Schema retrieval | |
HdMaterialNetworkSchema (HdContainerDataSourceHandle container) | |
Member accessor | |
HD_API HdMaterialNodeContainerSchema | GetNodes () const |
HD_API HdMaterialConnectionContainerSchema | GetTerminals () const |
HD_API HdMaterialInterfaceMappingsContainerSchema | GetInterfaceMappings () const |
HD_API HdSampledDataSourceContainerSchema | GetConfig () const |
![]() | |
HdSchema (HdContainerDataSourceHandle container) | |
HD_API HdContainerDataSourceHandle | GetContainer () const |
Returns the container data source that this schema is interpreting. More... | |
HD_API bool | IsDefined () const |
operator bool () const | |
Static Public Member Functions | |
Schema construction | |
static HD_API HdContainerDataSourceHandle | BuildRetained (const HdContainerDataSourceHandle &nodes, const HdContainerDataSourceHandle &terminals, const HdContainerDataSourceHandle &interfaceMappings, const HdContainerDataSourceHandle &config) |
Additional Inherited Members | |
![]() | |
using | UnderlyingDataSource = HdContainerDataSource |
![]() | |
template<typename T > | |
T::Handle | _GetTypedDataSource (TfToken name) const |
![]() | |
HdContainerDataSourceHandle | _container |
Definition at line 79 of file materialNetworkSchema.h.
|
inline |
Definition at line 85 of file materialNetworkSchema.h.
|
static |
Builds a container data source which includes the provided child data sources. Parameters with nullptr values are excluded. This is a low-level interface. For cases in which it's desired to define the container with a sparse set of child fields, the Builder class is often more convenient and readable.
HD_API HdSampledDataSourceContainerSchema HdMaterialNetworkSchema::GetConfig | ( | ) | const |
Maps node names to material nodes. Each material node is a container that is defined by the MaterialNode schema. The topology of the network is expressed by the connections found on each material node.
HD_API HdMaterialInterfaceMappingsContainerSchema HdMaterialNetworkSchema::GetInterfaceMappings | ( | ) | const |
Maps interface names (public UI names) to vectors of material node parameters. Each mapped material node parameter is a container defined by the InterfaceMappings schema.
HD_API HdMaterialNodeContainerSchema HdMaterialNetworkSchema::GetNodes | ( | ) | const |
Maps node names to material nodes. Each material node is a container that is defined by the MaterialNode schema. The topology of the network is expressed by the connections found on each material node.
HD_API HdMaterialConnectionContainerSchema HdMaterialNetworkSchema::GetTerminals | ( | ) | const |
Maps terminal names to material connections. Each connection is a container defined by the MaterialConnection schema.