Array3D< T > Class Template Reference

#include <MatchAligner.h>

List of all members.

Public Member Functions

 Array3D ()
 Array3D (const Array2D< T > &i, const Array2D< T > &j, const Array2D< T > &k)
Array2D< T > & operator[] (unsigned int i)

Private Attributes

Array2D< T > data_ [gNumReadingFrames]


Detailed Description

template<typename T>
class Array3D< T >

Definition at line 700 of file MatchAligner.h.


Constructor & Destructor Documentation

template<typename T>
Array3D< T >::Array3D (  )  [inline]

Definition at line 703 of file MatchAligner.h.

00703 {}

template<typename T>
Array3D< T >::Array3D ( const Array2D< T > &  i,
const Array2D< T > &  j,
const Array2D< T > &  k 
) [inline]

Definition at line 704 of file MatchAligner.h.

References Array3D< T >::data_.

00707     { data_[0]=i; data_[1]=j; data_[2] = k; }


Member Function Documentation

template<typename T>
Array2D<T>& Array3D< T >::operator[] ( unsigned int  i  )  [inline]

Definition at line 708 of file MatchAligner.h.

References Array3D< T >::data_.

00708 { return data_[i]; }


Member Data Documentation

template<typename T>
Array2D<T> Array3D< T >::data_[gNumReadingFrames] [private]

Definition at line 710 of file MatchAligner.h.

Referenced by Array3D< T >::Array3D(), and Array3D< T >::operator[]().


The documentation for this class was generated from the following file:
Generated on Fri Dec 21 13:15:39 2007 for ssaha by  doxygen 1.5.2