Teem 1.10.0
src/nrrd/test/quadvol.c File Reference
#include <math.h>
#include "../nrrd.h"
Include dependency graph for quadvol.c:

Functions

float quadFunc (float x, float y, float z, float A, float B, float off)
int main (int argc, char *argv[])

Variables

char * quadInfo

Function Documentation

int main ( int  argc,
char *  argv[] 
)
float quadFunc ( float  x,
float  y,
float  z,
float  A,
float  B,
float  off 
)

Variable Documentation

char* quadInfo
Initial value:
 ("generates quadratic test volumes, with isosurfaces "
                    "which should resemble z = A*x^2 + B*y^2")