| Package | Description |
|---|---|
| de.unihalle.informatik.MiToBo.apps.cellMorphology.paceQuant.datatypes |
| Modifier and Type | Field and Description |
|---|---|
private CellCoordinate |
Cell.center |
private CellCoordinate |
CellGraphNode.coordinate |
| Modifier and Type | Field and Description |
|---|---|
private List<CellCoordinate> |
Cell.perimeter |
| Modifier and Type | Method and Description |
|---|---|
private CellCoordinate |
Cell.calculateCenter() |
CellCoordinate |
CellInterface.getCenter() |
CellCoordinate |
Cell.getCenter() |
CellCoordinate |
CellGraphNode.getCoordinate() |
| Modifier and Type | Method and Description |
|---|---|
List<CellCoordinate> |
CellInterface.getPerimeter() |
List<CellCoordinate> |
Cell.getPerimeter() |
List<CellCoordinate> |
Cell.getPerimeterNodes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CellCoordinate.compare(CellCoordinate c) |
double |
CellCoordinate.distance(CellCoordinate c) |
| Constructor and Description |
|---|
CellGraphNode(int id,
CellCoordinate c) |
CellGraphNode(int id,
Junction j,
CellCoordinate c) |
Copyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.