Lattice Microbes 2.5
This is for whole cell modeling
Loading...
Searching...
No Matches
pySTDLM.Cells.SphereCell Class Reference
Inheritance diagram for pySTDLM.Cells.SphereCell:
[legend]
Collaboration diagram for pySTDLM.Cells.SphereCell:
[legend]

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"

Detailed Description

A representation for a spherical cell. This cell requires an attribute dictionary that includes "radius" and "membraneThickness"

Constructor & Destructor Documentation

◆ __init__()

pySTDLM.Cells.SphereCell.__init__ ( self,
origin = 3*[0.],
radius = 0. )

Member Function Documentation

◆ computeVolume()

pySTDLM.Cells.SphereCell.computeVolume ( self)
Here is the caller graph for this function:

◆ internalAddToSim()

pySTDLM.Cells.SphereCell.internalAddToSim ( self,
sim )
Here is the caller graph for this function:

◆ internalModelCell()

pySTDLM.Cells.SphereCell.internalModelCell ( self,
attr )
Here is the caller graph for this function:

◆ internalTranslateCell()

pySTDLM.Cells.SphereCell.internalTranslateCell ( self,
point )
Here is the caller graph for this function:

Member Data Documentation

◆ origin

list pySTDLM.Cells.SphereCell.origin = origin

◆ radius

pySTDLM.Cells.SphereCell.radius = radius

The documentation for this class was generated from the following file:
  • /data2/LM_zls_github/Lattice-Microbes/src/pylm/pySTDLM/Cells.py