1#ifndef SRC_IO_XYZWRITER_H_
2#define SRC_IO_XYZWRITER_H_
6#include "plugins/PluginBase.h"
52 unsigned long _writeFrequency {0ul};
53 bool _appendTimestamp {
false};
54 bool _incremental {
false};
handle boundary region and multiple processes
Definition: DomainDecompBase.h:51
This class is used to read in the phasespace and to handle macroscopic values.
Definition: Domain.h:47
This Interface is used to get access to particles and pairs of particles.
Definition: ParticleContainer.h:69
The PluginBase class provides the interface for any kind of output/plugin classes - called "(output) ...
Definition: PluginBase.h:47
XML file with unit attributes abstraction.
Definition: xmlfileUnits.h:25
Writes out an ASCII file in the *.xyz-format containing coordinates of each molecule.
Definition: XyzWriter.h:14
std::string getPluginName() override
return the name of the plugin
Definition: XyzWriter.h:45
void endStep(ParticleContainer *particleContainer, DomainDecompBase *domainDecomp, Domain *domain, unsigned long simstep) override
Method endStep will be called at the end of each time step.
Definition: XyzWriter.cpp:37
void init(ParticleContainer *particleContainer, DomainDecompBase *domainDecomp, Domain *domain) override
Method init will be called at the begin of the simulation.
Definition: XyzWriter.cpp:34
void readXML(XMLfileUnits &xmlconfig) override
Read in XML configuration for DecompWriter.
Definition: XyzWriter.cpp:18
void finish(ParticleContainer *particleContainer, DomainDecompBase *domainDecomp, Domain *domain) override
Method finish will be called at the end of the simulation.
Definition: XyzWriter.cpp:110
::xsd::cxx::tree::string< char, simple_type > string
C++ type corresponding to the string XML Schema built-in type.
Definition: vtk-punstructured.h:270