#include <Point3D.h>
Public Types | |
enum | Coordinate { X = 0, Y = 1, Z = 2 } |
Public Member Functions | |
Volume3DSize (size_t x=1, size_t y=1, size_t z=1) | |
size_t | operator[] (int idx) const |
size_t | x () const |
size_t | y () const |
size_t | z () const |
size_t | numPoints () const |
Protected Attributes | |
size_t | _x |
size_t | _y |
size_t | _z |
Definition at line 203 of file Point3D.h.
size_t Volume3DSize::x | ( | ) | const [inline] |
Definition at line 227 of file Point3D.h.
References _x.
Referenced by CuboidIntegerGrid3D::CuboidIntegerGrid3D().
size_t Volume3DSize::y | ( | ) | const [inline] |
Definition at line 232 of file Point3D.h.
References _y.
Referenced by CuboidIntegerGrid3D::CuboidIntegerGrid3D().
size_t Volume3DSize::z | ( | ) | const [inline] |
Definition at line 238 of file Point3D.h.
References _z.
Referenced by CuboidIntegerGrid3D::CuboidIntegerGrid3D().
size_t Volume3DSize::numPoints | ( | ) | const [inline] |
size_t Volume3DSize::_x [protected] |
size_t Volume3DSize::_y [protected] |
size_t Volume3DSize::_z [protected] |