Package org.anchoranalysis.image.io.stack.output.generator
Base classes for generators that ultimately write a
Stack to the filesystem.-
Class Summary Class Description DisplayStackGenerator Writes a display-stack to the filesystem.FlattenStackGenerator Like aStackGeneratorbut first applies a maximum-intensity-projection.GeneratorOutputter Settings and methods for writing to the filesystem from a generator.RasterGenerator<T> Transforms an entity to aStackand writes it to the file-system.RasterGeneratorBridge<T,V> Allows us to call anRasterGenerator<S>as if it was anRasterGenerator<T>using an function to connect the two.RasterGeneratorDelegateToDisplayStack<T> Delegates aRasterGeneratorSelectFormatto aSingleFileTypeGenerator<T, DisplayStack>.RasterGeneratorDelegateToRaster<S,T> Uses a delegate raster-generator and optionally applies a conversions before callingRasterGeneratorDelegateToRaster.transform(T).RasterGeneratorSelectFormat<T> ARasterGeneratorthat selects an appropriate output-format based upon each generated image.StackGenerator Writes a stack to the filesystem.