![]() |
pyLM
v1.1
A Python Problem Solving Environment for the simulation of stochastic biological systems
|
Classes | |
class | CellArranger |
A base class for laying out cells in a 3D space. More... | |
class | RandomArranger |
An arranger that randomly orients a number of cells in a regin until either a count or a volume fraction target is met. More... | |
class | RandomSphericalArranger |
An arranger that randomly orients a number of cells in a sphere inside a regin until either a count or a volume fraction target is met. More... | |
class | TightGridArranger |
An arranger that orients cells in square grid. More... | |
class | LooseGridArranger |
An arranger that orients cells in square grid with padding in between. More... | |