ROOT
6.07/01
Reference Guide
|
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) |
Private Types | |
typedef std::vector< T >::size_type | size_type |
Private Attributes | |
Int_t | fRowLen |
Int_t | fMaxRow |
#include <TGLUtil.h>
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 1168 of file TGLUtil.h.
Referenced by TGLSurfacePainter::GenTexMap(), TGLSurfacePainter::InitGeometryCartesian(), TGLSurfacePainter::InitGeometryCylindrical(), TGLSurfacePainter::InitGeometryPolar(), TGLSurfacePainter::InitGeometrySpherical(), TGLTH3Slice::PrepareTexCoords(), and TGLSurfacePainter::SetNormals().
|
private |
Definition at line 1159 of file TGLUtil.h.
Referenced by TGL2DArray< std::pair< TGLVector3, TGLVector3 > >::SetMaxRow().
|
private |
Definition at line 1158 of file TGLUtil.h.
Referenced by TGL2DArray< std::pair< TGLVector3, TGLVector3 > >::operator[](), and TGL2DArray< std::pair< TGLVector3, TGLVector3 > >::SetRowLen().