POINTS_DISPLAY_OPEN_GL is an executable C++ program, using double precision arithmetic, that reads the name of a data file containing a list of 2D point coordinates, reads the data, and displays the points using OPEN_GL.
POINTS_DISPLAY_OPEN_GL also creates an ASCII PPM file of the screen, so that the graphics may be saved for later analysis.
BOX_PLOT is a MATLAB program which can color in specified entries of a checkerboard, corresponding to pairs of integer data.
FLOOD_OPEN_GL is a C program which allows a user to select a region and flood it with color, using OpenGL, by Art Wetzel.
OPEN_GL is used to handle the graphics display.
PLOT_POINTS is an executable FORTRAN90 program which can read a file of point coordinates and make a PostScript image of them.
POINTS_DISPLAY is a MATLAB program which can read a file of coordinates of points, and display an image of the points in a MATLAB graphics window.
POINTS_01_PLOT is a MATLAB program which can read a file of coordinates for points in the unit square, and display an image of the points.
PPMA is the format used for the output files created by POINTS_DISPLAY_OPEN_GL.
TABLE is the format used for the input files to POINTS_DISPLAY_OPEN_GL.
TABLE_BARPLOT_PPMA is an executable FORTRAN90 program which reads a table file and creates a PPMA bargraph of the data.
TABLE_DELAUNAY is an executable FORTRAN90 program which computes the Delaunay triangulation of a set of points.
TABLE_DIAPHONY is an executable FORTRAN90 program which computes the diaphony 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_VORONOI is an executable C++ program which can be used to compute information about the Voronoi diagram of the points.
TRI_MESH_DISPLAY is a MATLAB program which reads data defining a triangular mesh of a 3D surface and displays it.
TRIANGULATION_DISPLAY_OPEN_GL is an executable C++ program which reads files defining a triangulation and displays an image using Open GL.
XY is a data directory which contains some examples of 2D pointsets.
points_display_open_gl lsup_303.xy
You can go up one level to the C++ source codes.