Uses of Class
bio.singa.simulation.model.agents.surfacelike.Membrane
-
Packages that use Membrane Package Description bio.singa.simulation.model.agents.linelike bio.singa.simulation.model.agents.surfacelike bio.singa.simulation.model.agents.volumelike -
-
Uses of Membrane in bio.singa.simulation.model.agents.linelike
Methods in bio.singa.simulation.model.agents.linelike with parameters of type Membrane Modifier and Type Method Description bio.singa.core.utility.Pair<bio.singa.mathematics.vectors.Vector2D>LineLikeAgentLayer. determineSpawnPosition(Membrane sourceMembrane, Membrane targetMembrane)voidLineLikeAgentLayer. initializeMembraneToMembraneMicrotubules(Membrane sourceMembrane, Membrane targetedMembrane, int numberOfFilaments)voidLineLikeAgentLayer. spawnActinFilament(Membrane cellMembrane)voidLineLikeAgentLayer. spawnHorizontalFilament(Membrane sourceMembrane) -
Uses of Membrane in bio.singa.simulation.model.agents.surfacelike
Methods in bio.singa.simulation.model.agents.surfacelike that return types with arguments of type Membrane Modifier and Type Method Description Map<CellRegion,Membrane>GridMembraneBuilder. getMembranes()List<Membrane>MembraneLayer. getMembranes()static List<Membrane>MembraneTracer. regionsToMembrane(AutomatonGraph graph)Deprecated.Methods in bio.singa.simulation.model.agents.surfacelike with parameters of type Membrane Modifier and Type Method Description voidMembraneLayer. addMembrane(Membrane membrane)Method parameters in bio.singa.simulation.model.agents.surfacelike with type arguments of type Membrane Modifier and Type Method Description voidMembraneLayer. addMembranes(Collection<Membrane> membranes)voidGridMembraneBuilder. setMembranes(Map<CellRegion,Membrane> membranes) -
Uses of Membrane in bio.singa.simulation.model.agents.volumelike
Methods in bio.singa.simulation.model.agents.volumelike with parameters of type Membrane Modifier and Type Method Description static VolumeLikeAgentVolumeLikeAgentFactory. createCellCortex(Membrane cellMembrane, bio.singa.mathematics.topology.grids.rectangular.MooreRectangularDirection innerDirection, javax.measure.Quantity<javax.measure.quantity.Length> width, javax.measure.Quantity<javax.measure.quantity.Length> distance)
-