VIP: Volume Image Processing


affine.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  trsfStruct
 

Macros

#define FALSE   ((int)(0 != 0))
 
#define TRUE   ((int)(!FALSE))
 
#define ERROR   ((int)FALSE)
 

Functions

int affineTransformSHFJ (double transform[][4], double origin[], float *inPtr, float *outPtr, long innx, long inny, long innz, long outnx, long outny, long outnz, int interpolationDegree, float background)
 
void errorReport (char *errorMessage)
 

Macro Definition Documentation

◆ ERROR

#define ERROR   ((int)FALSE)

Definition at line 28 of file affine.h.

◆ FALSE

#define FALSE   ((int)(0 != 0))

Definition at line 22 of file affine.h.

◆ TRUE

#define TRUE   ((int)(!FALSE))

Definition at line 25 of file affine.h.

Function Documentation

◆ affineTransformSHFJ()

int affineTransformSHFJ ( double transform[][4],
double origin[],
float * inPtr,
float * outPtr,
long innx,
long inny,
long innz,
long outnx,
long outny,
long outnz,
int interpolationDegree,
float background )

◆ errorReport()

void errorReport ( char * errorMessage)
extern