+
class TPoints
-
library: libGraf
#include "TPoints.h"
Display options:
Show inherited
Show non-public

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 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. *

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.