11 #ifndef BINARYLOGGER_HPP 12 #define BINARYLOGGER_HPP 1 17 #include "../../misc/universal_error.hpp" 18 #include "../../misc/simple_io.hpp" 41 #endif //BINARYLOGGER_HPP BinaryLogger(string const &filename)
Class constructor.
Abstract class for tessellation in 3D.
~BinaryLogger(void)
class destructor
Abstract class for a logger for the tessellation in 3D.
void Log(Tessellation3D const &tess) const
Creates a log file of the tessellation.
Tessellation debugging diagnostic that writes the data to a binary file.