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 voidIOParsers. exportCHTsin(DelaunayTriangulation dto, String tsinFile)static voidIOParsers. exportTsin(DelaunayTriangulation dto, File tsinFile)static voidIOParsers. exportTsin(DelaunayTriangulation dto, OutputStream os)static voidIOParsers. exportTsin(DelaunayTriangulation dto, Writer writer)static voidIOParsers. 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. 
 -