
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& rhs) |
| ROOT::Math::Functor1D | Functor1D(void* p, const char* className = 0, const char* methodName = 0) |
| 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 |
| auto_ptr<ROOT::Math::FunctorImpl<ROOT::Math::IBaseFunctionOneDim> > | fImpl | pointer to base functor handler |

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