Public Member Functions | List of all members
BinaryLogger Class Reference

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...
 

Detailed Description

Tessellation debugging diagnostic that writes the data to a binary file.

Definition at line 21 of file BinaryLogger.hpp.

Constructor & Destructor Documentation

◆ BinaryLogger()

BinaryLogger::BinaryLogger ( string const &  filename)
explicit

Class constructor.

Parameters
filenameThe name of the output file

Definition at line 5 of file BinaryLogger.cpp.

Member Function Documentation

◆ Log()

void BinaryLogger::Log ( Tessellation3D const &  tess) const

Creates a log file of the tessellation.

Parameters
tessThe tessellation to log

Definition at line 9 of file BinaryLogger.cpp.

Here is the call graph for this function:

The documentation for this class was generated from the following files: