12 #include "TTablePoints.h"
35 void TTablePoints::SetTablePointer(
void *table)
65 fTableSorter = sorter;
67 fSize = sorter->
CountKey(fKey,0,kTRUE,&fFirstRow);
68 SetTablePointer(GetTable());
84 fTableSorter = sorter;
85 fKey = sorter->GetKeyAddress(keyIndex);
86 fSize = sorter->
CountKey(fKey,keyIndex,kFALSE,&fFirstRow);
87 SetTablePointer(GetTable());
TTablePoints()
to be documented
virtual Int_t DistancetoPrimitive(Int_t px, Int_t py)
virtual Int_t CountKey(const void *key, Int_t firstIndx=0, Bool_t bSearch=kTRUE, Int_t *firstRow=0) const