TessLogger.hpp
Go to the documentation of this file.
1 
6 #ifndef TESSLOGGER_HPP
7 #define TESSLOGGER_HPP 1
8 
9 #include "Tessellation3D.hpp"
10 
13 {
14 public:
19  virtual void Log(Tessellation3D const& tess)const=0;
20 
22  virtual ~TessLogger(void);
23 };
24 #endif //TESSLOGGER_HPP
Abstract class for tessellation in 3D.
Abstract class for debug diagnostics for the tessellation.
Definition: TessLogger.hpp:12
Abstract class for the tessellation in 3D.
virtual ~TessLogger(void)
class destructor
virtual void Log(Tessellation3D const &tess) const =0
Creates a log file of the tessellation.