An Implementation of the Marching Cubes Algorithm
1.0
|
_f | mc::Grid | [private] |
_orig | mc::Grid | [private] |
_sizex | mc::Grid | [private] |
_sizey | mc::Grid | [private] |
_sizez | mc::Grid | [private] |
_spac | mc::Grid | [private] |
get_origin() const | mc::Grid | [inline] |
get_size_x() const | mc::Grid | [inline] |
get_size_y() const | mc::Grid | [inline] |
get_size_z() const | mc::Grid | [inline] |
get_spacing_x() const | mc::Grid | [inline] |
get_spacing_y() const | mc::Grid | [inline] |
get_spacing_z() const | mc::Grid | [inline] |
get_value(unsigned i, unsigned j, unsigned k) const | mc::Grid | |
Grid(unsigned sx, unsigned sy, unsigned sz, const t3DVector &og, const t3DVector &sp) | mc::Grid | |
Grid(const Grid &g) | mc::Grid | |
set_value(unsigned i, unsigned j, unsigned k, double f) | mc::Grid | |
~Grid() | mc::Grid |