|
BioDynaMo
v1.05.125-2619fe54
|
#include <exporter.h>
Public Member Functions | |
| virtual | ~Exporter () |
| virtual void | ExportIteration (std::string filename, uint64_t iteration)=0 |
| virtual void | ExportSummary (std::string filename, uint64_t num_iterations)=0 |
Definition at line 23 of file exporter.h.
|
virtualdefault |
|
pure virtual |
Export the simulation state of one iteration
| filename | |
| iteration | - current iteration number (=time step) |
Implemented in bdm::ParaviewExporter, bdm::NeuroMLExporter, bdm::MatlabExporter, and bdm::BasicExporter.
|
pure virtual |
Export the simulation summary
| filename | |
| num_iterations | - total number of iterations |
Implemented in bdm::ParaviewExporter, bdm::NeuroMLExporter, bdm::MatlabExporter, and bdm::BasicExporter.
1.8.17