|
COPASI API
4.40.278
|
#include <CFunctionAnalyzer.h>
Public Member Functions | |
| bool | writeAnalysis (std::ostream &os, bool rt, bool reversible, bool writeToStream=true) const |
| void | writeTable (std::ostream &os, bool rt) const |
Public Attributes | |
| std::vector< std::pair< std::pair< size_t, std::string >, std::vector< CValue > > > | mProductZero |
| std::vector< std::pair< std::pair< size_t, std::string >, std::vector< CValue > > > | mSubstrateZero |
| std::vector< CValue > | mUnchangedParameters |
This contains low level information about one function. The Result class contains three instances of this structure: For the complete function and for the forward and backwards part of a reversible function
| bool CFunctionAnalyzer::Result::FunctionInformation::writeAnalysis | ( | std::ostream & | os, |
| bool | rt, | ||
| bool | reversible, | ||
| bool | writeToStream = true |
||
| ) | const |
This writes a (hopefully) user understandable interpretation of the results to os. The return value indicates if a problem was reported.
References CFunctionAnalyzer::write().
| void CFunctionAnalyzer::Result::FunctionInformation::writeTable | ( | std::ostream & | os, |
| bool | rt | ||
| ) | const |
| std::vector<std::pair<std::pair<size_t, std::string>, std::vector<CValue> > > CFunctionAnalyzer::Result::FunctionInformation::mProductZero |
Referenced by CFunctionAnalyzer::checkKineticFunction().
| std::vector<std::pair<std::pair<size_t, std::string>, std::vector<CValue> > > CFunctionAnalyzer::Result::FunctionInformation::mSubstrateZero |
Referenced by CFunctionAnalyzer::checkKineticFunction().
| std::vector<CValue> CFunctionAnalyzer::Result::FunctionInformation::mUnchangedParameters |
Referenced by CFunctionAnalyzer::checkKineticFunction().