#include "gage.h"
#include "privateGage.h"
Functions | |
void | gageShapeReset (gageShape *shape) |
gageShape * | gageShapeNew () |
gageShape * | gageShapeCopy (gageShape *shp) |
gageShape * | gageShapeNix (gageShape *shape) |
void | _gageShapeUnitItoW (gageShape *shape, double world[3], double index[3]) |
int | _gageShapeSet (const gageContext *ctx, gageShape *shape, const Nrrd *nin, unsigned int baseDim) |
int | gageShapeSet (gageShape *shape, const Nrrd *nin, int baseDim) |
void | gageShapeWtoI (gageShape *shape, double _index[3], double _world[3]) |
void | gageShapeItoW (gageShape *shape, double _world[3], double _index[3]) |
int | gageShapeEqual (gageShape *shape1, char *_name1, gageShape *shape2, char *_name2) |
void | gageShapeBoundingBox (double min[3], double max[3], gageShape *shape) |
int _gageShapeSet | ( | const gageContext * | ctx, | |
gageShape * | shape, | |||
const Nrrd * | nin, | |||
unsigned int | baseDim | |||
) |
void _gageShapeUnitItoW | ( | gageShape * | shape, | |
double | world[3], | |||
double | index[3] | |||
) |
void gageShapeBoundingBox | ( | double | min[3], | |
double | max[3], | |||
gageShape * | shape | |||
) |
void gageShapeItoW | ( | gageShape * | shape, | |
double | _world[3], | |||
double | _index[3] | |||
) |
gageShape* gageShapeNew | ( | ) |
void gageShapeReset | ( | gageShape * | shape | ) |
void gageShapeWtoI | ( | gageShape * | shape, | |
double | _index[3], | |||
double | _world[3] | |||
) |