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, trim
addUnsignedShortSlice, getColorModel, getRoi, getShortSliceLabel, getSliceLabels, getVoxel, isHSB, isRGB, setColorModel, setRoi, setVoxel, toString, update
protected 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
FormatException
java.io.IOException
CacheException
protected static int getWidth(IFormatReader r, java.lang.String path, int series) throws FormatException, java.io.IOException
FormatException
java.io.IOException
protected static int getHeight(IFormatReader r, java.lang.String path, int series) throws FormatException, java.io.IOException
FormatException
java.io.IOException
public 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 VirtualStack
public int getWidth()
getWidth
in class ImageStack
public int getHeight()
getHeight
in class ImageStack
public int getSize()
getSize
in class VirtualStack
Copyright © 2014 Open Microscopy Environment