Molecular Dynamics
v0.4
Project for the Practical hosted by the Scientific Computing Chair
src
fileHandling
outputWriter
XYZWriter
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
15
#include "
particleRepresentation/container/defaultParticleContainer/DefaultParticleContainer.h
"
16
17
namespace
outputWriter
{
18
19
class
XYZWriter
{
20
21
public
:
22
XYZWriter
();
23
24
virtual
~XYZWriter
();
25
26
void
plotParticles
(
ParticleContainer
& particles,
const
std::string
&filename,
27
int
iteration);
28
};
29
30
}
// namespace outputWriter
DefaultParticleContainer.h
ParticleContainer
Definition:
ParticleContainer.h:11
outputWriter::XYZWriter
Definition:
XYZWriter.h:19
outputWriter::XYZWriter::plotParticles
void plotParticles(ParticleContainer &particles, const std::string &filename, int iteration)
Definition:
XYZWriter.cpp:18
outputWriter::XYZWriter::XYZWriter
XYZWriter()
outputWriter::XYZWriter::~XYZWriter
virtual ~XYZWriter()
outputWriter
Definition:
VTKWriter.cpp:10
xml_schema::string
::xsd::cxx::tree::string< char, simple_type > string
C++ type corresponding to the string XML Schema built-in type.
Definition:
vtk-unstructured.h:270
Generated by
1.9.1