10 #ifndef VOROPP_PRE_CONTAINER_HH 
   11 #define VOROPP_PRE_CONTAINER_HH 
   55                 pre_container_base(
double ax_,
double bx_,
double ay_,
double by_,
double az_,
double bz_,
bool xperiodic_,
bool yperiodic_,
bool zperiodic_,
int ps_);
 
  112                 pre_container(
double ax_,
double bx_,
double ay_,
double by_,
double az_,
double bz_,
 
  113                                 bool xperiodic_,
bool yperiodic_,
bool zperiodic_)
 
  115                 void put(
int n,
double x,
double y,
double z);
 
  116                 void import(FILE *fp=stdin);
 
  119                 inline void import(
const char* filename) {
 
  120                         FILE *fp=safe_fopen(filename,
"r");
 
  145                                 bool xperiodic_,
bool yperiodic_,
bool zperiodic_)
 
  147                 void put(
int n,
double x,
double y,
double z,
double r);
 
  148                 void import(FILE *fp=stdin);
 
  151                 inline void import(
const char* filename) {
 
  152                         FILE *fp=safe_fopen(filename,
"r");
 
void put(int n, double x, double y, double z)
pre_container(double ax_, double bx_, double ay_, double by_, double az_, double bz_, bool xperiodic_, bool yperiodic_, bool zperiodic_)
void extend_chunk_index()
void setup(container &con)
Header file for the loop classes. 
Extension of the container_base class for computing regular Voronoi tessellations. 
A class for storing an arbitrary number of particles with radius information, prior to setting up a c...
void put(int n, double x, double y, double z, double r)
A class for storing an arbitrary number of particles without radius information, prior to setting up ...
pre_container_base(double ax_, double bx_, double ay_, double by_, double az_, double bz_, bool xperiodic_, bool yperiodic_, bool zperiodic_, int ps_)
void setup(container_poly &con)
Header file for the container_base and related classes. 
pre_container_poly(double ax_, double bx_, double ay_, double by_, double az_, double bz_, bool xperiodic_, bool yperiodic_, bool zperiodic_)
A class for storing an arbitrary number of particles, prior to setting up a container geometry...
void guess_optimal(int &nx, int &ny, int &nz)
Extension of the container_base class for computing radical Voronoi tessellations. 
A class for storing ordering information when particles are added to a container. ...