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.LooseGridArranger Class Reference

An arranger that orients cells in square grid with padding in between. More...

Inheritance diagram for pySTDLM.CellArranger.LooseGridArranger:
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 orients cells in square grid with padding in between.

The attribute dictionary requires "offset" which is a list of the form [dx, dy, dz].

Constructor & Destructor Documentation

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

Member Function Documentation

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

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