|
HDK
|
#include <BRAY_Interface.h>
Public Member Functions | |
| AOV (const UT_StringHolder &name) | |
| template<typename T > | |
| bool | setOption (const UT_StringHolder &name, const T *value, exint size) |
| template<typename T > | |
| bool | setOption (const UT_StringHolder &name, const T &value) |
| bool | setOptions (const UT_Options &options) |
| Copy over options from those passed in. More... | |
| const UT_StringHolder & | name () const |
| const UT_Options & | options () const |
| void | dump (UT_JSONWriter &w) const |
| Dump method for debugging. More... | |
Definition at line 1212 of file BRAY_Interface.h.
|
inline |
Definition at line 1214 of file BRAY_Interface.h.
| void BRAY::OutputFile::AOV::dump | ( | UT_JSONWriter & | w | ) | const |
Dump method for debugging.
|
inline |
Definition at line 1234 of file BRAY_Interface.h.
|
inline |
Definition at line 1235 of file BRAY_Interface.h.
| bool BRAY::OutputFile::AOV::setOption | ( | const UT_StringHolder & | name, |
| const T * | value, | ||
| exint | size | ||
| ) |
Method is specialized for T in:
|
inline |
Definition at line 1228 of file BRAY_Interface.h.
| bool BRAY::OutputFile::AOV::setOptions | ( | const UT_Options & | options | ) |
Copy over options from those passed in.