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

#include <exporter.h>

Inheritance diagram for bdm::ParaviewExporter:
[legend]
Collaboration diagram for bdm::ParaviewExporter:
[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 59 of file exporter.h.

Member Function Documentation

◆ ExportIteration()

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

Export the simulation state of one iteration

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

Implements bdm::Exporter.

Definition at line 164 of file exporter.cc.

◆ ExportSummary()

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

This function creates a .pvd file that lists the individual files across the different times. This .pvd can be read by Paraview for visualization.

iterate for all (time) steps

end of (time) iterations loop...

Implements bdm::Exporter.

Definition at line 303 of file exporter.cc.


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