public class ImagePlusDataSink extends BufferedProjectionSink
ImagePlus
,
Serialized FormConstructor and Description |
---|
ImagePlusDataSink() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
configure()
Configures the object before execution
|
java.lang.String |
getBibtexCitation()
Returns the citation in bibTex format
|
java.lang.String |
getMedlineCitation()
Returns the citation in Medline format
|
java.lang.String |
getName() |
Grid3D |
getResult() |
void |
prepareForSerialization()
Sets all data objects in the serialized object to null which do not implement the Serializable interface.
|
void |
process(Grid2D projection,
int projectionNumber) |
void |
setConfiguration(Configuration config) |
java.lang.String |
toString() |
adjustViewRange, getProjectionDataSinks, getProjectionVolume, isConfigured, setShowStatus
public java.lang.String getName()
getName
in interface ProjectionSink
getName
in class BufferedProjectionSink
public Grid3D getResult()
getResult
in class BufferedProjectionSink
public void process(Grid2D projection, int projectionNumber) throws java.lang.Exception
process
in interface ProjectionSink
process
in class BufferedProjectionSink
java.lang.Exception
public java.lang.String toString()
toString
in class BufferedProjectionSink
public void configure() throws java.lang.Exception
GUIConfigurable
java.lang.Exception
- may happenpublic java.lang.String getBibtexCitation()
Citeable
public java.lang.String getMedlineCitation()
Citeable
public void prepareForSerialization()
SafeSerializable
prepareForSerialization
in interface SafeSerializable
prepareForSerialization
in class BufferedProjectionSink
public void close() throws java.lang.Exception
java.lang.Exception
public void setConfiguration(Configuration config)
setConfiguration
in class BufferedProjectionSink