COPASI API
4.40.278
|
#include <CFunctionAnalyzer.h>
Classes | |
struct | FunctionInformation |
Public Member Functions | |
void | clear () |
Result () | |
bool | writeResult (std::ostream &os, bool rt, bool verbose, bool writeToStream=true) const |
virtual | ~Result () |
Public Attributes | |
FunctionInformation | mBPart |
FunctionInformation | mFPart |
bool | mIrreversibleKineticsWithProducts |
FunctionInformation | mOriginalFunction |
const CFunction * | mpFunction |
bool | mReversibleNonSplitable |
This class contains the result of the analysis of one function.
CFunctionAnalyzer::Result::Result | ( | ) |
|
virtual |
void CFunctionAnalyzer::Result::clear | ( | ) |
Referenced by CFunctionAnalyzer::checkKineticFunction().
bool CFunctionAnalyzer::Result::writeResult | ( | std::ostream & | os, |
bool | rt, | ||
bool | verbose, | ||
bool | writeToStream = true |
||
) | const |
writes a text report about the function to the stream. The return value indicates if a problem was reported.
References TriTrue, TriUnspecified, and CFunctionAnalyzer::write().
Referenced by CReactionResult::writeResult().
FunctionInformation CFunctionAnalyzer::Result::mBPart |
low level information about the backwards part of the function
Referenced by CFunctionAnalyzer::checkKineticFunction().
FunctionInformation CFunctionAnalyzer::Result::mFPart |
low level information about the forward part of the function
Referenced by CFunctionAnalyzer::checkKineticFunction().
bool CFunctionAnalyzer::Result::mIrreversibleKineticsWithProducts |
Referenced by CFunctionAnalyzer::checkKineticFunction().
FunctionInformation CFunctionAnalyzer::Result::mOriginalFunction |
low level information about the original function
Referenced by CFunctionAnalyzer::checkKineticFunction().
const CFunction* CFunctionAnalyzer::Result::mpFunction |
Referenced by CFunctionAnalyzer::checkKineticFunction().
bool CFunctionAnalyzer::Result::mReversibleNonSplitable |
Referenced by CFunctionAnalyzer::checkKineticFunction().