Public Member Functions | |
boolean | eof () |
End of file method. | |
void | read (int[] pdata) throws java.io.IOException |
Read a pixel data. | |
void | close () |
Close the reader. | |
int | getWidth () |
Width of the read image. | |
int | getHeight () |
Height of the read image. | |
int | getDepth () |
Depth of the read image. |
boolean org.miv.jism.tools.reader.JismReader.eof | ( | ) |
End of file method.
Implemented in org.miv.jism.tools.reader.AnalyseReader.
void org.miv.jism.tools.reader.JismReader.read | ( | int[] | pdata | ) | throws java.io.IOException |
Read a pixel data.
pdata will contain pixel coordinates and intensity.
pdata | pixel data |
Implemented in org.miv.jism.tools.reader.AnalyseReader.
int org.miv.jism.tools.reader.JismReader.getWidth | ( | ) |
Width of the read image.
Implemented in org.miv.jism.tools.reader.AnalyseReader.
int org.miv.jism.tools.reader.JismReader.getHeight | ( | ) |
Height of the read image.
Implemented in org.miv.jism.tools.reader.AnalyseReader.
int org.miv.jism.tools.reader.JismReader.getDepth | ( | ) |
Depth of the read image.
Implemented in org.miv.jism.tools.reader.AnalyseReader.