library: libGraf #include "TSpline.h" |
TSplinePoly5
class description - source file - inheritance tree (.pdf)
public:
TSplinePoly5()
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()
Double_t& B()
Double_t& C()
static TClass* Class()
Double_t& D()
Double_t Derivative(Double_t x) const
Double_t& E()
virtual Double_t Eval(Double_t x) const
Double_t& F()
virtual TClass* IsA() const
TSplinePoly5& operator=(const TSplinePoly5&)
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
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
TSpline
Base class for spline implementation containing the Draw/Paint
methods
Inline Functions
void ~TSplinePoly5()
TSplinePoly5 TSplinePoly5()
TSplinePoly5 TSplinePoly5(Double_t x, Double_t y, Double_t b, Double_t c, Double_t d, Double_t e, Double_t f)
Double_t& B()
Double_t& C()
Double_t& D()
Double_t& E()
Double_t& F()
Double_t Eval(Double_t x) const
Double_t Derivative(Double_t x) const
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TSplinePoly5 TSplinePoly5(const TSplinePoly5&)
TSplinePoly5& operator=(const TSplinePoly5&)
Author: Federico Carminati 28/02/2000
Last update: root/graf:$Name: $:$Id: TSpline.cxx,v 1.11 2005/09/05 07:25:22 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Class Hierarchy - 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.