|
copasi API
0.1
|
#include <CFunctionAnalyzer.h>
Classes | |
| struct | FunctionInformation |
Public Member Functions | |
| Result () | |
| void | clear () |
| bool | writeResult (std::ostream &os, bool rt, bool verbose) const |
Public Attributes | |
| const CFunction * | mpFunction |
| bool | mIrreversibleKineticsWithProducts |
| FunctionInformation | mOriginalFunction |
| bool | mReversibleNonSplitable |
| FunctionInformation | mFPart |
| FunctionInformation | mBPart |
This class contains the result of the analysis of one function.
| CFunctionAnalyzer::Result::Result | ( | ) |
| void CFunctionAnalyzer::Result::clear | ( | ) | [inline] |
| bool CFunctionAnalyzer::Result::writeResult | ( | std::ostream & | os, |
| bool | rt, | ||
| bool | verbose | ||
| ) | const |
writes a text report about the function to the stream. The return value indicates if a problem was reported.
low level information about the backwards part of the function
low level information about the forward part of the function
low level information about the original function
1.7.5.1