org.miv.jism.core.Pixel Interface Reference

Describe a pixel of a JismContext. More...

Inherited by org.miv.jism.core.JismImage2D.Pixel2D, and org.miv.jism.core.JismImage3D.Voxel.

List of all members.

Public Member Functions

int x ()
 Return abscissa of the pixel.
int y ()
 Return ordinate of the pixel.
int z ()
 Return depth of the pixel.
int level ()
 Return level intensity of the pixel.


Detailed Description

Describe a pixel of a JismContext.

Implementation of a pixel depends of the context. A 2D context only need to use two coordinates attributes whereas a 3D needs three... So this interface allows contexts to have their own optimized implementation of a pixel.

Author:
Guilhelm Savin
See also:
org.miv.jism.core.JismContext

Member Function Documentation

int org.miv.jism.core.Pixel.x (  ) 

Return abscissa of the pixel.

Returns:
abscissa

int org.miv.jism.core.Pixel.y (  ) 

Return ordinate of the pixel.

Returns:
ordinate

int org.miv.jism.core.Pixel.z (  ) 

Return depth of the pixel.

Returns:
depth

int org.miv.jism.core.Pixel.level (  ) 

Return level intensity of the pixel.

Returns:
intensity


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