Teem 1.10.0
src/gage/pvl.c File Reference
#include "gage.h"
#include "privateGage.h"
Include dependency graph for pvl.c:

Functions

int gageVolumeCheck (const gageContext *ctx, const Nrrd *nin, const gageKind *kind)
gagePerVolumegagePerVolumeNew (gageContext *ctx, const Nrrd *nin, const gageKind *kind)
gagePerVolume_gagePerVolumeCopy (gagePerVolume *pvl, unsigned int fd)
gagePerVolumegagePerVolumeNix (gagePerVolume *pvl)
const double * gageAnswerPointer (const gageContext *ctx, const gagePerVolume *pvl, int item)
double * _gageAnswerPointer (const gageContext *ctx, gagePerVolume *pvl, int item)
unsigned int gageAnswerLength (const gageContext *ctx, const gagePerVolume *pvl, int item)
int gageQueryReset (gageContext *ctx, gagePerVolume *pvl)
int gageQuerySet (gageContext *ctx, gagePerVolume *pvl, gageQuery query)
int gageQueryAdd (gageContext *ctx, gagePerVolume *pvl, gageQuery query)
int gageQueryItemOn (gageContext *ctx, gagePerVolume *pvl, int item)

Function Documentation

double* _gageAnswerPointer ( const gageContext ctx,
gagePerVolume pvl,
int  item 
)
gagePerVolume* _gagePerVolumeCopy ( gagePerVolume pvl,
unsigned int  fd 
)
unsigned int gageAnswerLength ( const gageContext ctx,
const gagePerVolume pvl,
int  item 
)
const double* gageAnswerPointer ( const gageContext ctx,
const gagePerVolume pvl,
int  item 
)
gagePerVolume* gagePerVolumeNew ( gageContext ctx,
const Nrrd nin,
const gageKind kind 
)
gagePerVolume* gagePerVolumeNix ( gagePerVolume pvl)
int gageQueryAdd ( gageContext ctx,
gagePerVolume pvl,
gageQuery  query 
)
int gageQueryItemOn ( gageContext ctx,
gagePerVolume pvl,
int  item 
)
int gageQueryReset ( gageContext ctx,
gagePerVolume pvl 
)
int gageQuerySet ( gageContext ctx,
gagePerVolume pvl,
gageQuery  query 
)
int gageVolumeCheck ( const gageContext ctx,
const Nrrd nin,
const gageKind kind 
)