Header file for the voronoicell_base template and related classes. More...
#include "config.hh"
#include <cstdlib>
#include <iostream>
#include <fstream>
#include <cmath>
Go to the source code of this file.
Data Structures | |
class | suretest |
A class to reliably carry out floating point comparisons, storing marginal cases for future reference. More... | |
class | voronoicell_base< n_option > |
A class encapsulating all the routines for storing and calculating a single Voronoi cell. More... | |
class | neighbor_none |
A class passed to the voronoicell_base template to switch off neighbor computation. More... | |
class | neighbor_track |
A class passed to the voronoicell_base template to switch on the neighbor computation. More... | |
Typedefs | |
typedef voronoicell_base < neighbor_none > | voronoicell |
typedef voronoicell_base < neighbor_track > | voronoicell_neighbor |
Functions | |
void | voropp_fatal_error (const char *p, int status) |
Header file for the voronoicell_base template and related classes.
Definition in file cell.hh.
typedef voronoicell_base<neighbor_none> voronoicell |
void voropp_fatal_error | ( | const char * | p, | |
int | status | |||
) |