Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TGL2DArray< T > Class Template Reference

template<class T>
class TGL2DArray< T >

Definition at line 1161 of file TGLUtil.h.

Public Member Functions

 TGL2DArray ()
 
T * operator[] (size_type ind)
 
const T * operator[] (size_type ind) const
 
void SetMaxRow (Int_t max)
 
void SetRowLen (Int_t len)
 

Private Types

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

Private Attributes

Int_t fMaxRow
 
Int_t fRowLen
 

#include <TGLUtil.h>

Inheritance diagram for TGL2DArray< T >:
[legend]

Member Typedef Documentation

◆ size_type

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

Definition at line 1165 of file TGLUtil.h.

Constructor & Destructor Documentation

◆ TGL2DArray()

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

Definition at line 1168 of file TGLUtil.h.

Member Function Documentation

◆ operator[]() [1/2]

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

Definition at line 1181 of file TGLUtil.h.

◆ operator[]() [2/2]

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

Definition at line 1177 of file TGLUtil.h.

◆ SetMaxRow()

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

Definition at line 1169 of file TGLUtil.h.

◆ SetRowLen()

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

Definition at line 1173 of file TGLUtil.h.

Member Data Documentation

◆ fMaxRow

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

Definition at line 1164 of file TGLUtil.h.

◆ fRowLen

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

Definition at line 1163 of file TGLUtil.h.

  • graf3d/gl/inc/TGLUtil.h