ROOT  6.06/09
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::TPoints ( )
inline

Definition at line 36 of file TPoints.h.

TPoints::TPoints ( Double_t  xy)
inline

Definition at line 37 of file TPoints.h.

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

Definition at line 38 of file TPoints.h.

virtual TPoints::~TPoints ( )
inlinevirtual

Definition at line 39 of file TPoints.h.

Member Function Documentation

Double_t TPoints::GetX ( ) const
inline

Definition at line 40 of file TPoints.h.

Double_t TPoints::GetY ( ) const
inline

Definition at line 41 of file TPoints.h.

void TPoints::SetX ( Double_t  x)
inline

Definition at line 42 of file TPoints.h.

void TPoints::SetY ( Double_t  y)
inline

Definition at line 43 of file TPoints.h.

Member Data Documentation

Double_t TPoints::fX
private

Definition at line 32 of file TPoints.h.

Referenced by GetX().

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: