![]() |
UNIVERS
15.3
UNIVERS base processing software API
|
#include <ZtColoredMatrix.H>
Public Attributes | |
| int | p |
| unsigned | ic_beg |
| unsigned | ic_end |
| double | k |
| float | c |
| float | c_plus |
| float | c_minus |
Item which describes a pixel and it's natural cell.
| float ZtCMPixelItem::c |
cached natural coordinate of the pixel...
| float ZtCMPixelItem::c_plus |
...and coordinates of box around it in {x|y}_prec distance
| unsigned ZtCMPixelItem::ic_beg |
indeces of bounding natural cell coordinates oriented in pixel ascent order (so, ic_beg=i-1, ic_end=i means c(i-1), c(i) are used for fina lcoordinate interpolation for given pixel
| double ZtCMPixelItem::k |
cached coefficient of reverse natural cell size
| int ZtCMPixelItem::p |
pixel coordinate itself
1.8.5