#include <teem/air.h>
#include <teem/hest.h>
#include <teem/nrrd.h>
#include <teem/gage.h>
#include <teem/bane.h>
Defines |
| #define | QBERT "qbert" |
| #define | QBERT_HIST_BINS 1024 |
Functions |
| int | qbertSizeUp (Nrrd *nout, Nrrd *nin, unsigned int *sz, NrrdKernelSpec *uk) |
| int | qbertSizeDown (Nrrd *nout, Nrrd *nin, unsigned int *sz, NrrdKernelSpec *dk) |
| int | qbertProbe (Nrrd *nout, Nrrd *nin, NrrdKernelSpec *k00, NrrdKernelSpec *k11, NrrdKernelSpec *k22, int doH, unsigned int *sz) |
| int | qbertMakeVghHists (Nrrd *nvhist, Nrrd *nghist, Nrrd *nhhist, unsigned int *sz, int bins, Nrrd *nvghF, Nrrd *nin) |
| int | qbertMakeVgh (Nrrd *nvgh, Nrrd *nvhist, Nrrd *nghist, Nrrd *nhhist, unsigned int *sz, float *perc, Nrrd *nvghF) |
| int | qbertScat (Nrrd *nvgh, int pos, int size, char *name) |
| int | main (int argc, char *argv[]) |
Variables |
| int | qbertSaveAll = AIR_FALSE |
| char | qbertInfo [] = "VG and VH scatterplots can be generated at a specified resolution." |
Define Documentation
| #define QBERT_HIST_BINS 1024 |
Function Documentation
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
| int qbertMakeVgh |
( |
Nrrd * |
nvgh, |
|
|
Nrrd * |
nvhist, |
|
|
Nrrd * |
nghist, |
|
|
Nrrd * |
nhhist, |
|
|
unsigned int * |
sz, |
|
|
float * |
perc, |
|
|
Nrrd * |
nvghF |
|
) |
| |
| int qbertMakeVghHists |
( |
Nrrd * |
nvhist, |
|
|
Nrrd * |
nghist, |
|
|
Nrrd * |
nhhist, |
|
|
unsigned int * |
sz, |
|
|
int |
bins, |
|
|
Nrrd * |
nvghF, |
|
|
Nrrd * |
nin |
|
) |
| |
| int qbertScat |
( |
Nrrd * |
nvgh, |
|
|
int |
pos, |
|
|
int |
size, |
|
|
char * |
name |
|
) |
| |
Variable Documentation
| char qbertInfo[] = "VG and VH scatterplots can be generated at a specified resolution." |