#include "bane.h"
#include "privateBane.h"
Functions | |
int | _baneClipAnswer_Absolute (int *countP, Nrrd *hvol, double *clipParm) |
int | _baneClipAnswer_PeakRatio (int *countP, Nrrd *hvol, double *clipParm) |
int | _baneClipAnswer_Percentile (int *countP, Nrrd *hvol, double *clipParm) |
int | _baneClipAnswer_TopN (int *countP, Nrrd *hvol, double *clipParm) |
baneClip * | baneClipNew (int type, double *parm) |
int | baneClipAnswer (int *countP, baneClip *clip, Nrrd *hvol) |
baneClip * | baneClipCopy (baneClip *clip) |
baneClip * | baneClipNix (baneClip *clip) |
int _baneClipAnswer_Absolute | ( | int * | countP, | |
Nrrd * | hvol, | |||
double * | clipParm | |||
) |
int _baneClipAnswer_PeakRatio | ( | int * | countP, | |
Nrrd * | hvol, | |||
double * | clipParm | |||
) |
int _baneClipAnswer_Percentile | ( | int * | countP, | |
Nrrd * | hvol, | |||
double * | clipParm | |||
) |
int _baneClipAnswer_TopN | ( | int * | countP, | |
Nrrd * | hvol, | |||
double * | clipParm | |||
) |
baneClip* baneClipNew | ( | int | type, | |
double * | parm | |||
) |