| Lattice Microbes 2.5
    This is for whole cell modeling | 
The bounds for a shape represented as a rectangular box. More...
#include <Shape.h>
| Public Member Functions | |
| bounding_box (si_dist_t x1=0.0, si_dist_t y1=0.0, si_dist_t z1=0.0, si_dist_t x2=0.0, si_dist_t y2=0.0, si_dist_t z2=0.0) | |
| Create a bounding box for coordinates. | |
| bounding_box (point min, point max) | |
| Create a bounding box from points. | |
| bounding_box | joinWith (bounding_box j) | 
| Return a bounding box spanning the two bounding boxes. | |
| double | volume () | 
| Returns the bounding box volume. | |
| point | randomPointInside () | 
| Retun a random point inside the bounding box. | |
| Public Attributes | |
| point | min | 
| point | max | 
The bounds for a shape represented as a rectangular box.
| 
 | inline | 
Create a bounding box for coordinates.
| x1 | Bottom x | 
| y1 | Bottom y | 
| z1 | Bottom z | 
| x2 | Top x | 
| y2 | Top y | 
| z2 | Top z | 
Create a bounding box from points.
| min | Minimum coordinate | 
| max | Maximum coordinate | 
| 
 | inline | 
Return a bounding box spanning the two bounding boxes.
| j | Other bounding box | 
| 
 | inline | 
Retun a random point inside the bounding box.
| 
 | inline | 
Returns the bounding box volume.
| point lm::builder::bounding_box::max | 
| point lm::builder::bounding_box::min |