HRaIndexNode
class description - source file - inheritance tree (.pdf)
protected:
HRaIndexNode()
public:
HRaIndexNode(Int_t size)
~HRaIndexNode()
static TClass* Class()
virtual void clear()
TObject* getCell(Int_t i)
virtual TClass* IsA() const
void setCell(TObject* obj, Int_t i)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
TObjArray fCells
HRaTree, HRaNode, HRaIndexNode
HRaTree stands for "Hades Random Access Tree". This class implements
random access to the objects in any category using a tree; the only condition
is that the data objects in the category inherit from HLocatedDataObject, so
the random access implemented by the HRaTree corresponds to the indexes
in the data objects rather than the natural indexing in the category.
As said, the HRaTree is a tree of HRaNode objects. The lower level nodes
are HRaIndexNode and store pointers to the actual data objects being accesed
with the HRaTree.
void clear(void)
Clears the pointers to the data objects being accessed throught the HRaTree
Inline Functions
void ~HRaIndexNode()
HRaIndexNode HRaIndexNode()
HRaIndexNode HRaIndexNode(Int_t size)
TObject* getCell(Int_t i)
void setCell(TObject* obj, Int_t i)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Author: Manuel Sanchez
Last update: 6/10/98 by Manuel Sanchez
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.