Public Member Functions | List of all members
voronoi_loggers::VoronoiLogger Class Reference

Abstract class for voronoi tessellation. More...

#include <voronoi_logger.hpp>

Inheritance diagram for voronoi_loggers::VoronoiLogger:
Inheritance graph
[legend]

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...
 

Detailed Description

Abstract class for voronoi tessellation.

Definition at line 22 of file voronoi_logger.hpp.

Member Function Documentation

◆ output() [1/2]

void VoronoiLogger::output ( const VoronoiMesh v)
virtual

Outputs information from the Voronoi tessellation.

Parameters
vRefernce to Voronoi tessellation

Reimplemented in voronoi_loggers::BinLogger, and HDF5Logger.

Definition at line 10 of file voronoi_logger.cpp.

Here is the caller graph for this function:

◆ output() [2/2]

void VoronoiLogger::output ( const Tessellation v)
virtual

Outputs information from a tessellation.

Parameters
vRefernce to the tessellation

Reimplemented in voronoi_loggers::BinLogger, and HDF5Logger.

Definition at line 12 of file voronoi_logger.cpp.


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