Uses of Class
il.ac.idc.jdt.DelaunayTriangulation
-
Packages that use DelaunayTriangulation Package Description il.ac.idc.jdt -
-
Uses of DelaunayTriangulation in il.ac.idc.jdt
Methods in il.ac.idc.jdt with parameters of type DelaunayTriangulation Modifier and Type Method Description static void
IOParsers. exportCHTsin(DelaunayTriangulation dto, String tsinFile)
static void
IOParsers. exportTsin(DelaunayTriangulation dto, File tsinFile)
static void
IOParsers. exportTsin(DelaunayTriangulation dto, OutputStream os)
static void
IOParsers. exportTsin(DelaunayTriangulation dto, Writer writer)
static void
IOParsers. exportTsin(DelaunayTriangulation dto, String tsinFile)
Constructors in il.ac.idc.jdt with parameters of type DelaunayTriangulation Constructor Description GridIndex(DelaunayTriangulation delaunay, int xCellCount, int yCellCount)
Constructs a grid index holding the triangles of a delaunay triangulation.GridIndex(DelaunayTriangulation delaunay, int xCellCount, int yCellCount, BoundingBox region)
Constructs a grid index holding the triangles of a delaunay triangulation.
-