11#ifndef ROOT_TGSimpleTableInterface
12#define ROOT_TGSimpleTableInterface
#define ClassDef(name, id)
virtual UInt_t GetNColumns()
virtual const char * GetValueAsString(UInt_t row, UInt_t column)
Return the value of the double in row,column of the data as a string.
virtual ~TGSimpleTableInterface()
TGSimpleTableInterface destructor.
virtual Double_t GetValue(UInt_t row, UInt_t column)
Return the value of the double in row,column of the data.
TGSimpleTableInterface(Double_t **data, UInt_t nrows=2, UInt_t ncolumns=2)
TGSimpleTableInterfac constructor.
virtual const char * GetColumnHeader(UInt_t column)
Return a name for the header at column.
virtual UInt_t GetNRows()
virtual const char * GetRowHeader(UInt_t row)
Return a name for the header at row.