HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HdMaterialNetwork2 Struct Reference

#include <material.h>

Public Member Functions

bool operator== (const HdMaterialNetwork2 &rhs) const
 

Public Attributes

std::map< SdfPath,
HdMaterialNode2
nodes
 
std::map< TfToken,
HdMaterialConnection2
terminals
 
TfTokenVector primvars
 

Detailed Description

Container of nodes and top-level terminal connections. This is the mutable representation of a shading network sent to filtering functions by a MatfiltFilterChain.

Definition at line 175 of file material.h.

Member Function Documentation

bool HdMaterialNetwork2::operator== ( const HdMaterialNetwork2 rhs) const
inline

Definition at line 181 of file material.h.

Member Data Documentation

std::map<SdfPath, HdMaterialNode2> HdMaterialNetwork2::nodes

Definition at line 177 of file material.h.

TfTokenVector HdMaterialNetwork2::primvars

Definition at line 179 of file material.h.

std::map<TfToken, HdMaterialConnection2> HdMaterialNetwork2::terminals

Definition at line 178 of file material.h.


The documentation for this struct was generated from the following file: