#include <Types.h>
Go to the source code of this file.
Classes | |
struct | primitiveTable |
Defines | |
#define | CHECK_PRIMITIVEID() if (primitiveID >= num_of_primitives || primitiveID < 0) { return oINVALID_PRIMITIVE_ID; } |
#define | CHECK_PRIMITIVEID_ALL() if ((primitiveID >= num_of_primitives || primitiveID < 0) && primitiveID != oprimitiveID_UNDEF) { return oINVALID_PRIMITIVE_ID; } |
Variables | |
primitiveTable | primitives [] |
const unsigned int | num_of_primitives = sizeof(primitives)/sizeof(*primitives) |
|
Definition at line 27 of file Primitives.h. |
|
Definition at line 28 of file Primitives.h. |
|
Definition at line 176 of file Primitives.h. |
|
Definition at line 37 of file Primitives.h. |