Definition: CSVWriter.h:12
int numberOfBins
Definition: CSVWriter.h:15
int writeProfile(std::vector< double > &velocities, double time)
Write one data set of a velocity profile to a csv file.
Definition: CSVWriter.cpp:46
~CSVWriter()
When this object is destructed, the csv file is closed.
Definition: CSVWriter.cpp:42
std::ofstream file
Definition: CSVWriter.h:14
CSVWriter(int numberOfBins, std::string filename)
Construct new CSVWriter. A csv file is opened ones and closed, when this class is destructed.
Definition: CSVWriter.cpp:10
::xsd::cxx::tree::time< char, simple_type > time
C++ type corresponding to the time XML Schema built-in type.
Definition: vtk-unstructured.h:438
::xsd::cxx::tree::string< char, simple_type > string
C++ type corresponding to the string XML Schema built-in type.
Definition: vtk-unstructured.h:270