Class SharedStateSelectedSlice
Object
org.anchoranalysis.plugin.image.task.stack.SharedStateSelectedSlice
public class SharedStateSelectedSlice extends Object
Shared state for writing selected slice information to a CSV file.
-
Constructor Summary
Constructors Constructor Description SharedStateSelectedSlice(org.anchoranalysis.io.output.outputter.Outputter baseOutputter)Creates a new instance of SharedStateSelectedSlice. -
Method Summary
-
Constructor Details
-
SharedStateSelectedSlice
public SharedStateSelectedSlice(org.anchoranalysis.io.output.outputter.Outputter baseOutputter) throws org.anchoranalysis.core.exception.CreateExceptionCreates a new instance of SharedStateSelectedSlice.- Parameters:
baseOutputter- the base outputter for creating the CSV writer- Throws:
org.anchoranalysis.core.exception.CreateException- if there's an error creating the CSV writer
-
-
Method Details