Package visad

Class Summary
Delaunay Delaunay represents an abstract class for calculating an N-dimensional Delaunay triangulation, that can be extended to allow for various triangulation algorithms.
DelaunayClarkson DelaunayClarkson represents an O(N*logN) method with high overhead to find the Delaunay triangulation of a set of samples of R^DomainDimension.
DelaunayFast DelaunayFast is a method of finding an imperfect triangulation or tetrahedralization of a set of samples of R^2 or R^3.
DelaunayOverlap DelaunayOverlap quickly constructs a triangulation of a series of partially overlapping two-dimensional gridded sets.
DelaunayWatson DelaunayWatson represents an O(N^2) method with low overhead to find the Delaunay triangulation or tetrahedralization of a set of samples of R^2 or R^3.
Set  
 

Exception Summary
SetException SetException is an exception for an error with a VisAD sampling.
UnimplementedException UnimplementedException is an exception for a VisAD method not yet implemented.
VisADException VisADException is the superclass of all exceptions defined within the VisAD package.
 



Copyright © 2008. All Rights Reserved.