Documentation of 'visad.DelaunayClarkson' Java class
DelaunayClarkson
visad

Class DelaunayClarkson

  • All Implemented Interfaces:
    java.io.Serializable


    public class DelaunayClarkson
    extends Delaunay
    DelaunayClarkson represents an O(N*logN) method with high overhead to find the Delaunay triangulation of a set of samples of R^DomainDimension.

    See Also:
    Serialized Form
    • Constructor Detail

      • DelaunayClarkson

        public DelaunayClarkson(float[][] samples)
                         throws VisADException
        construct a Delaunay triangulation of the points in the samples array using Clarkson's algorithm
        Parameters:
        samples - locations of points for topology - dimensioned float[dimension][number_of_points]
        Throws:
        VisADException - a VisAD error occurred

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.