32   fBuf      (new 
UInt_t [fBufSize]),
 
void ProcessResult(Int_t glResult)
Process result of GL-selection: sort the hits by their minimum z-coordinate.
 
virtual ~TGLSelectBuffer()
Destructor.
 
void Grow()
Increase size of the select buffer.
 
vRawRecord_t fSortedRecords
 
static Int_t fgMaxBufSize
 
Bool_t CanGrow()
static: return true if current buffer is smaller than the max buffer size
 
TGLSelectBuffer()
Constructor.
 
Int_t SelectRecord(TGLSelectRecordBase &rec, Int_t i)
Fill select record rec with data on (sorted) position i.
 
Base class for select records.
 
virtual void Set(UInt_t *data)
Setup the record from raw buffer.
 
Short_t Min(Short_t a, Short_t b)
Returns the smallest of a and b.