|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.rsl.konrad.pipeline.BufferedProjectionSink
edu.stanford.rsl.konrad.io.ImagePlusDataSink
public class ImagePlusDataSink
Class to model an ImagePlus projection source, i.e. stream projections from an instance of ImagePlus.
ImagePlus
,
Serialized FormConstructor Summary | |
---|---|
ImagePlusDataSink()
|
Method Summary | |
---|---|
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()
|
ij.ImagePlus |
getResult()
|
void |
prepareForSerialization()
Sets all data objects in the serialized object to null which do not implement the Serializable interface. |
void |
process(ij.process.ImageProcessor projection,
int projectionNumber)
|
void |
setConfiguration(Configuration config)
|
java.lang.String |
toString()
|
Methods inherited from class edu.stanford.rsl.konrad.pipeline.BufferedProjectionSink |
---|
adjustViewRange, getProjectionDataSinks, getProjectionVolume, isConfigured, setShowStatus |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ImagePlusDataSink()
Method Detail |
---|
public java.lang.String getName()
getName
in interface ProjectionSink
getName
in class BufferedProjectionSink
public ij.ImagePlus getResult()
getResult
in class BufferedProjectionSink
public void process(ij.process.ImageProcessor 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |