|
| SpeciesSummaryWriterBase () |
| Helper method for writing species summary for the reaction mechanism several methods of this type get called when NetworkParser::writeSpeciesSummary() gets called.
|
|
void | clear () |
| clears the state of the writer to begin a new file
|
|
std::stringstream & | summaryString () |
|
virtual void | addMiscSummary ()=0 |
| Method for adding any random summaries to the top of the summary file.
|
|
virtual void | addLumpedSummary (std::map< std::string, std::vector< std::string > > lumped_map)=0 |
| Method for summarizing which species have been lumped into which others.
|
|
virtual void | addSpeciesSummary ()=0 |
| Method for summarizing the reactions that each species is involved in.
|
|
|
std::stringstream | _summary_str |
| the stream that is used to construct the summary
|
|
◆ addLumpedSummary()
virtual void prism::SpeciesSummaryWriterBase::addLumpedSummary |
( |
std::map< std::string, std::vector< std::string > > | lumped_map | ) |
|
|
pure virtual |
◆ addMiscSummary()
virtual void prism::SpeciesSummaryWriterBase::addMiscSummary |
( |
| ) |
|
|
pure virtual |
◆ addSpeciesSummary()
virtual void prism::SpeciesSummaryWriterBase::addSpeciesSummary |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: