| Package | Description |
|---|---|
| de.unihalle.informatik.MiToBo.apps.cellMorphology.paceQuant.datatypes |
| Modifier and Type | Field and Description |
|---|---|
private CellGraphNode |
CellGraphEdge.dst |
private CellGraphNode |
CellGraphEdge.src |
| Modifier and Type | Field and Description |
|---|---|
private List<CellGraphNode> |
Cell.perimeterNodes |
| Modifier and Type | Method and Description |
|---|---|
CellGraphNode |
CellGraphEdge.getDst() |
CellGraphNode |
CellGraphEdge.getSrc() |
| Modifier and Type | Method and Description |
|---|---|
void |
CellGraphEdge.setDst(CellGraphNode dst) |
void |
CellGraphEdge.setSrc(CellGraphNode src) |
| Constructor and Description |
|---|
Cell(int id,
List<CellGraphNode> borderNodes,
List<CellGraphEdge> cellEdges) |
Copyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.