|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object visad.Delaunay visad.DelaunayOverlap
public class DelaunayOverlap
DelaunayOverlap quickly constructs a triangulation of a series of partially overlapping two-dimensional gridded sets.
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.
Field Summary |
---|
Fields inherited from class visad.Delaunay |
---|
Edges, NumEdges, Tri, Vertices, Walk |
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] argv)
run 'java visad.DelaunayOverlap' to test the DelaunayOverlap class |
Methods inherited from class visad.Delaunay |
---|
factory, finish_triang, getNonConvex, improve, perturb, sampleString, scale, setNonConvex, test, test, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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 grid
VisADException
- a VisAD error occurredMethod Detail |
---|
public static void main(java.lang.String[] argv) throws VisADException
argv
- command line arguments
VisADException
- a VisAD error occurred
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |