TSplinePoly


class description - source file - inheritance tree

class TSplinePoly : public TObject


    public:
TSplinePoly TSplinePoly() TSplinePoly TSplinePoly(Double_t x, Double_t y) TSplinePoly TSplinePoly(TSplinePoly&) void ~TSplinePoly() static TClass* Class() virtual Double_t Eval(Double_t) const void GetKnot(Double_t& x, Double_t& y) const virtual TClass* IsA() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) Double_t& X() Double_t& Y()

Data Members

private:
protected:
Double_t fX abscissa Double_t fY constant term


See also

TSplinePoly3, TSplinePoly5

Class Description

                                                                      
 TSpline                                                              
                                                                      
 Base class for spline implementation containing the Draw/Paint       
 methods                                                              
                                                                      




Inline Functions


        TSplinePoly TSplinePoly()
        TSplinePoly TSplinePoly(Double_t x, Double_t y)
          Double_t& X()
          Double_t& Y()
               void GetKnot(Double_t& x, Double_t& y) const
           Double_t Eval(Double_t) const
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
        TSplinePoly TSplinePoly(TSplinePoly&)
               void ~TSplinePoly()


Author: Federico Carminati 28/02/2000
Last update: root/graf:$Name: $:$Id: TSpline.cxx,v 1.5 2001/02/07 20:54:01 brun 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.