| library: libGeom #include "TGeoCache.h"
 | 
TGeoCacheStateDummy
class description - source file - inheritance tree (.pdf)
    public:
                           TGeoCacheStateDummy()
                           TGeoCacheStateDummy(Int_t capacity)
                           TGeoCacheStateDummy(const TGeoCacheStateDummy&)
                   virtual ~TGeoCacheStateDummy()
            static TClass* Class()
            virtual Bool_t GetState(Int_t& level, Int_t& nmany, Double_t* point) const
           virtual TClass* IsA() const
      TGeoCacheStateDummy& operator=(const TGeoCacheStateDummy&)
              virtual void SetState(Int_t level, Int_t startlevel, Int_t nmany, Bool_t ovlp, Double_t* point = 0)
              virtual void ShowMembers(TMemberInspector& insp, char* parent)
              virtual void Streamer(TBuffer& b)
                      void StreamerNVirtual(TBuffer& b)
    public:
         TGeoNode** fNodeBranch    last node branch stored
      TGeoHMatrix** fMatrixBranch  global matrices for last branch
      TGeoHMatrix** fMatPtr        array of matrix pointers
 Physical tree description.
/*
 */
*/
 TGeoCacheStateDummy()
--- Default ctor
 TGeoCacheStateDummy(Int_t capacity)
--- ctor
 ~TGeoCacheStateDummy()
--- dtor
void SetState(Int_t level, Int_t startlevel, Int_t nmany, Bool_t ovlp, Double_t *point)
Bool_t GetState(Int_t &level, Int_t &nmany, 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)
         TGeoCacheStateDummy TGeoCacheStateDummy(const TGeoCacheStateDummy&)
        TGeoCacheStateDummy& operator=(const TGeoCacheStateDummy&)
Author: Andrei Gheata 18/03/02
Last update: root/geom:$Name:  $:$Id: TGeoCache.cxx,v 1.37 2005/09/02 13:54:38 brun 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.