ROOT » MATH » MATHCORE » ROOT::Math::Functor1D

class ROOT::Math::Functor1D: public ROOT::Math::IBaseFunctionOneDim

 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;

Function Members (Methods)

private:
virtual doubleDoEval(double x) const

Data Members

private:
auto_ptr<ROOT::Math::Functor1D::Impl>fImplpointer to base functor handler

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

BaseFunc * Clone() const
 clone of the function handler (use copy-ctor)
double DoEval(double x) const
Functor1D()
      Default constructor

{}
Functor1D(const Func & f)
      construct from a callable object with the right signature
      implementing operator() (double x)

{}
Functor1D(const PtrObj& p, MemFn memFn)
       construct from a pointer to member function (1D type)

{}
virtual ~Functor1D()
      Destructor (no operations)

{}