Class Depth_Coded_Stack_

java.lang.Object
  extended by Depth_Coded_Stack_
All Implemented Interfaces:
ij.plugin.PlugIn

public class Depth_Coded_Stack_
extends java.lang.Object
implements ij.plugin.PlugIn

This class creates a depth coded stack of arbitrary size. A depth coded stack consists of a number of slices, with all pixels in a slice having the value of the slice number. Thus, the pixel values in a slice represent the position of the slice in the stack. It is meant as a convenience tool for depth-coded rendering of volumes. Copyright (c) 1999-2002, Michael Abramoff. All rights reserved.


Constructor Summary
Depth_Coded_Stack_()
           
 
Method Summary
 void run(java.lang.String arg)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Depth_Coded_Stack_

public Depth_Coded_Stack_()
Method Detail

run

public void run(java.lang.String arg)
Specified by:
run in interface ij.plugin.PlugIn