|
HDK
|
#include <BRAY_Interface.h>
Inheritance diagram for BRAY::ShaderGraphPtr::NodeDecl:Classes | |
| struct | Parameter |
Public Member Functions | |
| NodeDecl () | |
| NodeDecl (const UT_StringHolder &n) | |
| const UT_StringHolder | name () const |
| const UT_Array< Parameter > & | inputs () const |
| const UT_Array< Parameter > & | outputs () const |
| const UT_StringMap < UT_StringHolder > & | metadata () const |
| void | setName (const UT_StringHolder &n) |
| void | addInput (const Parameter &parm) |
| void | addOutput (const Parameter &parm) |
| void | setMetadata (const UT_StringMap< UT_StringHolder > &metadata) |
| void | dump () const |
| void | dump (UT_JSONWriter &w) const |
Definition at line 1435 of file BRAY_Interface.h.
|
inline |
Definition at line 1439 of file BRAY_Interface.h.
|
inline |
Definition at line 1440 of file BRAY_Interface.h.
Definition at line 1484 of file BRAY_Interface.h.
Definition at line 1486 of file BRAY_Interface.h.
| void BRAY::ShaderGraphPtr::NodeDecl::dump | ( | ) | const |
| void BRAY::ShaderGraphPtr::NodeDecl::dump | ( | UT_JSONWriter & | w | ) | const |
Definition at line 1475 of file BRAY_Interface.h.
|
inline |
Definition at line 1479 of file BRAY_Interface.h.
|
inline |
Definition at line 1473 of file BRAY_Interface.h.
Definition at line 1477 of file BRAY_Interface.h.
|
inline |
Definition at line 1488 of file BRAY_Interface.h.
|
inline |
Definition at line 1482 of file BRAY_Interface.h.