library: libMathMore #include "WrappedFunction.h" |
ROOT::Math::WrappedFunction
class description - source file - inheritance tree (.pdf)
public:
ROOT::Math::WrappedFunction<ROOT::Math::Polynomial> WrappedFunction<ROOT::Math::Polynomial>(ROOT::Math::Polynomial f)
ROOT::Math::WrappedFunction<ROOT::Math::Polynomial> WrappedFunction<ROOT::Math::Polynomial>(const ROOT::Math::WrappedFunction<ROOT::Math::Polynomial>&)
virtual void ~WrappedFunction<ROOT::Math::Polynomial>()
virtual ROOT::Math::WrappedFunction<ROOT::Math::Polynomial>* Clone() const
virtual double operator()(double x)
ROOT::Math::WrappedFunction<ROOT::Math::Polynomial>& operator=(const ROOT::Math::WrappedFunction<ROOT::Math::Polynomial>&)
private:
ROOT::Math::Polynomial fFunc
Inline Functions
void ~WrappedFunction()
ROOT::Math::WrappedFunction<ROOT::Math::Polynomial> WrappedFunction(ROOT::Math::Polynomial f)
ROOT::Math::WrappedFunction<ROOT::Math::Polynomial>* Clone() const
double operator()(double x)
ROOT::Math::WrappedFunction<ROOT::Math::Polynomial> WrappedFunction(const ROOT::Math::WrappedFunction<ROOT::Math::Polynomial>&)
ROOT::Math::WrappedFunction<ROOT::Math::Polynomial>& operator=(const ROOT::Math::WrappedFunction<ROOT::Math::Polynomial>&)
Last update: root/mathmore:$Name: $:$Id: WrappedFunction.h,v 1.2 2005/09/19 13:06:53 brun Exp $
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.