#include <Volume.h>
Public Member Functions | |
void | setVoxelAt (int x, int y, int z, Voxel v) |
Voxel | getVoxelAt (int x, int y, int z) |
Vector | getCenter (void) |
void | calcGradients (void) |
bool | inside (Vector v) |
double | getMaxGradLength (void) |
void | init (int XDim, int YDim, int ZDim) |
Vector | getScaledVect (int x, int y, int z) |
|
Calculates the gradients of the volume |
|
returns the Center of the Volume |
|
returns true if v is inside the Volume |
|
Calculates a new volume base on the measurement positions |
|
|
initialize the Volume |
|
Returns the radius of the Volume(largest Diagonal value) |
|