Inheritance diagram for DerivFunction1D:
Public Member Functions | |
DerivFunction1D * | Clone () const |
Private Member Functions | |
double | DoEval (double x) const |
implementation of the evaluation function. Must be implemented by derived classes |
Definition at line 127 of file testFunctor.cxx.
DerivFunction1D* DerivFunction1D::Clone | ( | ) | const [inline, virtual] |
Clone a function. Each derived class will implement his version of the provate DoClone method
Implements ROOT::Math::IBaseFunctionOneDim.
Definition at line 131 of file testFunctor.cxx.
implementation of the evaluation function. Must be implemented by derived classes
Implements ROOT::Math::IBaseFunctionOneDim.
Definition at line 138 of file testFunctor.cxx.
References FUNC1D.