|
copasi API
0.1
|
#include <CExperiment.h>
Public Member Functions | |
| CFittingPoint (const std::string &name="unknown", const CCopasiContainer *pParent=NULL) | |
| CFittingPoint (const CFittingPoint &src, const CCopasiContainer *pParent=NULL) | |
| ~CFittingPoint () | |
| void | setValues (const C_FLOAT64 &independent, const C_FLOAT64 &measured, const C_FLOAT64 &fitted, const C_FLOAT64 &weightedError) |
| CFittingPoint::CFittingPoint | ( | const std::string & | name = "unknown", |
| const CCopasiContainer * | pParent = NULL |
||
| ) |
| CFittingPoint::CFittingPoint | ( | const CFittingPoint & | src, |
| const CCopasiContainer * | pParent = NULL |
||
| ) |
| CFittingPoint::~CFittingPoint | ( | ) |
| void CFittingPoint::setValues | ( | const C_FLOAT64 & | independent, |
| const C_FLOAT64 & | measured, | ||
| const C_FLOAT64 & | fitted, | ||
| const C_FLOAT64 & | weightedError | ||
| ) |
1.7.5.1