public class DicomProjectionSource extends FileProjectionSource
Constructor and Description |
---|
DicomProjectionSource() |
Modifier and Type | Method and Description |
---|---|
void |
initStream(java.io.InputStream inputStream) |
void |
initStream(java.lang.String filename)
Initializes the the ProjectionSource.
|
void |
testProjectionSource() |
close, convertToUnsignedInt, convertToUnsignedShort, getCurrentProjectionNumber, getNextProjection, getNextProjection, getProjectionSources, isShowProgress, openProjectionStream, setShowProgress
public void initStream(java.lang.String filename) throws java.io.IOException
ProjectionSource
filename
- the name of the file to readjava.io.IOException
- may happenpublic void initStream(java.io.InputStream inputStream) throws java.io.IOException
java.io.IOException
public void testProjectionSource()