Tessellation debugging diagnostic that writes the data to a binary file. More...
#include <BinaryLogger.hpp>
Public Member Functions | |
BinaryLogger (string const &filename) | |
Class constructor. More... | |
~BinaryLogger (void) | |
class destructor | |
void | Log (Tessellation3D const &tess) const |
Creates a log file of the tessellation. More... | |
Tessellation debugging diagnostic that writes the data to a binary file.
Definition at line 21 of file BinaryLogger.hpp.
|
explicit |
Class constructor.
filename | The name of the output file |
Definition at line 5 of file BinaryLogger.cpp.
void BinaryLogger::Log | ( | Tessellation3D const & | tess | ) | const |
Creates a log file of the tessellation.
tess | The tessellation to log |
Definition at line 9 of file BinaryLogger.cpp.