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 1386 of file BRAY_Interface.h.
void BRAY::ShaderGraphPtr::NodeDecl::Parameter::dump | ( | UT_JSONWriter & | w | ) | const |
|
inline |
Definition at line 1390 of file BRAY_Interface.h.
|
inline |
Definition at line 1393 of file BRAY_Interface.h.
|
inline |
Definition at line 1391 of file BRAY_Interface.h.
|
inline |
Definition at line 1392 of file BRAY_Interface.h.
|
inline |
Definition at line 1394 of file BRAY_Interface.h.
|
inline |
Definition at line 1395 of file BRAY_Interface.h.
|
inline |
Definition at line 1397 of file BRAY_Interface.h.
UT_Array<bool> BRAY::ShaderGraphPtr::NodeDecl::Parameter::myB |
Definition at line 1402 of file BRAY_Interface.h.
Definition at line 1404 of file BRAY_Interface.h.
Definition at line 1403 of file BRAY_Interface.h.
bool BRAY::ShaderGraphPtr::NodeDecl::Parameter::myInvisible |
Definition at line 1407 of file BRAY_Interface.h.
UT_StringHolder BRAY::ShaderGraphPtr::NodeDecl::Parameter::myName |
Definition at line 1388 of file BRAY_Interface.h.
UT_Array<UT_StringHolder> BRAY::ShaderGraphPtr::NodeDecl::Parameter::myS |
Definition at line 1405 of file BRAY_Interface.h.
uint8 BRAY::ShaderGraphPtr::NodeDecl::Parameter::myTupleSize |
Definition at line 1409 of file BRAY_Interface.h.
uint8 BRAY::ShaderGraphPtr::NodeDecl::Parameter::myType |
Definition at line 1408 of file BRAY_Interface.h.
bool BRAY::ShaderGraphPtr::NodeDecl::Parameter::myVariadic |
Definition at line 1406 of file BRAY_Interface.h.