ROOT
6.06/09
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 |
|
private |