HDK
|
Return the status of primitive creation from GT_PrimitiveBuilder. More...
#include <GT_BuilderStatus.h>
Public Member Functions | |
GT_BuilderStatus () | |
~GT_BuilderStatus () | |
void void bool | getStatus () const |
Return success or failure. More... | |
const char * | getErrors () const |
Return a string of all the errors (may be a NULL ptr for no errors) More... | |
const char * | getWarnings () const |
Return a string of all the warnings (may be a NULL ptr for no warnings) More... | |
void | addError (const char *fmt,...) SYS_PRINTF_CHECK_ATTRIBUTE(2 |
void void | addWarning (const char *fmt,...) SYS_PRINTF_CHECK_ATTRIBUTE(2 |
Return the status of primitive creation from GT_PrimitiveBuilder.
Definition at line 18 of file GT_BuilderStatus.h.
|
inline |
Definition at line 20 of file GT_BuilderStatus.h.
|
inline |
Definition at line 22 of file GT_BuilderStatus.h.
void GT_BuilderStatus::addError | ( | const char * | fmt, |
... | |||
) |
Called in the building API to add errors or warnings
Called in the building API to add errors or warnings
|
inline |
Return a string of all the errors (may be a NULL ptr for no errors)
Definition at line 35 of file GT_BuilderStatus.h.
Return success or failure.
Definition at line 33 of file GT_BuilderStatus.h.
|
inline |
Return a string of all the warnings (may be a NULL ptr for no warnings)
Definition at line 38 of file GT_BuilderStatus.h.