#include <CuboidIntegerGrid3D.h>
Public Member Functions | |
CuboidIntegerGrid3D (size_t nx, size_t ny, size_t nz) | |
New cuboid point set of size. | |
CuboidIntegerGrid3D (Point3D< int > const &size, Point3D< double > const &origin=Point3D< double >(0, 0, 0)) | |
New cuboid point set of specified size with specified origin. | |
CuboidIntegerGrid3D (Volume3DSize const &size, Point3D< double > const &origin=Point3D< double >(0, 0, 0)) | |
New cuboid point set of specified size with specified origin. |
One particular implementation of the Point3DSet, holding a set of Point3D points which have integer coordinates and are within some cuboid subspace also defined with integer coordinate boundaries.
Definition at line 21 of file CuboidIntegerGrid3D.h.
New cuboid point set of size.
Definition at line 13 of file CuboidIntegerGrid3D.cpp.
CuboidIntegerGrid3D::CuboidIntegerGrid3D | ( | Point3D< int > const & | size, | |
Point3D< double > const & | origin = Point3D<double>(0,0,0) | |||
) |
New cuboid point set of specified size with specified origin.
Definition at line 19 of file CuboidIntegerGrid3D.cpp.
References Point3D< T >::x(), Point3D< T >::y(), and Point3D< T >::z().
CuboidIntegerGrid3D::CuboidIntegerGrid3D | ( | Volume3DSize const & | size, | |
Point3D< double > const & | origin = Point3D<double>(0,0,0) | |||
) |
New cuboid point set of specified size with specified origin.
Definition at line 25 of file CuboidIntegerGrid3D.cpp.
References Volume3DSize::x(), Point3D< T >::x(), Volume3DSize::y(), Point3D< T >::y(), Volume3DSize::z(), and Point3D< T >::z().