TSplinePoly3
class description - source file - inheritance tree
public:
TSplinePoly3(Double_t x, Double_t y, Double_t b, Double_t c, Double_t d)
TSplinePoly3(const TSplinePoly3&)
TSplinePoly3()
~TSplinePoly3()
Double_t& B()
Double_t& C()
static TClass* Class()
Double_t& D()
virtual Double_t Eval(Double_t x) const
virtual TClass* IsA() const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
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
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.