public interface ProjectionSource
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentProjectionNumber()
Returns the current projection number
|
Grid2D |
getNextProjection()
Returns the next projection.
|
void |
getNextProjection(IndividualImagePipelineFilteringTool tool)
Writes the next projection into an IndividualImagePipelineFiltering tool, i.e.
|
void |
initStream(java.lang.String filename)
Initializes the the ProjectionSource.
|
void initStream(java.lang.String filename)
throws java.io.IOException
filename - the name of the file to readjava.io.IOException - may happenvoid getNextProjection(IndividualImagePipelineFilteringTool tool)
tool - the tool to write toint getCurrentProjectionNumber()
getNextProjection(),
getNextProjection(IndividualImagePipelineFilteringTool tool)Grid2D getNextProjection()
getCurrentProjectionNumber(),
getNextProjection(IndividualImagePipelineFilteringTool tool)