pyLM  v1.1
A Python Problem Solving Environment for the simulation of stochastic biological systems
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | List of all members
pySTDLM.CellArranger.RandomSphericalArranger Class Reference

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...

Inheritance diagram for pySTDLM.CellArranger.RandomSphericalArranger:
pySTDLM.CellArranger.CellArranger

Public Member Functions

def __init__
 
def intPackVolume
 
- Public Member Functions inherited from pySTDLM.CellArranger.CellArranger
def __init__
 Create a CellArranger. More...
 
def cellFactory
 
def packVolume
 Pack a specified volume with cells. More...
 
def addToSimulation
 Add packed volume to RDME simulation. More...
 

Additional Inherited Members

- Public Attributes inherited from pySTDLM.CellArranger.CellArranger
 allowedCellTypes
 
 allowedForms
 
 cellType
 
 cellAttributes
 
 cells
 
 packerName
 
 arrangerAttributes
 

Detailed Description

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.

This class requires either "fraction" or "number" attributes specified in the arrangerAttributes. It also has an optional parameter "padding" which maintains that much padding between the cells and their neighbors.

Constructor & Destructor Documentation

def pySTDLM.CellArranger.RandomSphericalArranger.__init__ (   self,
  cellType,
  cellAttributes,
  arrangerAttributes 
)

Member Function Documentation

def pySTDLM.CellArranger.RandomSphericalArranger.intPackVolume (   self,
  sim,
  mins,
  maxs 
)

The documentation for this class was generated from the following file: