50 Error(
"TGSimpleTableInterface",
"Non existing value requested.");
53 if (
fData ==
nullptr) {
54 Error(
"TGSimpleTableInterface",
"Non existing table data.");
57 return fData[row][column];
85 fBuffer.Form(
"DCol %d", column);
unsigned int UInt_t
Unsigned integer 4 bytes (unsigned int).
double Double_t
Double 8 bytes.
Error("WriteTObject","The current directory (%s) is not associated with a file. The object (%s) has not been written.", GetName(), objname)
const char * GetValueAsString(UInt_t row, UInt_t column) override
Return the value of the double in row,column of the data as a string.
TGSimpleTableInterface(Double_t **data, UInt_t nrows=2, UInt_t ncolumns=2)
TGSimpleTableInterface constructor.
Double_t GetValue(UInt_t row, UInt_t column) override
Return the value of the double in row,column of the data.
const char * GetRowHeader(UInt_t row) override
Return a name for the header at row.
~TGSimpleTableInterface() override
TGSimpleTableInterface destructor.
const char * GetColumnHeader(UInt_t column) override
Return a name for the header at column.