![]() |
Reference Documentation |
#include <FunctionFactory.h>
Inheritance diagram for FunctionFactory::
Public Methods | |
FunctionFactory () | |
virtual | ~FunctionFactory () |
virtual IFunction* | create (const std::string &name, const std::string &label, const std::string &type, const std::vector< double > ¶meterValues, const std::string ¶meterNames="") |
virtual IFunction* | createScripted (const std::string &name, const std::string &label, const std::string &script) |
virtual IFitFunction* | createFit (const std::string &name, const std::string &label, const std::string &type, const std::string &options) |
Private Methods | |
FunctionFactory (const FunctionFactory &) | |
FunctionFactory& | operator= (const FunctionFactory &) |
|
Definition at line 40 of file FunctionFactory.cpp. |
|
Definition at line 44 of file FunctionFactory.cpp. |
|
Definition at line 48 of file FunctionFactory.cpp. |
|
Definition at line 59 of file FunctionFactory.cpp. |
|
Definition at line 88 of file FunctionFactory.cpp. |
|
Definition at line 80 of file FunctionFactory.cpp. |
|
Definition at line 52 of file FunctionFactory.cpp. |
Anaphe documentation generated by Doxygen (www.doxygen.org) |