#include <TSpline.h>
Inheritance diagram for TSplinePoly5:

Public Member Functions | |
| TSplinePoly5 () | |
| TSplinePoly5 (Double_t x, Double_t y, Double_t b, Double_t c, Double_t d, Double_t e, Double_t f) | |
| TSplinePoly5 (TSplinePoly5 const &other) | |
| TSplinePoly5 & | operator= (TSplinePoly5 const &other) | 
| 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 | 
| TSplinePoly5 () | |
| TSplinePoly5 (Double_t x, Double_t y, Double_t b, Double_t c, Double_t d, Double_t e, Double_t f) | |
| TSplinePoly5 (TSplinePoly5 const &other) | |
| TSplinePoly5 & | operator= (TSplinePoly5 const &other) | 
| 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 | 
Private Member Functions | |
| void | CopyPoly (TSplinePoly5 const &other) | 
| void | CopyPoly (TSplinePoly5 const &other) | 
Private Attributes | |
| Double_t | fB | 
| Double_t | fC | 
| Double_t | fD | 
| Double_t | fE | 
| Double_t | fF | 
Definition at line 146 of file TSpline.h.
| TSplinePoly5::TSplinePoly5 | ( | TSplinePoly5 const & | other | ) |  [inline] | 
        
| TSplinePoly5::TSplinePoly5 | ( | TSplinePoly5 const & | other | ) | 
| TSplinePoly5 & TSplinePoly5::operator= | ( | TSplinePoly5 const & | other | ) | 
| Double_t& TSplinePoly5::B | ( | ) |  [inline] | 
        
Definition at line 164 of file TSpline.h.
References fB.
Referenced by TSpline5::BuildCoeff(), TSpline5::GetCoeff(), TSpline5::SavePrimitive(), and TSpline5::SetPointCoeff().
| Double_t& TSplinePoly5::C | ( | ) |  [inline] | 
        
Definition at line 165 of file TSpline.h.
References fC.
Referenced by TSpline5::BuildCoeff(), TSpline5::GetCoeff(), TSpline5::SavePrimitive(), and TSpline5::SetPointCoeff().
| Double_t& TSplinePoly5::D | ( | ) |  [inline] | 
        
Definition at line 166 of file TSpline.h.
References fD.
Referenced by TSpline5::BuildCoeff(), TSpline5::GetCoeff(), TSpline5::SavePrimitive(), and TSpline5::SetPointCoeff().
| Double_t& TSplinePoly5::E | ( | ) |  [inline] | 
        
Definition at line 167 of file TSpline.h.
References fE.
Referenced by TSpline5::BuildCoeff(), TSpline5::GetCoeff(), TSpline5::SavePrimitive(), and TSpline5::SetPointCoeff().
| Double_t& TSplinePoly5::F | ( | ) |  [inline] | 
        
Definition at line 168 of file TSpline.h.
References fF.
Referenced by TSpline5::BuildCoeff(), TSpline5::GetCoeff(), TSpline5::SavePrimitive(), and TSpline5::SetPointCoeff().
Reimplemented from TSplinePoly.
Definition at line 169 of file TSpline.h.
References fB, fC, fD, fE, fF, TSplinePoly::fX, and TSplinePoly::fY.
Referenced by TSpline5::Eval().
Definition at line 173 of file TSpline.h.
References fB, fC, fD, fE, fF, and TSplinePoly::fX.
Referenced by TSpline5::Derivative().
| void TSplinePoly5::CopyPoly | ( | TSplinePoly5 const & | other | ) |  [private] | 
        
Definition at line 348 of file TSpline.cxx.
References fB, fC, fD, fE, and fF.
Referenced by operator=(), and TSplinePoly5().
| TSplinePoly5& TSplinePoly5::operator= | ( | TSplinePoly5 const & | other | ) | 
Reimplemented from TSplinePoly.
Definition at line 169 of file TSpline.h.
References fB, fC, fD, fE, fF, TSplinePoly::fX, and TSplinePoly::fY.
| void TSplinePoly5::CopyPoly | ( | TSplinePoly5 const & | other | ) |  [private] | 
        
Double_t TSplinePoly5::fB [private]           | 
        
Double_t TSplinePoly5::fC [private]           | 
        
Double_t TSplinePoly5::fD [private]           | 
        
Double_t TSplinePoly5::fE [private]           | 
        
Double_t TSplinePoly5::fF [private]           | 
        
 1.5.1