Uses of Class
org.tinfour.utils.alphashape.AlphaPart
-
Packages that use AlphaPart Package Description org.tinfour.utils.alphashape Supports of the creation of alpha shapes from the Delaunay triangulation. -
-
Uses of AlphaPart in org.tinfour.utils.alphashape
Methods in org.tinfour.utils.alphashape that return AlphaPart Modifier and Type Method Description AlphaPartAlphaPart. getParent()Gets the alpha part that contains this instance (if any).Methods in org.tinfour.utils.alphashape that return types with arguments of type AlphaPart Modifier and Type Method Description List<AlphaPart>AlphaShape. getAlphaParts()Gets a list of the components of the alpha-shape.List<AlphaPart>AlphaPart. getChildren()Gets a list of any child (embedded) alpha part components.
-