| Lattice Microbes 2.5
    This is for whole cell modeling | 
| Public Member Functions | |
| __init__ (self, cellType, cellAttributes, arrangerAttributes) | |
| intPackVolume (self, sim, mins, maxs) | |
| Public Member Functions inherited from pySTDLM.CellArranger.CellArranger | |
| __init__ (self, cellType=None, cellAttributes=None, arrangerAttributes=None, name='Unknown') | |
| cellFactory (self) | |
| packVolume (self, sim, volume=None) | |
| addToSimulation (self, sim) | |
| Add packed volume to RDME simulation. | |
| Additional Inherited Members | |
| Public Attributes inherited from pySTDLM.CellArranger.CellArranger | |
| list | allowedCellTypes = ["Sphere", "Capsule", "Box", "CapsuleShell"] | 
| list | allowedForms = ["Random", "RandomSpherical", "TightGrid", "LooseGrid", "SkewedGrid"] | 
| str | cellType = cellType | 
| cellAttributes = cellAttributes | |
| list | cells = [] | 
| packerName = name | |
| arrangerAttributes = arrangerAttributes | |
An arranger that orients cells in square grid with padding in between. The attribute dictionary requires "offset" which is a list of the form [dx, dy, dz].
| pySTDLM.CellArranger.LooseGridArranger.__init__ | ( | self, | |
| cellType, | |||
| cellAttributes, | |||
| arrangerAttributes ) | 
| pySTDLM.CellArranger.LooseGridArranger.intPackVolume | ( | self, | |
| sim, | |||
| mins, | |||
| maxs ) |