TGeoCacheState
class description - source file - inheritance tree
    public:
       TGeoCacheState TGeoCacheState()
       TGeoCacheState TGeoCacheState(Int_t capacity)
       TGeoCacheState TGeoCacheState(const TGeoCacheState&)
         virtual void ~TGeoCacheState()
       static TClass* Class()
       virtual Bool_t GetState(Int_t& level, Double_t* point) const
      virtual TClass* IsA() const
         virtual void SetState(Int_t level, Bool_t ovlp, Double_t* point = 0)
         virtual void ShowMembers(TMemberInspector& insp, char* parent)
         virtual void Streamer(TBuffer& b)
                 void StreamerNVirtual(TBuffer& b)
    protected:
          Int_t fLevel        level in the current branch
      Double_t* fPoint        last point in master frame
         Bool_t fOverlapping  overlap flag
    public:
      Int_t* fBranch    last branch stored
      Int_t* fMatrices  global matrices for last branch
See also
- 
TGeoCacheStateDummy
 Physical tree description.
/*
 */
*/
 TGeoCacheState()
--- Default ctor
 TGeoCacheState(Int_t capacity)
--- ctor
 ~TGeoCacheState()
--- dtor
void SetState(Int_t level, Bool_t ovlp, Double_t *point)
Bool_t GetState(Int_t &level, Double_t *point) const
Inline Functions
               TClass* Class()
               TClass* IsA() const
                  void ShowMembers(TMemberInspector& insp, char* parent)
                  void Streamer(TBuffer& b)
                  void StreamerNVirtual(TBuffer& b)
        TGeoCacheState TGeoCacheState(const TGeoCacheState&)
Author: Andrei Gheata 18/03/02
Last update: root/geom:$Name:  $:$Id: TGeoCache.cxx,v 1.7 2002/07/17 13:27:58 brun Exp $
Copyright  (C) 1995-2000, Rene Brun and Fons Rademakers.               *
ROOT page - Class index - 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.