cell.hh File Reference

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)

Detailed Description

Header file for the voronoicell_base template and related classes.

Definition in file cell.hh.


Typedef Documentation

The basic voronoicell class.

Definition at line 385 of file cell.hh.

A neighbor-tracking version of the voronoicell.

Definition at line 388 of file cell.hh.


Function Documentation

void voropp_fatal_error ( const char *  p,
int  status 
)

Function for printing fatal error messages and exiting.

Function for printing fatal error messages and exiting.

Parameters:
[in] p a pointer to the message to print.
[in] status the status code to return with.

Definition at line 25 of file cell.hh.


Generated on Tue Sep 29 11:46:27 2009 for Voro++ by  doxygen 1.6.1