#include <Array3D.h>
Public Types | |
| typedef std::vector < std::vector< std::vector< T > > > | ContainerType |
Public Member Functions | |
| void | allocateArray (const Dim3D &_dim, T &val=T()) |
| ContainerType & | getContainer () |
Private Attributes | |
| std::vector< std::vector < std::vector< T > > > | array |
Definition at line 12 of file Array3D.h.
| typedef std::vector<std::vector<std::vector<T> > > CompuCell3D::Array3D< T >::ContainerType |
| void CompuCell3D::Array3D< T >::allocateArray | ( | const Dim3D & | _dim, | |
| T & | val = T() | |||
| ) | [inline] |
Definition at line 25 of file Array3D.h.
References CompuCell3D::Array3D< T >::array, CompuCell3D::Point3D::x, CompuCell3D::Point3D::y, and CompuCell3D::Point3D::z.
| ContainerType& CompuCell3D::Array3D< T >::getContainer | ( | ) | [inline] |
std::vector<std::vector<std::vector<T> > > CompuCell3D::Array3D< T >::array [private] |
Definition at line 20 of file Array3D.h.
Referenced by CompuCell3D::Array3D< T >::allocateArray(), and CompuCell3D::Array3D< T >::getContainer().
1.5.6