Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TPoints Class Reference

2-D graphics point (world coordinates).

Definition at line 19 of file TPoints.h.

Public Member Functions

 TPoints ()
 TPoints (Double_t x, Double_t y)
 TPoints (Double_t xy)
virtual ~TPoints ()
Double_t GetX () const
Double_t GetY () const
virtual TClassIsA () const
void SetX (Double_t x)
void SetY (Double_t y)
virtual void Streamer (TBuffer &)
void StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b)

Static Public Member Functions

static TClassClass ()
static const char * Class_Name ()
static constexpr Version_t Class_Version ()
static const char * DeclFileName ()

Private Attributes

Double_t fX
 X world coordinate.
Double_t fY
 Y world coordinate.

#include <TPoints.h>

Constructor & Destructor Documentation

◆ TPoints() [1/3]

TPoints::TPoints ( )
inline

Definition at line 26 of file TPoints.h.

◆ TPoints() [2/3]

TPoints::TPoints ( Double_t xy)
inline

Definition at line 27 of file TPoints.h.

◆ TPoints() [3/3]

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

Definition at line 28 of file TPoints.h.

◆ ~TPoints()

virtual TPoints::~TPoints ( )
inlinevirtual

Definition at line 29 of file TPoints.h.

Member Function Documentation

◆ Class()

TClass * TPoints::Class ( )
static
Returns
TClass describing this class

◆ Class_Name()

const char * TPoints::Class_Name ( )
static
Returns
Name of this class

◆ Class_Version()

constexpr Version_t TPoints::Class_Version ( )
inlinestaticconstexpr
Returns
Version of this class

Definition at line 35 of file TPoints.h.

◆ DeclFileName()

const char * TPoints::DeclFileName ( )
inlinestatic
Returns
Name of the file containing the class declaration

Definition at line 35 of file TPoints.h.

◆ GetX()

Double_t TPoints::GetX ( ) const
inline

Definition at line 30 of file TPoints.h.

◆ GetY()

Double_t TPoints::GetY ( ) const
inline

Definition at line 31 of file TPoints.h.

◆ IsA()

virtual TClass * TPoints::IsA ( ) const
inlinevirtual
Returns
TClass describing current object

Definition at line 35 of file TPoints.h.

◆ SetX()

void TPoints::SetX ( Double_t x)
inline

Definition at line 32 of file TPoints.h.

◆ SetY()

void TPoints::SetY ( Double_t y)
inline

Definition at line 33 of file TPoints.h.

◆ Streamer()

virtual void TPoints::Streamer ( TBuffer & )
virtual

◆ StreamerNVirtual()

void TPoints::StreamerNVirtual ( TBuffer & ClassDef_StreamerNVirtual_b)
inline

Definition at line 35 of file TPoints.h.

Member Data Documentation

◆ fX

Double_t TPoints::fX
private

X world coordinate.

Definition at line 22 of file TPoints.h.

◆ fY

Double_t TPoints::fY
private

Y world coordinate.

Definition at line 23 of file TPoints.h.


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