LM 7/2/2014: no needed this : make template ctor of Functor1D and GradFunctor1D not available to CINT s #if defined(__MAKECINT__) || defined(G__DICTIONARY) needed since CINT initialize it with TRootIOCtor class TRootIOCtor;
| virtual | ~Functor1D() |
| virtual ROOT::Math::Functor1D::ImplBase* | Clone() const |
| ROOT::Math::Functor1D | Functor1D() |
| ROOT::Math::Functor1D | Functor1D(const ROOT::Math::Functor1D& f) |
| ROOT::Math::Functor1D | Functor1D(const ROOT::Math::Functor1D& rhs) |
| ROOT::Math::IBaseFunctionOneDim | ROOT::Math::IBaseFunctionOneDim::IBaseFunctionOneDim() |
| ROOT::Math::IBaseFunctionOneDim | ROOT::Math::IBaseFunctionOneDim::IBaseFunctionOneDim(const ROOT::Math::IBaseFunctionOneDim&) |
| double | ROOT::Math::IBaseFunctionOneDim::operator()(double x) const |
| double | ROOT::Math::IBaseFunctionOneDim::operator()(const double* x) const |
| ROOT::Math::Functor1D& | operator=(const ROOT::Math::Functor1D& rhs) |
| virtual double | DoEval(double x) const |

construct from a callable object with the right signature
implementing operator() (double x)
{}