COPASI API
4.40.278
|
#include <CRootFinder.h>
Public Member Functions | |
EvalTemplate (CType *pType, void(CType::*method)(const double &value, CVectorCore< C_FLOAT64 > &rootValues)) | |
virtual void | operator() (const double &value, CVectorCore< C_FLOAT64 > &rootValues) |
virtual | ~EvalTemplate () |
Public Member Functions inherited from CRootFinder::Eval | |
virtual | ~Eval () |
Private Attributes | |
void(CType::* | mMethod )(const double &value, CVectorCore< C_FLOAT64 > &rootValues) |
CType * | mpType |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Implements CRootFinder::Eval.
References CRootFinder::EvalTemplate< CType >::mMethod, and CRootFinder::EvalTemplate< CType >::mpType.
|
private |
|
private |