Classes | |
| struct | trsfStruct |
Defines | |
| #define | FALSE ((int)(0 != 0)) |
| #define | TRUE ((int)(!FALSE)) |
| #define | ERROR ((int)TRUE) |
Functions | |
| int | affineTransform (double transform[][4], double origin[], float *inPtr, float *outPtr, long nx, long ny, long nz, int interpolationDegree, float background) |
| void | errorReport (char *errorMessage) |
| #define FALSE ((int)(0 != 0)) |
| #define TRUE ((int)(!FALSE)) |
| #define ERROR ((int)TRUE) |
| int affineTransform | ( | double | transform[][4], | |
| double | origin[], | |||
| float * | inPtr, | |||
| float * | outPtr, | |||
| long | nx, | |||
| long | ny, | |||
| long | nz, | |||
| int | interpolationDegree, | |||
| float | background | |||
| ) |
| void errorReport | ( | char * | errorMessage | ) |
1.5.4