ROOT  6.06/08
Reference Guide
Public Member Functions | Private Attributes | List of all members
TPoints Class Reference

2-D graphics point (world coordinates).

Definition at line 29 of file TPoints.h.

Public Member Functions

 TPoints ()
 
 TPoints (Double_t xy)
 
 TPoints (Double_t x, Double_t y)
 
virtual ~TPoints ()
 
Double_t GetX () const
 
Double_t GetY () const
 
void SetX (Double_t x)
 
void SetY (Double_t y)
 

Private Attributes

Double_t fX
 
Double_t fY
 

#include <TPoints.h>

Constructor & Destructor Documentation

§ TPoints() [1/3]

TPoints::TPoints ( )
inline

Definition at line 36 of file TPoints.h.

§ TPoints() [2/3]

TPoints::TPoints ( Double_t  xy)
inline

Definition at line 37 of file TPoints.h.

§ TPoints() [3/3]

TPoints::TPoints ( Double_t  x,
Double_t  y 
)
inline

Definition at line 38 of file TPoints.h.

§ ~TPoints()

virtual TPoints::~TPoints ( )
inlinevirtual

Definition at line 39 of file TPoints.h.

Member Function Documentation

§ GetX()

Double_t TPoints::GetX ( ) const
inline

Definition at line 40 of file TPoints.h.

§ GetY()

Double_t TPoints::GetY ( ) const
inline

Definition at line 41 of file TPoints.h.

§ SetX()

void TPoints::SetX ( Double_t  x)
inline

Definition at line 42 of file TPoints.h.

§ SetY()

void TPoints::SetY ( Double_t  y)
inline

Definition at line 43 of file TPoints.h.

Member Data Documentation

§ fX

Double_t TPoints::fX
private

Definition at line 32 of file TPoints.h.

Referenced by GetX().

§ fY

Double_t TPoints::fY
private

Definition at line 33 of file TPoints.h.

Referenced by GetY().


The documentation for this class was generated from the following file: