Go to the source code of this file.
Macros | |
| #define | ABS_ERROR 1e-6 |
Functions | |
| bool | ArrayFloatComparison (float returnArray[], float inArray[], int size, float tol) |
| bool | MatrixComparison (float outMatrix[4][4], float inMatrix[4][4], float tol) |
| void | TestDebugCharArrayCmp (void *inputPointer, unsigned char *inputArray, int size) |
| #define ABS_ERROR 1e-6 |
Definition at line 18 of file igtlMessageDebugFunction.h.
| bool ArrayFloatComparison | ( | float | returnArray[], |
| float | inArray[], | ||
| int | size, | ||
| float | tol | ||
| ) |
Definition at line 51 of file igtlMessageDebugFunction.h.
| bool MatrixComparison | ( | float | outMatrix[4][4], |
| float | inMatrix[4][4], | ||
| float | tol | ||
| ) |
Definition at line 33 of file igtlMessageDebugFunction.h.
| void TestDebugCharArrayCmp | ( | void * | inputPointer, |
| unsigned char * | inputArray, | ||
| int | size | ||
| ) |
Definition at line 20 of file igtlMessageDebugFunction.h.