BioDynaMo
v1.05.120-25dc9790
|
#include <exporter.h>
Public Member Functions | |
void | ExportIteration (std::string filename, uint64_t iteration) override |
void | ExportSummary (std::string filename, uint64_t num_iterations) override |
Public Member Functions inherited from bdm::Exporter | |
virtual | ~Exporter () |
Definition at line 38 of file exporter.h.
|
overridevirtual |
Export the simulation state of one iteration
filename | |
iteration | - current iteration number (=time step) |
Implements bdm::Exporter.
Definition at line 33 of file exporter.cc.
|
overridevirtual |
Export the simulation summary
filename | |
num_iterations | - total number of iterations |
Implements bdm::Exporter.
Definition at line 46 of file exporter.cc.