TGL2DArray< T > Class Template Reference

#include <TGLUtil.h>

List of all members.

Public Member Functions

 TGL2DArray ()
void SetMaxRow (Int_t max)
void SetRowLen (Int_t len)
const Toperator[] (size_type ind) const
Toperator[] (size_type ind)
 TGL2DArray ()
void SetMaxRow (Int_t max)
void SetRowLen (Int_t len)
const Toperator[] (size_type ind) const
Toperator[] (size_type ind)

Private Types

typedef std::vector< T
>::size_type 
size_type
typedef std::vector< T
>::size_type 
size_type

Private Attributes

Int_t fRowLen
Int_t fMaxRow


Detailed Description

template<class T>
class TGL2DArray< T >

Definition at line 1150 of file TGLUtil.h.


Member Typedef Documentation

template<class T>
typedef std::vector<T>::size_type TGL2DArray< T >::size_type [private]

Definition at line 1154 of file TGLUtil.h.

template<class T>
typedef std::vector<T>::size_type TGL2DArray< T >::size_type [private]

Definition at line 1154 of file TGLUtil.h.


Constructor & Destructor Documentation

template<class T>
TGL2DArray< T >::TGL2DArray (  )  [inline]

Definition at line 1157 of file TGLUtil.h.

template<class T>
TGL2DArray< T >::TGL2DArray (  )  [inline]

Definition at line 1157 of file TGLUtil.h.


Member Function Documentation

template<class T>
void TGL2DArray< T >::SetMaxRow ( Int_t  max  )  [inline]

Definition at line 1158 of file TGLUtil.h.

template<class T>
void TGL2DArray< T >::SetRowLen ( Int_t  len  )  [inline]

Definition at line 1162 of file TGLUtil.h.

Referenced by TGLSurfacePainter::InitGeometryCartesian(), TGLSurfacePainter::InitGeometryCylindrical(), TGLSurfacePainter::InitGeometryPolar(), TGLSurfacePainter::InitGeometrySpherical(), and TGLSurfacePainter::SetNormals().

template<class T>
const T* TGL2DArray< T >::operator[] ( size_type  ind  )  const [inline]

Definition at line 1166 of file TGLUtil.h.

template<class T>
T* TGL2DArray< T >::operator[] ( size_type  ind  )  [inline]

Definition at line 1170 of file TGLUtil.h.

template<class T>
void TGL2DArray< T >::SetMaxRow ( Int_t  max  )  [inline]

Definition at line 1158 of file TGLUtil.h.

template<class T>
void TGL2DArray< T >::SetRowLen ( Int_t  len  )  [inline]

Definition at line 1162 of file TGLUtil.h.

template<class T>
const T* TGL2DArray< T >::operator[] ( size_type  ind  )  const [inline]

Definition at line 1166 of file TGLUtil.h.

template<class T>
T* TGL2DArray< T >::operator[] ( size_type  ind  )  [inline]

Definition at line 1170 of file TGLUtil.h.


Member Data Documentation

template<class T>
Int_t TGL2DArray< T >::fRowLen [private]

Definition at line 1152 of file TGLUtil.h.

Referenced by TGL2DArray< std::pair< TGLVector3, TGLVector3 > >::operator[](), and TGL2DArray< std::pair< TGLVector3, TGLVector3 > >::SetRowLen().

template<class T>
Int_t TGL2DArray< T >::fMaxRow [private]

Definition at line 1153 of file TGLUtil.h.

Referenced by TGL2DArray< std::pair< TGLVector3, TGLVector3 > >::SetMaxRow().


The documentation for this class was generated from the following files:
Generated on Tue Jul 5 16:39:34 2011 for ROOT_528-00b_version by  doxygen 1.5.1