Class MembraneTracer
- java.lang.Object
-
- bio.singa.simulation.model.agents.surfacelike.MembraneTracer
-
public class MembraneTracer extends Object
Deprecated.- Author:
- cl
-
-
Constructor Summary
Constructors Constructor Description MembraneTracer(AutomatonGraph graph)Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static CellRegiongetRegion(Map<CellRegion,Set<bio.singa.mathematics.vectors.Vector2D>> regionMap, bio.singa.mathematics.vectors.Vector2D vector)Deprecated.static List<Membrane>regionsToMembrane(AutomatonGraph graph)Deprecated.
-
-
-
Constructor Detail
-
MembraneTracer
public MembraneTracer(AutomatonGraph graph)
Deprecated.
-
-
Method Detail
-
getRegion
public static CellRegion getRegion(Map<CellRegion,Set<bio.singa.mathematics.vectors.Vector2D>> regionMap, bio.singa.mathematics.vectors.Vector2D vector)
Deprecated.
-
regionsToMembrane
public static List<Membrane> regionsToMembrane(AutomatonGraph graph)
Deprecated.
-
-