Class RasterGenerator<T>

Object
org.anchoranalysis.image.io.stack.output.generator.RasterGenerator<T>
Type Parameters:
T - the type of entity that is transformed to a Stack
All Implemented Interfaces:
Generator<T>, TransformingGenerator<T,​Stack>, ElementWriter<T>
Direct Known Subclasses:
RasterGeneratorSelectFormat

public abstract class RasterGenerator<T>
extends Object
implements TransformingGenerator<T,​Stack>
Transforms an entity to a Stack and writes it to the file-system.
Author:
Owen Feehan