TPoint
class description - source file - inheritance tree
    public:
        TPoint TPoint()
        TPoint TPoint(SCoord_t xy)
        TPoint TPoint(SCoord_t x, SCoord_t y)
        TPoint TPoint(const TPoint&)
          void ~TPoint()
      SCoord_t GetX() const
      SCoord_t GetY() const
          void SetX(SCoord_t x)
          void SetY(SCoord_t y)
    public:
      SCoord_t fX  X device coordinate
      SCoord_t fY  Y device coordinate
                                                                      
 TPoint                                                               
                                                                      
 TPoint implements a 2D screen (device) point (see also TPoints).     
                                                                      
 Don't add in dictionary since that will add a virtual table pointer  
 and that will destroy the data layout of an array of TPoint's which  
 should match the layout of an array of XPoint's (so no extra copying 
 needs to be done in the X11 drawing routines).                       
                                                                      
Inline Functions
          TPoint TPoint()
          TPoint TPoint(SCoord_t xy)
          TPoint TPoint(SCoord_t x, SCoord_t y)
        SCoord_t GetX() const
        SCoord_t GetY() const
            void SetX(SCoord_t x)
            void SetY(SCoord_t y)
          TPoint TPoint(const TPoint&)
            void ~TPoint()
Last update: Mon Feb 17 15:27:48 2003
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.