template < class T_item > class Array3

A dynamical array, more powerful than a simple [ ][ ][ ]

Public Methods

Array3(int deep_z, int nbLine_j, int nbColumn_i) throw()
~Array3() throw()
Array3(const Array3< class T_item >& m) throw()
Array3 < class T_item > & operator=(const Array3< class T_item >& m) throw()
Array2 < class T_item > & operator[](int k) throw()
const Array2 < class T_item > & operator[](int k) const throw()
int nbLine() const throw()
Vertical (y)
int nbColumn() const throw()
Horizontal (x)
int deep() const throw()
Deep (z)

Private Fields

Array < Array2 < T_item > * > tab

Documentation

A dynamical array, more powerful than a simple [ ][ ][ ]
Array < Array2 < T_item > * > tab

Array3(int deep_z, int nbLine_j, int nbColumn_i) throw()

~Array3() throw()

Array3(const Array3< class T_item >& m) throw()

Array3 < class T_item > & operator=(const Array3< class T_item >& m) throw()

Array2 < class T_item > & operator[](int k) throw()

const Array2 < class T_item > & operator[](int k) const throw()

int nbLine() const throw()
Vertical (y)

int nbColumn() const throw()
Horizontal (x)

int deep() const throw()
Deep (z)


This class has no child classes.
Author:
David FAUTHOUX
See Also:
Array
Array2
Anim
Sprite

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de