BioDynaMo  v1.05.119-a4ff3934
Public Member Functions | List of all members
bdm::NeuroMLExporter Class Reference

#include <exporter.h>

Inheritance diagram for bdm::NeuroMLExporter:
[legend]
Collaboration diagram for bdm::NeuroMLExporter:
[legend]

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

Detailed Description

Definition at line 52 of file exporter.h.

Member Function Documentation

◆ ExportIteration()

void bdm::NeuroMLExporter::ExportIteration ( std::string  filename,
uint64_t  iteration 
)
overridevirtual

Export the simulation state of one iteration

Parameters
filename
iteration- current iteration number (=time step)

In the future, the electrophysiological properties of neurons can be inserted instead of these prespecified values

TODO(roman): here, the cell populations and connectivity will be specified and exported, once these are included in the model

Implements bdm::Exporter.

Definition at line 72 of file exporter.cc.

◆ ExportSummary()

void bdm::NeuroMLExporter::ExportSummary ( std::string  filename,
uint64_t  num_iterations 
)
overridevirtual

Export the simulation summary

Parameters
filename
num_iterations- total number of iterations

Implements bdm::Exporter.

Definition at line 160 of file exporter.cc.


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