org.miv.jism.tools.reader.JismReader Interface Reference

Describe an image reader. More...

Inheritance diagram for org.miv.jism.tools.reader.JismReader:

org.miv.jism.tools.reader.AnalyseReader

List of all members.

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.


Detailed Description

Describe an image reader.

Author:
Guilhelm Savin

Member Function Documentation

boolean org.miv.jism.tools.reader.JismReader.eof (  ) 

End of file method.

Returns:
true if there is no pixel anymore

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.

Parameters:
pdata pixel data

Implemented in org.miv.jism.tools.reader.AnalyseReader.

int org.miv.jism.tools.reader.JismReader.getWidth (  ) 

Width of the read image.

Returns:
image width

Implemented in org.miv.jism.tools.reader.AnalyseReader.

int org.miv.jism.tools.reader.JismReader.getHeight (  ) 

Height of the read image.

Returns:
image height

Implemented in org.miv.jism.tools.reader.AnalyseReader.

int org.miv.jism.tools.reader.JismReader.getDepth (  ) 

Depth of the read image.

Returns:
image depth

Implemented in org.miv.jism.tools.reader.AnalyseReader.


The documentation for this interface was generated from the following file:
Generated on Fri Apr 18 10:49:00 2008 for JisM by  doxygen 1.5.3