Uses of Class
org.tinfour.contour.Contour
-
Packages that use Contour Package Description org.tinfour.contour Provides classes in support of contouring from Delaunay Triangulations -
-
Uses of Contour in org.tinfour.contour
Methods in org.tinfour.contour that return types with arguments of type Contour Modifier and Type Method Description List<Contour>ContourBuilderForTin. getContours()Gets a list of the contours that were constructed by this class.Constructors in org.tinfour.contour with parameters of type Contour Constructor Description ContourRegion(Contour contour)Construct a region based on a single, closed-loop contour.
-