Writes tessellation data to hdf5 format. More...
#include <hdf5_logger.hpp>


Public Member Functions | |
| HDF5Logger (const string &fname) | |
| Class constructor. More... | |
| void | output (const VoronoiMesh &v) |
| Outputs information from the Voronoi tessellation. More... | |
| void | output (const Tessellation &v) |
| Outputs information from a tessellation. More... | |
Public Member Functions inherited from voronoi_loggers::VoronoiLogger | |
| VoronoiLogger (void) | |
| Class constructor. | |
Writes tessellation data to hdf5 format.
Definition at line 14 of file hdf5_logger.hpp.
|
explicit |
|
virtual |
Outputs information from the Voronoi tessellation.
| v | Refernce to Voronoi tessellation |
Reimplemented from voronoi_loggers::VoronoiLogger.
Definition at line 35 of file hdf5_logger.cpp.

|
virtual |
Outputs information from a tessellation.
| v | Refernce to the tessellation |
Reimplemented from voronoi_loggers::VoronoiLogger.
Definition at line 42 of file hdf5_logger.cpp.

1.8.13