|
HDK
|
#include <BRAY_Interface.h>
Public Member Functions | |
| bool | isBool () const |
| bool | isInt () const |
| bool | isReal () const |
| bool | isFloat () const |
| bool | isString () const |
| bool | isVariadic () const |
| exint | size () const |
| void | dump (UT_JSONWriter &w) const |
Public Attributes | |
| UT_StringHolder | myName |
| UT_Array< bool > | myB |
| UT_Array< int64 > | myI |
| UT_Array< fpreal64 > | myF |
| UT_Array< UT_StringHolder > | myS |
| bool | myVariadic |
| bool | myInvisible |
| uint8 | myType |
| uint8 | myTupleSize |
Definition at line 1445 of file BRAY_Interface.h.
| void BRAY::ShaderGraphPtr::NodeDecl::Parameter::dump | ( | UT_JSONWriter & | w | ) | const |
|
inline |
Definition at line 1449 of file BRAY_Interface.h.
|
inline |
Definition at line 1452 of file BRAY_Interface.h.
|
inline |
Definition at line 1450 of file BRAY_Interface.h.
|
inline |
Definition at line 1451 of file BRAY_Interface.h.
|
inline |
Definition at line 1453 of file BRAY_Interface.h.
|
inline |
Definition at line 1454 of file BRAY_Interface.h.
|
inline |
Definition at line 1456 of file BRAY_Interface.h.
| UT_Array<bool> BRAY::ShaderGraphPtr::NodeDecl::Parameter::myB |
Definition at line 1461 of file BRAY_Interface.h.
Definition at line 1463 of file BRAY_Interface.h.
Definition at line 1462 of file BRAY_Interface.h.
| bool BRAY::ShaderGraphPtr::NodeDecl::Parameter::myInvisible |
Definition at line 1466 of file BRAY_Interface.h.
| UT_StringHolder BRAY::ShaderGraphPtr::NodeDecl::Parameter::myName |
Definition at line 1447 of file BRAY_Interface.h.
| UT_Array<UT_StringHolder> BRAY::ShaderGraphPtr::NodeDecl::Parameter::myS |
Definition at line 1464 of file BRAY_Interface.h.
| uint8 BRAY::ShaderGraphPtr::NodeDecl::Parameter::myTupleSize |
Definition at line 1468 of file BRAY_Interface.h.
| uint8 BRAY::ShaderGraphPtr::NodeDecl::Parameter::myType |
Definition at line 1467 of file BRAY_Interface.h.
| bool BRAY::ShaderGraphPtr::NodeDecl::Parameter::myVariadic |
Definition at line 1465 of file BRAY_Interface.h.