TABLE_DELAUNAY is an executable C++ program, using double precision arithmetic, which computes the Delaunay triangulation of a set of points in the plane.
Specifically, TABLE_DELAUNAY reads a data file in real TABLE file format, containing the point coordinates, computes the Delaunay triangulation, writes out another file (in integer TABLE file format) containing the indices of the points that form each triangle, and also creates an Encapsulated PostScript file containing an image of the triangulation.
DELAUNAY_LMAP_2D is an executable FORTRAN90 program that computes the Delaunay triangulation of points in the plane under a linear mapping.
GEOMPACK is a C++ library written by Barry Joe, containing the routines used for computing the Delaunay triangulation.
STRIPACK is a FORTRAN90 library which computes the Delaunay triangulation or Voronoi diagram of points on a sphere.
TABLE is a file format used for the input to this program.
TABLE_BARPLOT_PPMA is an executable FORTRAN90 program which reads a table file and creates a PPMA bargraph of the data.
TABLE_BORDER is an executable FORTRAN90 program which can be used to add a border (of zero values) to a table file.
TABLE_COLUMNS is an executable FORTRAN90 program which can extract specific columns of data from a table file.
TABLE_DELAUNAY is also available in a FORTRAN90 version.
TABLE_DIAPHONY is an executable FORTRAN90 program which computes the diaphony of a set of points stored in a table file.
TABLE_HISTOGRAM is an executable FORTRAN90 program which can make a histogram of a set of points stored in a table file.
TABLE_IO is a C++ library which supplies the routines used to read the TABLE file.
TABLE_LATINIZE is a FORTRAN90 program that reads a file of points and creates a "latinized" version by adjusting the data.
TABLE_MERGE is a FORTRAN90 program that reads a file of points, and removes duplicates, and points that are close to each other.
TABLE_ORTHONORMALIZE is a FORTRAN90 program that reads a file of points and orthonormalizes the columns.
TABLE_QUALITY is a C++ program that reads a file of points and computes the quality of dispersion.
TABLE_READ is a MATLAB script that can read in a TABLE file.
TABLE_RECORD_MATCH is an executable FORTRAN90 program that can be used to find close records in a table file.
TABLE_SCALE is an executable FORTRAN90 program that can be used to multiply the entries of a table file by a scale vector.
TABLE_SHIFT is an executable FORTRAN90 program that can be used to shift the entries of a table file by a shift vector.
TABLE_STATS is an executable FORTRAN90 program that can read a table file and compute certain statistics.
TABLE_TET_MESH is an executable FORTRAN90 program that can read a table file of 3D data, and compute a tetrahedral mesh.
TABLE_TOP is an executable FORTRAN90 program that can read a table file of M-dimensional data and make a table of plots of all pairs of coordinates.
TABLE_UNBORDER is an executable FORTRAN90 program that can be used to remove the border from a table file.
TABLE_UNIFORM_NOISE is an executable FORTRAN90 program that can be used to add a uniform noise term to the data in a table file.
TABLE_VORONOI is an executable FORTRAN90 program than can be used to compute information about the Voronoi diagram of the points.
TRIANGULATION_DISPLAY_OPEN_GL is an executable C++ program which reads files defining a triangulation and displays an image using Open GL.
TRIANGULATION_L2Q is an executable C++ program which can be used to convert the triangulation from three-node triangles to six-node triangles.
TRIANGULATION_PLOT is an executable C++ program which may be used to visualize the triangulation.
TRIANGULATION_REFINE is an executable C++ program which refines a triangulation.
TRIPACK is a FORTRAN90 library which computes the Delaunay triangulation of points in the plane.
You can go up one level to the C++ source codes.