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 1162 of file BRAY_Interface.h.
|
inline |
Definition at line 1164 of file BRAY_Interface.h.
void BRAY::OutputFile::AOV::dump | ( | UT_JSONWriter & | w | ) | const |
Dump method for debugging.
|
inline |
Definition at line 1184 of file BRAY_Interface.h.
|
inline |
Definition at line 1185 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 1178 of file BRAY_Interface.h.
bool BRAY::OutputFile::AOV::setOptions | ( | const UT_Options & | options | ) |
Copy over options from those passed in.