Uses of Class
il.ac.idc.jdt.DelaunayTriangulation
Packages that use DelaunayTriangulation
- 
Uses of DelaunayTriangulation in il.ac.idc.jdt
Methods in il.ac.idc.jdt with parameters of type DelaunayTriangulationModifier and TypeMethodDescriptionstatic 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 DelaunayTriangulationModifierConstructorDescriptionGridIndex(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.