public class IndividualFilesProjectionDataSink extends BufferedProjectionSink
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
Float32Bit |
static java.lang.String |
SignedShort |
static java.lang.String |
UnsignedShort |
Constructor and Description |
---|
IndividualFilesProjectionDataSink() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
configure()
Configures the object before execution
|
void |
configured() |
java.lang.String |
getBibtexCitation()
Returns the citation in bibTex format
|
java.lang.String |
getDirectory() |
java.lang.String |
getFormat() |
int |
getHeight() |
java.lang.String |
getMedlineCitation()
Returns the citation in Medline format
|
java.lang.String |
getName() |
java.lang.String |
getPrefix() |
Grid3D |
getResult() |
int |
getWidth() |
boolean |
isLittleEndian() |
void |
process(Grid2D projection,
int projectionNumber) |
void |
setConfiguration(Configuration config) |
void |
setDirectory(java.lang.String directory) |
void |
setFormat(java.lang.String format) |
void |
setHeight(int height) |
void |
setLittleEndian(boolean littleEndian) |
void |
setPrefix(java.lang.String prefix) |
void |
setWidth(int width) |
java.lang.String |
toString() |
adjustViewRange, getProjectionDataSinks, getProjectionVolume, isConfigured, prepareForSerialization, setShowStatus
public static final java.lang.String UnsignedShort
public static final java.lang.String SignedShort
public static final java.lang.String Float32Bit
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 void setConfiguration(Configuration config)
setConfiguration
in class BufferedProjectionSink
public java.lang.String toString()
toString
in class BufferedProjectionSink
public void configure() throws java.lang.Exception
GUIConfigurable
java.lang.Exception
- may happenpublic void configured()
public java.lang.String getBibtexCitation()
Citeable
public java.lang.String getMedlineCitation()
Citeable
public void close()
public java.lang.String getDirectory()
public void setDirectory(java.lang.String directory)
directory
- the directory to setpublic java.lang.String getPrefix()
public void setPrefix(java.lang.String prefix)
prefix
- the prefix to setpublic java.lang.String getFormat()
public void setFormat(java.lang.String format)
format
- the format to setpublic int getWidth()
public void setWidth(int width)
width
- the width to setpublic int getHeight()
public void setHeight(int height)
height
- the height to setpublic boolean isLittleEndian()
public void setLittleEndian(boolean littleEndian)
littleEndian
- the littleEndian to set