Defines a simple way of reporting final statistics or calculations that occured in the simulation. To define the usage of a FinalReport implement the following in the Simulation.properties file in the following manner: FinalReportClass=Report DoFinalReport=true.
More...
#include <Testvs19_FileFinalReport.h>
|
void | report (const Sfx::PhysicalSystem *aPhySys) override final |
| Use this method to write any final data or calculation to stdout for the user of the simulation.
|
void | report (Sfx::PhySystem *aPhysys) override |
| Use this method to write any final data or calculation to stdout for the user of the simulation.
|
Defines a simple way of reporting final statistics or calculations that occured in the simulation. To define the usage of a FinalReport implement the following in the Simulation.properties file in the following manner: FinalReportClass=Report DoFinalReport=true.
◆ report() [1/2]
void Testvs19::FileFinalReport::report |
( |
const Sfx::PhysicalSystem * | aPhySys | ) |
|
|
finaloverride |
Use this method to write any final data or calculation to stdout for the user of the simulation.
- Parameters
-
◆ report() [2/2]
void Testvs19::FileFinalReport::report |
( |
Sfx::PhySystem * | aPhysys | ) |
|
|
inlineoverride |
Use this method to write any final data or calculation to stdout for the user of the simulation.
- Parameters
-
- Deprecated
- keep it backward compatibility but to be removed
The documentation for this class was generated from the following files: