TPoints
class description - source file - inheritance tree
public:
TPoints(Double_t xy)
TPoints(Double_t x, Double_t y)
TPoints(const TPoints&)
TPoints()
virtual ~TPoints()
static TClass* Class()
Double_t GetX() const
Double_t GetY() const
virtual TClass* IsA() const
void SetX(Double_t x)
void SetY(Double_t y)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
Double_t fX X world coordinate
Double_t fY Y world coordinate
Last update: Fri May 14 13:32:42 2004
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.