deltaFlow
OutFileWriter.H File Reference

Writer for the main analysis output file (.out). More...

#include <fstream>
#include <string>
#include <Eigen/Dense>
#include "Data.H"
Include dependency graph for OutFileWriter.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OutFileWriter
 Writes the main output file (.out) with full analysis results. More...
 

Detailed Description

Writer for the main analysis output file (.out).

Extracted from the OutputFile namespace (SRP): this class has a single responsibility – writing the .out file. Output content/formatting is byte-for-byte identical to the original OutputFile::writeOutputFile().

Definition in file OutFileWriter.H.