TPoints


class description - source file - inheritance tree

class TPoints


    public:
TPoints TPoints() TPoints TPoints(Double_t xy) TPoints TPoints(Double_t x, Double_t y) TPoints TPoints(TPoints&) virtual void ~TPoints() static TClass* Class() Double_t GetX() const Double_t GetY() const virtual TClass* IsA() const 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




Inline Functions


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


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 - 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.