PlugInpublic class ListVirtualStack extends VirtualStack implements PlugIn
| Constructor | Description |
|---|---|
ListVirtualStack() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
deleteSlice(int n) |
Deletes the specified image, were 1<=n<=nslices.
|
int |
getHeight() |
|
ImageProcessor |
getProcessor(int n) |
Returns an ImageProcessor for the specified slice,
were 1<=n<=nslices.
|
int |
getSize() |
Returns the number of images in this stack.
|
String |
getSliceLabel(int n) |
Returns the name of the specified image.
|
int |
getWidth() |
|
void |
run(String arg) |
This method is called when the plugin is loaded.
|
addSlice, addUnsignedShortSlice, convertToFloat, create, crop, drawSphere, duplicate, getColorModel, getRoi, getShortSliceLabel, getSliceLabels, getVoxel, getVoxels, getVoxels, isHSB, isLab, isRGB, setColorModel, setProcessor, setRoi, setVoxel, setVoxels, setVoxels, size, toString, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSlice, addSlice, addSlice, addSlice, deleteLastSlice, getBitDepth, getDirectory, getFileName, getImageArray, getPixels, getProperties, isVirtual, saveChanges, setBitDepth, setPixels, setSliceLabel, sortDicom, trimpublic void run(String arg)
PlugInpublic void deleteSlice(int n)
deleteSlice in class VirtualStackpublic ImageProcessor getProcessor(int n)
getProcessor in class VirtualStackpublic int getSize()
getSize in class VirtualStackpublic String getSliceLabel(int n)
getSliceLabel in class VirtualStackpublic int getWidth()
getWidth in class ImageStackpublic int getHeight()
getHeight in class ImageStack