#include <tilepx.h>
Public Member Functions | |
| TilePixelSampler (int xStart, int xEnd, int yStart, int yEnd) | |
| u_int | GetTotalPixels () |
| bool | GetNextPixel (int &xPos, int &yPos, u_int *use_pos) |
Private Attributes | |
| u_int | TotalPx |
| vector< PxLoc > | Pxa |
Definition at line 31 of file tilepx.h.
| TilePixelSampler::TilePixelSampler | ( | int | xStart, | |
| int | xEnd, | |||
| int | yStart, | |||
| int | yEnd | |||
| ) |
Definition at line 29 of file tilepx.cpp.
References Pxa, TILEPX_SIZE, TotalPx, lux::PxLoc::x, and lux::PxLoc::y.
| bool TilePixelSampler::GetNextPixel | ( | int & | xPos, | |
| int & | yPos, | |||
| u_int * | use_pos | |||
| ) | [virtual] |
Implements lux::PixelSampler.
Definition at line 70 of file tilepx.cpp.
| u_int TilePixelSampler::GetTotalPixels | ( | ) | [virtual] |
vector<PxLoc> lux::TilePixelSampler::Pxa [private] |
Definition at line 47 of file tilepx.h.
Referenced by GetNextPixel(), and TilePixelSampler().
u_int lux::TilePixelSampler::TotalPx [private] |
Definition at line 45 of file tilepx.h.
Referenced by GetNextPixel(), GetTotalPixels(), and TilePixelSampler().
1.6.1