ucar.visad
Class TestCurveIntegral
java.lang.Object
java.lang.Thread
ucar.visad.TestSkeleton
ucar.visad.UISkeleton
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
|
Method Summary |
static void |
main(String[] args)
Tests this class. |
String |
toString()
Returns a string representation of this instance. |
| 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 |
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.
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.