Documentation of 'visad.SimpleSetIface' Java class
SimpleSetIface
visad

Interface SimpleSetIface

    • Method Detail

      • valueToInterp

        void valueToInterp(float[][] values,
                           int[][] indices,
                           float[][] weights)
                    throws VisADException
        Returns the interpolation parameters for an array of points.
        Parameters:
        values - An array of points. value[i][j] is the i-th coordinate of the j-th points.
        indices - Indices of the neighboring samples in the set. If the j-th points lies within the set, then returned element [i][j] is the index of the i-th neighboring sample in the set; otherwise, returned array [j] is null.
        weights - Weights for interpolating the neighboring samples in the set. If the j-th points lies within the set, then returned element [i][j] is the weight of the i-th neighboring sample in the set; otherwise, returned array [j] is null.
        Throws:
        VisADException - VisAD failure.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.