#include <stdio.h>
#include <teem/biff.h>
#include <teem/hest.h>
#include <teem/nrrd.h>
#include <teem/gage.h>
#include <teem/ten.h>
#include <teem/limn.h>
Define Documentation
| #define PROBE |
( |
|
x, |
|
|
|
y, |
|
|
|
z |
|
) |
| |
Value:((numSS \
? gageStackProbeSpace(ctx, x, y, z, posSS, !worldSpace, AIR_FALSE) \
: gageProbeSpace(ctx, x, y, z, !worldSpace, AIR_FALSE)), answer[0])
| #define PROBE_MAT2LIST |
( |
|
l, |
|
|
|
m |
|
) |
| |
Value:( \
(l)[1] = (m)[0], \
(l)[2] = (m)[3], \
(l)[3] = (m)[6], \
(l)[4] = (m)[4], \
(l)[5] = (m)[7], \
(l)[6] = (m)[8] )
Function Documentation
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
| void printans |
( |
FILE * |
file, |
|
|
const double * |
ans, |
|
|
int |
len |
|
) |
| |
| int probeParseKind |
( |
void * |
ptr, |
|
|
char * |
str, |
|
|
char |
err[AIR_STRLEN_HUGE] |
|
) |
| |
| void* probeParseKindDestroy |
( |
void * |
ptr | ) |
|
Variable Documentation
Initial value: ("Uses gageProbe() to query scalar or vector volumes "
"at a single probe location.")