#include <TGLUtil.h>
Public Member Functions | |
TGL2DArray () | |
void | SetMaxRow (Int_t max) |
void | SetRowLen (Int_t len) |
const T * | operator[] (size_type ind) const |
T * | operator[] (size_type ind) |
TGL2DArray () | |
void | SetMaxRow (Int_t max) |
void | SetRowLen (Int_t len) |
const T * | operator[] (size_type ind) const |
T * | operator[] (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 |
Definition at line 1150 of file TGLUtil.h.
typedef std::vector<T>::size_type TGL2DArray< T >::size_type [private] |
typedef std::vector<T>::size_type TGL2DArray< T >::size_type [private] |
TGL2DArray< T >::TGL2DArray | ( | ) | [inline] |
TGL2DArray< T >::TGL2DArray | ( | ) | [inline] |
void TGL2DArray< T >::SetMaxRow | ( | Int_t | max | ) | [inline] |
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().
const T* TGL2DArray< T >::operator[] | ( | size_type | ind | ) | const [inline] |
T* TGL2DArray< T >::operator[] | ( | size_type | ind | ) | [inline] |
void TGL2DArray< T >::SetMaxRow | ( | Int_t | max | ) | [inline] |
void TGL2DArray< T >::SetRowLen | ( | Int_t | len | ) | [inline] |
const T* TGL2DArray< T >::operator[] | ( | size_type | ind | ) | const [inline] |
T* TGL2DArray< T >::operator[] | ( | size_type | ind | ) | [inline] |
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().
Int_t TGL2DArray< T >::fMaxRow [private] |
Definition at line 1153 of file TGLUtil.h.
Referenced by TGL2DArray< std::pair< TGLVector3, TGLVector3 > >::SetMaxRow().