Reinforcement Learning Toolbox 2.0
last updated:
General
Documentation
Manual
Tutorial
Class Reference
Master Thesis
Examples
Related Papers
Downloads
Links
News
mailto:webmaster
Main Page     Class Hierarchy   Compound List   File List   Compound Members   File Members

CMyArray3D< T1 > Class Template Reference

3 dimensional array More...

#include <cutility.h>

Inheritance diagram for CMyArray3D< T1 >:

CMyArray< 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

template<typename T1>
CMyArray3D< T1 >::CMyArray3D int  xDim,
int  yDim,
int  zDim
[inline]
 
template<typename T1>
CMyArray3D< T1 >::~CMyArray3D  )  [inline]
 

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: