Package ucar.visad

Class TestCurveIntegral

All Implemented Interfaces:
Runnable

public class TestCurveIntegral extends UISkeleton
Tests the VisADMath.curveIntegralOfGradient(visad.SampledSet, double[][][], double[][]) method.
Author:
Steven R. Emmerson
  • Constructor Details

    • TestCurveIntegral

      public TestCurveIntegral()
      Constructs from nothing.
    • TestCurveIntegral

      public TestCurveIntegral(String[] args) throws VisADException, RemoteException
      Constructs from a array of string arguments.
      Parameters:
      args - The arguments.
      Throws:
      VisADException - if a core VisAD failure occurs.
      RemoteException - if a Java RMI failure occurs.
  • Method Details

    • toString

      public String toString()
      Returns a string representation of this instance. This implementation returns a string of dubious value.
      Overrides:
      toString in class TestSkeleton
      Returns:
      a string representation of this instance.
    • main

      public static void main(String[] args) throws VisADException, RemoteException
      Tests this class.
      Parameters:
      args - The invocation arguments.
      Throws:
      VisADException - if a core VisAD failure occurs.
      RemoteException - if a Java RMI failure occurs.