Header file for the container_base template and related classes. More...
#include "config.hh"#include <cstdlib>#include <iostream>#include <fstream>#include <cmath>#include "worklist.hh"Go to the source code of this file.
Data Structures | |
| class | container_base< r_option > |
| A class representing the whole simulation region. More... | |
| class | radius_mono |
| A class encapsulating all routines specifically needed in the standard Voronoi tessellation. More... | |
| class | radius_poly |
| A class encapsulating all routines specifically needed in the Voronoi radical tessellation. More... | |
| class | voropp_loop |
| A class to handle loops on regions of the container handling non-periodic and periodic boundary conditions. More... | |
| class | wall |
| Pure virtual class from which wall objects are derived. More... | |
Typedefs | |
| typedef container_base < radius_mono > | container |
| typedef container_base < radius_poly > | container_poly |
Header file for the container_base template and related classes.
Definition in file container.hh.
| typedef container_base<radius_mono> container |
The basic container class.
Definition at line 355 of file container.hh.
| typedef container_base<radius_poly> container_poly |
The polydisperse container class.
Definition at line 358 of file container.hh.
1.6.1