public class BFVirtualStack extends VirtualStack
| Modifier and Type | Field and Description |
|---|---|
protected Cache |
cache |
protected java.lang.String |
id |
protected ImageProcessorReader |
reader |
| Constructor and Description |
|---|
BFVirtualStack(java.lang.String path,
IFormatReader r,
boolean colorize,
boolean merge,
boolean record) |
| Modifier and Type | Method and Description |
|---|---|
Cache |
getCache() |
int |
getHeight() |
protected static int |
getHeight(IFormatReader r,
java.lang.String path,
int series) |
java.util.List<loci.plugins.util.RecordedImageProcessor.MethodEntry> |
getMethodStack() |
java.lang.String |
getPath() |
ImageProcessor |
getProcessor(int n) |
ImageProcessorReader |
getReader() |
RecordedImageProcessor |
getRecordedProcessor() |
int |
getSize() |
int |
getWidth() |
protected static int |
getWidth(IFormatReader r,
java.lang.String path,
int series) |
void |
setPlaneIndexes(int[] planeIndexes) |
addSlice, addSlice, addSlice, addSlice, deleteLastSlice, deleteSlice, getBitDepth, getDirectory, getFileName, getImageArray, getPixels, getSliceLabel, isVirtual, saveChanges, setBitDepth, setPixels, setSliceLabel, sortDicom, trimaddUnsignedShortSlice, getColorModel, getRoi, getShortSliceLabel, getSliceLabels, getVoxel, isHSB, isRGB, setColorModel, setRoi, setVoxel, toString, updateprotected ImageProcessorReader reader
protected java.lang.String id
protected Cache cache
public BFVirtualStack(java.lang.String path,
IFormatReader r,
boolean colorize,
boolean merge,
boolean record)
throws FormatException,
java.io.IOException,
CacheException
FormatExceptionjava.io.IOExceptionCacheExceptionprotected static int getWidth(IFormatReader r, java.lang.String path, int series) throws FormatException, java.io.IOException
FormatExceptionjava.io.IOExceptionprotected static int getHeight(IFormatReader r, java.lang.String path, int series) throws FormatException, java.io.IOException
FormatExceptionjava.io.IOExceptionpublic java.lang.String getPath()
public ImageProcessorReader getReader()
public Cache getCache()
public RecordedImageProcessor getRecordedProcessor()
public java.util.List<loci.plugins.util.RecordedImageProcessor.MethodEntry> getMethodStack()
public void setPlaneIndexes(int[] planeIndexes)
public ImageProcessor getProcessor(int n)
getProcessor in class VirtualStackpublic int getWidth()
getWidth in class ImageStackpublic int getHeight()
getHeight in class ImageStackpublic int getSize()
getSize in class VirtualStackCopyright © 2014 Open Microscopy Environment