jpiv2
Class ThirdComponentReconstruction

java.lang.Object
  extended by java.lang.Thread
      extended by jpiv2.ThirdComponentReconstruction
All Implemented Interfaces:
java.lang.Runnable

public class ThirdComponentReconstruction
extends java.lang.Thread

Reconstruction of the third velocity component from a stack of 2d measurements under the assumption of mass-conservation.


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ThirdComponentReconstruction(JPiv jpiv)
          Creates a new instance of ThirdComponentReconstruction
 
Method Summary
 void run()
          Overrides run() in java.lang.Thread.
 
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, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThirdComponentReconstruction

public ThirdComponentReconstruction(JPiv jpiv)
Creates a new instance of ThirdComponentReconstruction

Parameters:
jpiv - An instance of a jpiv2.JPiv object.
Method Detail

run

public void run()
Overrides run() in java.lang.Thread. Never call run() directly. Use jpiv2.ThirdComponentReconstruction.start(), inherited from java.lang.Thread to start an instance of ThirdComponentReconstruction as a new thread.

Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread