ij3d.image3d
Class IntImage3D.MeanThread

java.lang.Object
  extended by ij3d.image3d.IntImage3D.MeanThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
IntImage3D

public class IntImage3D.MeanThread
extends java.lang.Object
implements java.lang.Runnable

Description of the Class

Author:
thomas

Constructor Summary
IntImage3D.MeanThread(int x, int y, int z, int a, int b, IntImage3D ori, IntImage3D re)
          Constructor for the test object
 
Method Summary
 void run()
          Main processing method for the test object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntImage3D.MeanThread

public IntImage3D.MeanThread(int x,
                             int y,
                             int z,
                             int a,
                             int b,
                             IntImage3D ori,
                             IntImage3D re)
Constructor for the test object

Parameters:
re - Description of the Parameter
ori - Description of the Parameter
x - Description of the Parameter
y - Description of the Parameter
z - Description of the Parameter
a - Description of the Parameter
b - Description of the Parameter
Method Detail

run

public void run()
Main processing method for the test object

Specified by:
run in interface java.lang.Runnable