class TPoints

Function Members (Methods)

public:
TPoints()
TPoints(Double_t xy)
TPoints(const TPoints&)
TPoints(Double_t x, Double_t y)
virtual~TPoints()
static TClass*Class()
Double_tGetX() const
Double_tGetY() const
virtual TClass*IsA() const
TPoints&operator=(const TPoints&)
voidSetX(Double_t x)
voidSetY(Double_t y)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

private:
Double_tfXX world coordinate
Double_tfYY world coordinate

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

TPoints()
{ }
TPoints(Double_t xy)
{ }
TPoints(Double_t x, Double_t y)
{ }
virtual ~TPoints()
{ }
Double_t GetX()
{ return fX; }
Double_t GetY()
{ return fY; }
void SetX(Double_t x)
{ fX = x; }
void SetY(Double_t y)
{ fY = y; }

Author: Rene Brun 23/02/95
Last change: root/graf:$Id: TPoints.h 20882 2007-11-19 11:31:26Z rdm $
Last generated: 2008-06-25 08:50
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *

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.