Abstract class for voronoi tessellation. More...
#include <voronoi_logger.hpp>
Public Member Functions | |
VoronoiLogger (void) | |
Class constructor. | |
virtual void | output (const VoronoiMesh &v) |
Outputs information from the Voronoi tessellation. More... | |
virtual void | output (const Tessellation &v) |
Outputs information from a tessellation. More... | |
Abstract class for voronoi tessellation.
Definition at line 22 of file voronoi_logger.hpp.
|
virtual |
Outputs information from the Voronoi tessellation.
v | Refernce to Voronoi tessellation |
Reimplemented in voronoi_loggers::BinLogger, and HDF5Logger.
Definition at line 10 of file voronoi_logger.cpp.
|
virtual |
Outputs information from a tessellation.
v | Refernce to the tessellation |
Reimplemented in voronoi_loggers::BinLogger, and HDF5Logger.
Definition at line 12 of file voronoi_logger.cpp.