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

Public Member Functions | |
| TSplinePoly3 () | |
| TSplinePoly3 (Double_t x, Double_t y, Double_t b, Double_t c, Double_t d) | |
| TSplinePoly3 (TSplinePoly3 const &other) | |
| TSplinePoly3 & | operator= (TSplinePoly3 const &other) |
| Double_t & | B () |
| Double_t & | C () |
| Double_t & | D () |
| Double_t | Eval (Double_t x) const |
| Double_t | Derivative (Double_t x) const |
| TSplinePoly3 () | |
| TSplinePoly3 (Double_t x, Double_t y, Double_t b, Double_t c, Double_t d) | |
| TSplinePoly3 (TSplinePoly3 const &other) | |
| TSplinePoly3 & | operator= (TSplinePoly3 const &other) |
| Double_t & | B () |
| Double_t & | C () |
| Double_t & | D () |
| Double_t | Eval (Double_t x) const |
| Double_t | Derivative (Double_t x) const |
Private Member Functions | |
| void | CopyPoly (TSplinePoly3 const &other) |
| void | CopyPoly (TSplinePoly3 const &other) |
Private Attributes | |
| Double_t | fB |
| Double_t | fC |
| Double_t | fD |
Definition at line 105 of file TSpline.h.
| TSplinePoly3::TSplinePoly3 | ( | TSplinePoly3 const & | other | ) | [inline] |
| TSplinePoly3::TSplinePoly3 | ( | TSplinePoly3 const & | other | ) |
| TSplinePoly3 & TSplinePoly3::operator= | ( | TSplinePoly3 const & | other | ) |
| Double_t& TSplinePoly3::B | ( | ) | [inline] |
Definition at line 120 of file TSpline.h.
References fB.
Referenced by TSpline3::BuildCoeff(), TSpline3::GetCoeff(), TSpline3::SavePrimitive(), and TSpline3::SetPointCoeff().
| Double_t& TSplinePoly3::C | ( | ) | [inline] |
Definition at line 121 of file TSpline.h.
References fC.
Referenced by TSpline3::BuildCoeff(), TSpline3::GetCoeff(), TSpline3::SavePrimitive(), and TSpline3::SetPointCoeff().
| Double_t& TSplinePoly3::D | ( | ) | [inline] |
Definition at line 122 of file TSpline.h.
References fD.
Referenced by TSpline3::BuildCoeff(), TSpline3::GetCoeff(), TSpline3::SavePrimitive(), and TSpline3::SetPointCoeff().
Reimplemented from TSplinePoly.
Definition at line 123 of file TSpline.h.
References fB, fC, fD, TSplinePoly::fX, and TSplinePoly::fY.
Referenced by TSpline3::Eval().
Definition at line 127 of file TSpline.h.
References fB, fC, fD, and TSplinePoly::fX.
Referenced by TSpline3::Derivative().
| void TSplinePoly3::CopyPoly | ( | TSplinePoly3 const & | other | ) | [private] |
| TSplinePoly3& TSplinePoly3::operator= | ( | TSplinePoly3 const & | other | ) |
Reimplemented from TSplinePoly.
Definition at line 123 of file TSpline.h.
References fB, fC, fD, TSplinePoly::fX, and TSplinePoly::fY.
| void TSplinePoly3::CopyPoly | ( | TSplinePoly3 const & | other | ) | [private] |
Double_t TSplinePoly3::fB [private] |
Double_t TSplinePoly3::fC [private] |
Double_t TSplinePoly3::fD [private] |
1.5.1