|
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 21 of file GT_BuilderStatus.h.
|
inline |
Definition at line 23 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 36 of file GT_BuilderStatus.h.
Return success or failure.
Definition at line 34 of file GT_BuilderStatus.h.
|
inline |
Return a string of all the warnings (may be a NULL ptr for no warnings)
Definition at line 39 of file GT_BuilderStatus.h.