TSpline
class description - source file - inheritance tree
    protected:
      virtual void BuildCoeff()
    public:
               virtual ~TSpline()
        static TClass* Class()
          virtual void Draw(Option_t* option)
      virtual Double_t Eval(Double_t x) const
          virtual void GetKnot(Int_t i, Double_t& x, Double_t& y) const
         virtual Int_t GetNpx()
       virtual TClass* IsA() const
          virtual void Paint(Option_t* option)
                  void SetNpx(Int_t n)
          virtual void ShowMembers(TMemberInspector& insp, char* parent)
          virtual void Streamer(TBuffer& b)
                  void StreamerNVirtual(TBuffer& b)
    protected:
      Double_t fDelta      Distance between equidistant knots
      Double_t fXmin       Minimum value of abscissa
      Double_t fXmax       Maximum value of abscissa
         Int_t fNp         Number of knots
        Bool_t fKstep      True of equidistant knots
         TH1F* fHistogram  Temporary histogram
       TGraph* fGraph      Graph for drawing the knots
         Int_t fNpx        Number of points used for graphical representation
See also
- 
TSpline3, TSpline5
Last update: Fri May 14 13:32:43 2004
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.