Package org.anchoranalysis.spatial.point
Class Contour
Object
Contour
A path of successively-neighbored points.
- Author:
- Owen Feehan
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Contourpublic Contour()
 
- 
- 
Method Details- 
pointsDiscreteAll the points in the contour, converted intoPoint3i.- Returns:
- a newly created list with integer versions of all points.
 
- 
getPointsAn ordered list of points in the contour.
 
-