library: libCore
#include "TPoint.h"

TPoint


class description - header file - source file - inheritance tree (.pdf)

class TPoint

Inheritance Chart:
TPoint

    public:
TPoint() TPoint(SCoord_t xy) TPoint(SCoord_t x, SCoord_t y) TPoint(const TPoint&) ~TPoint() SCoord_t GetX() const SCoord_t GetY() const TPoint& operator=(const TPoint&) void SetX(SCoord_t x) void SetY(SCoord_t y)

Data Members


    public:
SCoord_t fX X device coordinate SCoord_t fY Y device coordinate

Class Description

TPoint()
TPoint(SCoord_t xy)
TPoint(SCoord_t x, SCoord_t y)
~TPoint()
SCoord_t GetX()
SCoord_t GetY()
void SetX(SCoord_t x)
void SetY(SCoord_t y)

Last update: Tue Jul 11 11:57:24 2006


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.