#include <linear.h>
Public Member Functions | |
LinearPixelSampler (int xstart, int xend, int ystart, int yend) | |
virtual | ~LinearPixelSampler () |
virtual u_int | GetTotalPixels () |
virtual bool | GetNextPixel (int &xPos, int &yPos, u_int *use_pos) |
Private Attributes | |
u_int | TotalPx |
vector< PxLoc > | Pxa |
Definition at line 32 of file linear.h.
Definition at line 30 of file linear.cpp.
References Pxa, TotalPx, lux::PxLoc::x, and lux::PxLoc::y.
virtual lux::LinearPixelSampler::~LinearPixelSampler | ( | ) | [inline, virtual] |
Implements lux::PixelSampler.
Definition at line 57 of file linear.cpp.
u_int LinearPixelSampler::GetTotalPixels | ( | ) | [virtual] |
vector<PxLoc> lux::LinearPixelSampler::Pxa [private] |
Definition at line 46 of file linear.h.
Referenced by GetNextPixel(), and LinearPixelSampler().
u_int lux::LinearPixelSampler::TotalPx [private] |
Definition at line 44 of file linear.h.
Referenced by GetNextPixel(), GetTotalPixels(), and LinearPixelSampler().