Public Member Functions | List of all members
HDF5Logger Class Reference

Writes tessellation data to hdf5 format. More...

#include <hdf5_logger.hpp>

Inheritance diagram for HDF5Logger:
Inheritance graph
[legend]
Collaboration diagram for HDF5Logger:
Collaboration graph
[legend]

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.
 

Detailed Description

Writes tessellation data to hdf5 format.

Definition at line 14 of file hdf5_logger.hpp.

Constructor & Destructor Documentation

◆ HDF5Logger()

HDF5Logger::HDF5Logger ( const string &  fname)
explicit

Class constructor.

Parameters
fnameFile name

Definition at line 7 of file hdf5_logger.cpp.

Member Function Documentation

◆ output() [1/2]

void HDF5Logger::output ( const VoronoiMesh v)
virtual

Outputs information from the Voronoi tessellation.

Parameters
vRefernce to Voronoi tessellation

Reimplemented from voronoi_loggers::VoronoiLogger.

Definition at line 35 of file hdf5_logger.cpp.

Here is the call graph for this function:

◆ output() [2/2]

void HDF5Logger::output ( const Tessellation v)
virtual

Outputs information from a tessellation.

Parameters
vRefernce to the tessellation

Reimplemented from voronoi_loggers::VoronoiLogger.

Definition at line 42 of file hdf5_logger.cpp.

Here is the call graph for this function:

The documentation for this class was generated from the following files: