Array2D< T > Class Template Reference

#include <MatchAligner.h>

Collaboration diagram for Array2D< T >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Array2D ()
 Array2D (T i, T j, T k)
T & operator[] (unsigned int i)

Private Attributes

data_ [gNumReadingFrames]

Detailed Description

template<typename T>
class Array2D< T >

Definition at line 689 of file MatchAligner.h.


Constructor & Destructor Documentation

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

Definition at line 692 of file MatchAligner.h.

References Array2D< T >::data_.

00692 { data_[0]=0; data_[1]=0; data_[2]=0; }

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

Definition at line 693 of file MatchAligner.h.

References Array2D< T >::data_.

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


Member Function Documentation

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

Definition at line 695 of file MatchAligner.h.

References Array2D< T >::data_.

00695 { return data_[i]; }


Member Data Documentation

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

Definition at line 697 of file MatchAligner.h.

Referenced by Array2D< T >::Array2D(), and Array2D< 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