Molecular Dynamics  v0.4
Project for the Practical hosted by the Scientific Computing Chair
XYZWriter.h
Go to the documentation of this file.
1 /*
2  * XYZWriter.h
3  *
4  * Created on: 01.03.2010
5  * Author: eckhardw
6  * Adapted by daniel
7  */
8 
9 #pragma once
10 
11 #include <fstream>
12 #include <iomanip>
13 #include <sstream>
14 
16 
17 namespace outputWriter {
18 
19 class XYZWriter {
20 
21 public:
23 
24  virtual ~XYZWriter();
25 
26  void plotParticles(ParticleContainer& particles, const std::string &filename,
27  int iteration);
28 };
29 
30 } // namespace outputWriter
Definition: ParticleContainer.h:11
Definition: XYZWriter.h:19
void plotParticles(ParticleContainer &particles, const std::string &filename, int iteration)
Definition: XYZWriter.cpp:18
Definition: VTKWriter.cpp:10
::xsd::cxx::tree::string< char, simple_type > string
C++ type corresponding to the string XML Schema built-in type.
Definition: vtk-unstructured.h:270