library: libCore
#include "TPoint.h"

TPoint


class description - header file
viewCVS header

class TPoint

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
TPoint()
TPoint(SCoord_t xy)
TPoint(const TPoint&)
TPoint(SCoord_t x, SCoord_t y)
~TPoint()
SCoord_tGetX() const
SCoord_tGetY() const
TPoint&operator=(const TPoint&)
voidSetX(SCoord_t x)
voidSetY(SCoord_t y)

Data Members

public:
SCoord_tfXX device coordinate
SCoord_tfYY device coordinate

Class Description

TPoint()
{ }
TPoint(SCoord_t xy)
{ }
TPoint(SCoord_t x, SCoord_t y)
{ }
~TPoint()
{ }
SCoord_t GetX()
{ return (SCoord_t)fX; }
SCoord_t GetY()
{ return (SCoord_t)fY; }
void SetX(SCoord_t x)
{ fX = x; }
void SetY(SCoord_t y)
{ fY = y; }

Last update: Tue Nov 21 09:32:39 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.