COPASI API  4.40.278
CFunctionAnalyzer::Result::FunctionInformation Struct Reference

#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< CValuemUnchangedParameters
 

Detailed Description

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

Member Function Documentation

◆ writeAnalysis()

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().

◆ writeTable()

void CFunctionAnalyzer::Result::FunctionInformation::writeTable ( std::ostream &  os,
bool  rt 
) const

Member Data Documentation

◆ mProductZero

std::vector<std::pair<std::pair<size_t, std::string>, std::vector<CValue> > > CFunctionAnalyzer::Result::FunctionInformation::mProductZero

◆ mSubstrateZero

std::vector<std::pair<std::pair<size_t, std::string>, std::vector<CValue> > > CFunctionAnalyzer::Result::FunctionInformation::mSubstrateZero

◆ mUnchangedParameters

std::vector<CValue> CFunctionAnalyzer::Result::FunctionInformation::mUnchangedParameters

The documentation for this struct was generated from the following files: