public class BFVirtualStack extends VirtualStack
| Modifier and Type | Field and Description |
|---|---|
protected Cache |
cache |
protected String |
id |
protected ImageProcessorReader |
reader |
| Constructor and Description |
|---|
BFVirtualStack(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,
String path,
int series) |
List<loci.plugins.util.RecordedImageProcessor.MethodEntry> |
getMethodStack() |
String |
getPath() |
ImageProcessor |
getProcessor(int n) |
ImageProcessorReader |
getReader() |
RecordedImageProcessor |
getRecordedProcessor() |
int |
getSize() |
int |
getWidth() |
protected static int |
getWidth(IFormatReader r,
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 String id
protected Cache cache
public BFVirtualStack(String path, IFormatReader r, boolean colorize, boolean merge, boolean record) throws FormatException, IOException, CacheException
FormatExceptionIOExceptionCacheExceptionprotected static int getWidth(IFormatReader r, String path, int series) throws FormatException, IOException
FormatExceptionIOExceptionprotected static int getHeight(IFormatReader r, String path, int series) throws FormatException, IOException
FormatExceptionIOExceptionpublic String getPath()
public ImageProcessorReader getReader()
public Cache getCache()
public RecordedImageProcessor getRecordedProcessor()
public 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