public class DelaunayOverlap extends Delaunay
Grids should be aligned so that they overlap in a roughly vertical column (i.e., as samples[*][1] increases or decreases, the grid number increases or decreases respectively). DelaunayOverlap does not handle grids which overlap across a horizontal row.
Constructor and Description |
---|
DelaunayOverlap(float[][] samples,
int lenx,
int leny)
Construct a Delaunay triangulation of the points in the
samples array, which are a sequence of 2-D grids of size
lenx * leny, and which may overlap with each other.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] argv)
run 'java visad.DelaunayOverlap' to test the DelaunayOverlap class
|
clone, factory, finish_triang, getNonConvex, improve, perturb, sampleString, scale, setNonConvex, test, test, toString
public DelaunayOverlap(float[][] samples, int lenx, int leny) throws VisADException
samples
- locations of points for topology - dimensioned
float[dimension][number_of_points]lenx
- x size of scan gridleny
- y size of scan gridVisADException
- a VisAD error occurredpublic static void main(String[] argv) throws VisADException
argv
- command line argumentsVisADException
- a VisAD error occurredCopyright © 1996–2023 The SSEC Visualization Project. All rights reserved.