Uses of Class
org.tinfour.common.TriangleCount
-
Packages that use TriangleCount Package Description org.tinfour.common Provides classes and interfaces that are common to multiple packages within the TinFour project.org.tinfour.semivirtual Provides classes and interfaces for creating a Triangulated Irregular Network (TIN) based on the Delaunay Triangulation specification and using a semi-virtual representation of edges to reduce memory requirements.org.tinfour.standard Provides classes and interfaces for creating a Triangulated Irregular Network (TIN) based on the Delaunay Triangulation specification. -
-
Uses of TriangleCount in org.tinfour.common
Methods in org.tinfour.common that return TriangleCount Modifier and Type Method Description TriangleCountIIncrementalTin. countTriangles()Performs a survey of the TIN to gather statistics about the triangles formed during its construction. -
Uses of TriangleCount in org.tinfour.semivirtual
Methods in org.tinfour.semivirtual that return TriangleCount Modifier and Type Method Description TriangleCountSemiVirtualIncrementalTin. countTriangles()Performs a survey of the TIN to gather statistics about the triangle formed during its construction. -
Uses of TriangleCount in org.tinfour.standard
Methods in org.tinfour.standard that return TriangleCount Modifier and Type Method Description TriangleCountIncrementalTin. countTriangles()Performs a survey of the TIN to gather statistics about the triangle formed during its construction.
-