| Package | Description |
|---|---|
| bio.singa.simulation.model.agents.linelike | |
| bio.singa.simulation.model.agents.surfacelike | |
| bio.singa.simulation.model.agents.volumelike |
| Modifier and Type | Method and Description |
|---|---|
void |
LineLikeAgentLayer.spawnActinFilament(Membrane cellMembrane) |
void |
LineLikeAgentLayer.spawnFilament(Membrane sourceMembrane,
Membrane targetMembrane) |
void |
LineLikeAgentLayer.spawnHorizontalFilament(Membrane sourceMembrane) |
| Modifier and Type | Method and Description |
|---|---|
static Membrane |
MembraneFactory.createClosedMembrane(Collection<Vector2D> vectors,
CellRegion innerRegion,
CellRegion membraneRegion,
AutomatonGraph graph,
Map<Vector2D,CellRegion> regions) |
static Membrane |
MembraneFactory.createLinearMembrane(Collection<Vector2D> vectors,
CellRegion innerRegion,
CellRegion membraneRegion,
NeumannRectangularDirection innerDirection,
AutomatonGraph graph,
Map<Vector2D,CellRegion> regions,
Rectangle globalClipper) |
| Modifier and Type | Method and Description |
|---|---|
List<Membrane> |
MembraneLayer.getMembranes() |
static List<Membrane> |
MembraneTracer.regionsToMembrane(AutomatonGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
MembraneLayer.addMembrane(Membrane membrane) |
| Modifier and Type | Method and Description |
|---|---|
void |
MembraneLayer.addMembranes(Collection<Membrane> membranes) |
| Modifier and Type | Method and Description |
|---|---|
static ActinCortex |
VolumeLikeAgentFactory.createActinCortex(Membrane cellMembrane,
MooreRectangularDirection innerDirection,
javax.measure.Quantity<javax.measure.quantity.Length> width,
javax.measure.Quantity<javax.measure.quantity.Length> distance) |
static ActinCortex |
VolumeLikeAgentFactory.createActinCortex(Membrane cellMembrane,
javax.measure.Quantity<javax.measure.quantity.Length> width,
javax.measure.Quantity<javax.measure.quantity.Length> distance) |
Copyright © 2019. All rights reserved.