library: libGraf #include "TPoints.h" |
TPoints
class description - source file - inheritance tree (.pdf)
public:
TPoints()
TPoints(Double_t xy)
TPoints(Double_t x, Double_t y)
TPoints(const TPoints&)
virtual ~TPoints()
static TClass* Class()
Double_t GetX() const
Double_t GetY() const
virtual TClass* IsA() const
TPoints& operator=(const TPoints&)
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
Inline Functions
void ~TPoints()
TPoints TPoints()
TPoints TPoints(Double_t xy)
TPoints TPoints(Double_t x, Double_t y)
Double_t GetX() const
Double_t GetY() const
void SetX(Double_t x)
void SetY(Double_t y)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TPoints TPoints(const TPoints&)
TPoints& operator=(const TPoints&)
Author: Rene Brun 23/02/95
Last update: root/graf:$Name: $:$Id: TPoints.cxx,v 1.1.1.1 2000/05/16 17:00:50 rdm 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.