Package | Description |
---|---|
de.unihalle.informatik.MiToBo.math.graphs |
Modifier and Type | Field and Description |
---|---|
protected DijkstraShortestPixelPathFinder.WeightModel |
DijkstraShortestPixelPathFinder.weightModel
Model for the edge weights.
|
Modifier and Type | Method and Description |
---|---|
static DijkstraShortestPixelPathFinder.WeightModel |
DijkstraShortestPixelPathFinder.WeightModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DijkstraShortestPixelPathFinder.WeightModel[] |
DijkstraShortestPixelPathFinder.WeightModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DijkstraShortestPixelPathFinder.setWeightModel(DijkstraShortestPixelPathFinder.WeightModel w)
Select model for choosing edge weights.
|
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.