library: libTable #include "TTablePoints.h" |
TTablePoints
class description - header file - source file - inheritance tree (.pdf)
This is an abstract class, constructors will not be documented.
Look at the header to check for available constructors.
protected:
virtual void SetTablePointer(void* table)
public:
~TTablePoints()
static TClass* Class()
virtual Int_t DistancetoPrimitive(Int_t px, Int_t py)
virtual Int_t GetLastPosition() const
virtual Option_t* GetOption() const
virtual void* GetTable()
virtual Float_t GetX(Int_t idx) const
virtual Float_t GetY(Int_t idx) const
virtual Float_t GetZ(Int_t idx) const
virtual Int_t Indx(Int_t sortedIndx) const
virtual TClass* IsA() const
virtual Int_t SetLastPosition(Int_t idx)
virtual void SetOption(Option_t*)
virtual Int_t SetPoint(Int_t, Float_t, Float_t, Float_t)
virtual Int_t SetPoints(Int_t, Float_t*, Option_t*)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual Int_t Size() const
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
TTableSorter* fTableSorter
const void* fKey pointer to key value to select rows
Int_t fFirstRow The first row to take in account
Int_t fSize
void* fRows Pointer the first row of the STAF table
____________________________________________________________________________
____________________________________________________________________________
return the index of the origial row by its index from the sorted table
____________________________________________________________________________
return the pointer to the original table object
____________________________________________________________________________
____________________________________________________________________________
____________________________________________________________________________
Author: Valery Fine 14/05/99 (E-mail: fine@bnl.gov)
Last update: root/table:$Name: $:$Id: TTablePoints.cxx,v 1.5 2006/07/11 09:05:02 rdm Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.