Molecular Dynamics  v0.4
Project for the Practical hosted by the Scientific Computing Chair
TxtWriter.h
Go to the documentation of this file.
1 //
2 // Created by cle on 6/16/24.
3 //
4 
5 #pragma once
6 
7 #include <iostream>
8 #include <fstream>
10 
11 class TxtWriter {
12 public:
13 
22  static int writeToFile(ParticleContainer &pc, std::string filename);
23 };
Definition: ParticleContainer.h:11
Definition: TxtWriter.h:11
static int writeToFile(ParticleContainer &pc, std::string filename)
Writes particles from a given particle container to a .txt file.
Definition: TxtWriter.cpp:7
::xsd::cxx::tree::string< char, simple_type > string
C++ type corresponding to the string XML Schema built-in type.
Definition: vtk-unstructured.h:270