CMyArray3D< T1 > Class Template Reference
3 dimensional array
More...
#include <cutility.h>
Inheritance diagram for CMyArray3D< T1 >:
List of all members.
|
Public Member Functions
|
|
|
CMyArray3D (int xDim, int yDim,
int zDim)
|
|
|
~CMyArray3D ()
|
|
T1
|
get (int xIndex, int yIndex, int
zIndex)
|
|
void
|
set (int xIndex, int yIndex, int
zIndex, T1 d)
|
Detailed Description
template<typename T1>
class CMyArray3D< T1 >
3 dimensional array
Constructor & Destructor Documentation
Member Function Documentation
| template<typename
T1>
|
| T1 CMyArray3D< T1 >::get
|
( |
int |
xIndex,
|
|
|
int |
yIndex,
|
|
|
int |
zIndex |
|
) |
[inline] |
|
| template<typename
T1>
|
| void CMyArray3D< T1 >::set
|
( |
int |
xIndex,
|
|
|
int |
yIndex,
|
|
|
int |
zIndex,
|
|
|
T1 |
d |
|
) |
[inline] |
|
The documentation for this class was generated from the following
file:
|