public class MembraneFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static Membrane |
createClosedMembrane(Collection<bio.singa.mathematics.vectors.Vector2D> vectors,
CellRegion innerRegion,
CellRegion membraneRegion,
AutomatonGraph graph,
Map<bio.singa.mathematics.vectors.Vector2D,CellRegion> regions) |
static Membrane |
createLinearMembrane(Collection<bio.singa.mathematics.vectors.Vector2D> vectors,
CellRegion innerRegion,
CellRegion membraneRegion,
bio.singa.mathematics.topology.grids.rectangular.NeumannRectangularDirection innerDirection,
AutomatonGraph graph,
Map<bio.singa.mathematics.vectors.Vector2D,CellRegion> regions,
bio.singa.mathematics.geometry.faces.Rectangle globalClipper) |
public static Membrane createLinearMembrane(Collection<bio.singa.mathematics.vectors.Vector2D> vectors, CellRegion innerRegion, CellRegion membraneRegion, bio.singa.mathematics.topology.grids.rectangular.NeumannRectangularDirection innerDirection, AutomatonGraph graph, Map<bio.singa.mathematics.vectors.Vector2D,CellRegion> regions, bio.singa.mathematics.geometry.faces.Rectangle globalClipper)
public static Membrane createClosedMembrane(Collection<bio.singa.mathematics.vectors.Vector2D> vectors, CellRegion innerRegion, CellRegion membraneRegion, AutomatonGraph graph, Map<bio.singa.mathematics.vectors.Vector2D,CellRegion> regions)
Copyright © 2019. All rights reserved.