|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DistanceMap
A shape's distance map holds for every node in the shape the information about the distance from the node to the shape contour.
| Method Summary | |
|---|---|
double |
getAverageDistance()
Get the average distance from each pixel/voxel in the shape to the contour. |
double |
getDistance(Index index)
Get the distance from the specified coordinates to the contour |
java.lang.Object |
getDistanceMap()
|
void |
setDistanceMap(java.lang.Object distancemap)
set the distance map. |
| Method Detail |
|---|
double getDistance(Index index)
index - the index to get the distance to the contour for
void setDistanceMap(java.lang.Object distancemap)
distancemap - the distance map to set.java.lang.Object getDistanceMap()
double getAverageDistance()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||