ucar.visad
Class TestCurveIntegral

java.lang.Object
  extended by java.lang.Thread
      extended by ucar.visad.TestSkeleton
          extended by ucar.visad.UISkeleton
              extended by ucar.visad.TestCurveIntegral
All Implemented Interfaces:
Runnable

public class TestCurveIntegral
extends UISkeleton

Tests the VisADMath.curveIntegralOfGradient(visad.SampledSet, double[][][], double[][]) method.

Author:
Steven R. Emmerson

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
TestCurveIntegral()
          Constructs from nothing.
TestCurveIntegral(String[] args)
          Constructs from a array of string arguments.
 
Method Summary
static void main(String[] args)
          Tests this class.
 String toString()
          Returns a string representation of this instance.
 
Methods inherited from class ucar.visad.TestSkeleton
processArgs, startThreads
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 Detail

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.