Inherited by org.miv.jism.core.JismImage2D.Pixel2D, and org.miv.jism.core.JismImage3D.Voxel.
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. |
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.
int org.miv.jism.core.Pixel.x | ( | ) |
Return abscissa of the pixel.
int org.miv.jism.core.Pixel.y | ( | ) |
Return ordinate of the pixel.
int org.miv.jism.core.Pixel.z | ( | ) |
Return depth of the pixel.
int org.miv.jism.core.Pixel.level | ( | ) |
Return level intensity of the pixel.