TSplinePoly5


class description - source file - inheritance tree

class TSplinePoly5 : public TSplinePoly


    public:
TSplinePoly5(Double_t x, Double_t y, Double_t b, Double_t c, Double_t d, Double_t e, Double_t f) TSplinePoly5(const TSplinePoly5&) TSplinePoly5() ~TSplinePoly5() Double_t& B() Double_t& C() static TClass* Class() Double_t& D() Double_t& E() virtual Double_t Eval(Double_t x) const Double_t& F() virtual TClass* IsA() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
Double_t fB first order expansion coefficient : fB*1! is the first derivative at x Double_t fC second order expansion coefficient : fC*2! is the second derivative at x Double_t fD third order expansion coefficient : fD*3! is the third derivative at x Double_t fE fourth order expansion coefficient : fE*4! is the fourth derivative at x Double_t fF fifth order expansion coefficient : fF*5! is the fifth derivative at x

Class Description



Last update: Fri May 14 13:32:44 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.