| Lattice Microbes 2.5
    This is for whole cell modeling | 
#include <map>#include <utility>#include <vector>#include "core/Types.h"#include "builder/Shape.h"#include "rdme/Lattice.h"#include "rng/RandomGenerator.h"Go to the source code of this file.
| Classes | |
| class | lm::builder::LatticeBuilder | 
| A class that defines regions of a lattice based on a set of geometries defined by shapes. It also allows packing different types of particles into different regions.  More... | |
| struct | lm::builder::LatticeBuilder::ParticlePlacement | 
| A representation of a placement operation that needs to occur (i.e. where to place (siteType), what to place (particleType) and how many (count))  More... | |
| class | RandomGenerator | 
| Base class for random number generators in Lattice Microbes.  More... | |
| Namespaces | |
| namespace | lm | 
| namespace | lm::io | 
| namespace | lm::rdme | 
| namespace | lm::builder |