library: libGraf
#include "TPoints.h"

TPoints


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

class TPoints

Inheritance Chart:
TPoints

    public:
TPoints() TPoints(Double_t xy) TPoints(Double_t x, Double_t y) TPoints(const TPoints&) virtual ~TPoints() static TClass* Class() Double_t GetX() const Double_t GetY() const virtual TClass* IsA() const TPoints& operator=(const TPoints&) void SetX(Double_t x) void SetY(Double_t y) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
Double_t fX X world coordinate Double_t fY Y world coordinate

Class Description

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

Author: Rene Brun 23/02/95
Last update: root/graf:$Name: $:$Id: TPoints.cxx,v 1.1.1.1 2000/05/16 17:00:50 rdm Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


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.