Go to the source code of this file.
Defines | |
#define | TRY try { |
#define | CATCH } catch(...) |
#define | jDELETE(a) if (a) { delete (a); a = NULL; } |
#define | jMIN(a, b) (((a) < (b)) ? (a) : (b)) |
#define | jMAX(a, b) (((a) > (b)) ? (a) : (b)) |
#define | jXOR(a, b) (((~(a))|(~(b)))&((a)|(b))); |
#define | jPI_SYMBOL 3.141592654 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|