| Lattice Microbes 2.5
    This is for whole cell modeling | 
| Public Member Functions | |
| __init__ (self, origin=3 *[0.], radius=0.) | |
| internalModelCell (self, attr) | |
| computeVolume (self) | |
| internalAddToSim (self, sim) | |
| internalTranslateCell (self, point) | |
| Public Member Functions inherited from pySTDLM.Cells.CellShape | |
| __init__ (self) | |
| getVolume (self) | |
| boundingBox (self) | |
| addToSimulation (self, sim) | |
| translateCell (self, point) | |
| createModelCell (self, attr) | |
| setRegions (self, membrane, cytoplasm) | |
| Public Attributes | |
| list | origin = origin | 
| radius = radius | |
| Public Attributes inherited from pySTDLM.Cells.CellShape | |
| str | name = "Unknown" | 
| float | volume = -1.0 | 
| int | mins = 3*[0.] | 
| int | maxs = 3*[0.] | 
| float | membraneThickness = 0.0 | 
| str | memtype = "membrane" | 
| str | cyttype = "cytoplasm" | 
A representation for a spherical cell. This cell requires an attribute dictionary that includes "radius" and "membraneThickness"
| pySTDLM.Cells.SphereCell.__init__ | ( | self, | |
| origin = 3*[0.], | |||
| radius = 0. ) | 
| pySTDLM.Cells.SphereCell.computeVolume | ( | self | ) | 
| pySTDLM.Cells.SphereCell.internalAddToSim | ( | self, | |
| sim ) | 
| pySTDLM.Cells.SphereCell.internalModelCell | ( | self, | |
| attr ) | 
| pySTDLM.Cells.SphereCell.internalTranslateCell | ( | self, | |
| point ) | 
| list pySTDLM.Cells.SphereCell.origin = origin | 
| pySTDLM.Cells.SphereCell.radius = radius |