Package ucar.visad
Class TestCurveIntegral
java.lang.Object
java.lang.Thread
ucar.visad.TestSkeleton
ucar.visad.UISkeleton
ucar.visad.TestCurveIntegral
- All Implemented Interfaces:
Runnable
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.Builder, Thread.State, Thread.UncaughtExceptionHandler
-
Field Summary
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs from nothing.TestCurveIntegral
(String[] args) Constructs from a array of string arguments. -
Method Summary
Methods inherited from class ucar.visad.TestSkeleton
processArgs, startThreads
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, isVirtual, join, join, join, join, ofPlatform, ofVirtual, onSpinWait, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, sleep, start, startVirtualThread, stop, suspend, threadId, yield
-
Constructor Details
-
TestCurveIntegral
public TestCurveIntegral()Constructs from nothing. -
TestCurveIntegral
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
Returns a string representation of this instance. This implementation returns a string of dubious value.- Overrides:
toString
in classTestSkeleton
- Returns:
- a string representation of this instance.
-
main
Tests this class.- Parameters:
args
- The invocation arguments.- Throws:
VisADException
- if a core VisAD failure occurs.RemoteException
- if a Java RMI failure occurs.
-