#include <sampling.h>
Public Member Functions | |
| PixelSampler () | |
| virtual | ~PixelSampler () |
| virtual u_int | GetTotalPixels ()=0 |
| virtual bool | GetNextPixel (int &xPos, int &yPos, u_int *use_pos)=0 |
Public Attributes | |
| bool | renderingDone |
Definition at line 175 of file sampling.h.
| lux::PixelSampler::PixelSampler | ( | ) | [inline] |
Definition at line 177 of file sampling.h.
| virtual lux::PixelSampler::~PixelSampler | ( | ) | [inline, virtual] |
Definition at line 178 of file sampling.h.
| virtual bool lux::PixelSampler::GetNextPixel | ( | int & | xPos, | |
| int & | yPos, | |||
| u_int * | use_pos | |||
| ) | [pure virtual] |
| virtual u_int lux::PixelSampler::GetTotalPixels | ( | ) | [pure virtual] |
Definition at line 185 of file sampling.h.
Referenced by lux::RandomSampler::GetNextSample(), lux::LDSampler::GetNextSample(), and lux::HaltonSampler::GetNextSample().
1.5.9