![]() |
Reference Documentation |
#include <Function.h>
Inheritance diagram for Function_impl_owner::
Public Methods | |
Function_impl_owner (std::string label, std::auto_ptr< Anaphe::IModelFunction > modelFun) | |
const std::string& | label () const |
double | value (const std::vector< double > &point) const |
int | dimension () const |
const std::vector< std::string >& | parameterNames () const |
const std::vector< double >& | parameterValues () const |
bool | setParameterValue (const std::string &name, double value) |
const std::string& | version () const |
bool | setParameterValues (std::vector< double > vals) |
Private Attributes | |
std::auto_ptr<Anaphe::IModelFunction> | m_modelFun |
Function_plain_wrapper | m_wrapper |
Definition at line 140 of file Function.h.
|
IModelFunction pointer must not be null and must be allocated on the heap (new). Function claims ownership and deletes IModelFunction pointer in destructor. |
|
Definition at line 160 of file Function.h. |
|
Definition at line 154 of file Function.h. |
|
Definition at line 163 of file Function.h. |
|
Definition at line 166 of file Function.h. |
|
Definition at line 169 of file Function.h. |
|
Definition at line 176 of file Function.h. |
|
Definition at line 157 of file Function.h. |
|
Definition at line 172 of file Function.h. |
|
Definition at line 180 of file Function.h. |
|
Definition at line 181 of file Function.h. |
Anaphe documentation generated by Doxygen (www.doxygen.org) |