6 #ifndef VORONOI_LOGGER_HPP 7 #define VORONOI_LOGGER_HPP 1 50 explicit BinLogger(
const std::string& file_name);
60 vector<Vector2D> read(
string location);
63 const std::string file_name_;
67 #endif // VORONOI_LOGGER_HPP Voronoi tessellation class.
Writes data to a binary file.
Abstract class for tessellation.
Abstract class for voronoi tessellation.
Diagnostic functions for Voronoi tessellation.