Abstract class for debug diagnostics for the tessellation. More...
#include <TessLogger.hpp>
Public Member Functions | |
virtual void | Log (Tessellation3D const &tess) const =0 |
Creates a log file of the tessellation. More... | |
virtual | ~TessLogger (void) |
class destructor | |
Abstract class for debug diagnostics for the tessellation.
Definition at line 12 of file TessLogger.hpp.
|
pure virtual |
Creates a log file of the tessellation.
tess | The tessellation to log |