library: libGeom #include "TGeoPatternFinder.h" | 
TGeoPatternY
class description - source file - inheritance tree (.pdf)
    public:
                        TGeoPatternY()
                        TGeoPatternY(TGeoVolume* vol, Int_t ndivisions)
                        TGeoPatternY(TGeoVolume* vol, Int_t ndivisions, Double_t step)
                        TGeoPatternY(TGeoVolume* vol, Int_t ndivisions, Double_t start, Double_t end)
                        TGeoPatternY(const TGeoPatternY&)
                virtual ~TGeoPatternY()
           virtual void cd(Int_t idiv)
         static TClass* Class()
      virtual TGeoNode* FindNode(Double_t* point)
        virtual TClass* IsA() const
          TGeoPatternY& operator=(const TGeoPatternY&)
           virtual void SavePrimitive(ofstream& out, Option_t* option)
           virtual void ShowMembers(TMemberInspector& insp, char* parent)
           virtual void Streamer(TBuffer& b)
                   void StreamerNVirtual(TBuffer& b)
 TGeoPatternY()
 Default constructor
 TGeoPatternY(TGeoVolume *vol, Int_t ndivisions)
             :TGeoPatternFinder(vol, ndivisions)
 constructor
 TGeoPatternY(TGeoVolume *vol, Int_t ndivisions, Double_t step)
             :TGeoPatternFinder(vol, ndivisions)
 constructor
 TGeoPatternY(TGeoVolume *vol, Int_t ndivisions, Double_t start, Double_t end)
             :TGeoPatternFinder(vol, ndivisions)
 constructor
 ~TGeoPatternY()
 Destructor
TGeoNode* FindNode(Double_t *point)
 find the node containing the query point
void SavePrimitive(ofstream &out, Option_t * /*option*/)
 Save a primitive as a C++ statement(s) on output stream "out".
Inline Functions
                 void cd(Int_t idiv)
              TClass* Class()
              TClass* IsA() const
                 void ShowMembers(TMemberInspector& insp, char* parent)
                 void Streamer(TBuffer& b)
                 void StreamerNVirtual(TBuffer& b)
         TGeoPatternY TGeoPatternY(const TGeoPatternY&)
        TGeoPatternY& operator=(const TGeoPatternY&)
Author: Andrei Gheata 30/10/01
Last update: root/geom:$Name:  $:$Id: TGeoPatternFinder.cxx,v 1.12 2005/02/28 20:52:43 brun Exp $
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.