lux::PixelSampler Class Reference

#include <sampling.h>

Inheritance diagram for lux::PixelSampler:

lux::LinearPixelSampler lux::LowdiscrepancyPixelSampler lux::RandomPixelSampler lux::TilePixelSampler lux::VegasPixelSampler

List of all members.

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


Detailed Description

Definition at line 175 of file sampling.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

virtual bool lux::PixelSampler::GetNextPixel ( int &  xPos,
int &  yPos,
u_int use_pos 
) [pure virtual]

virtual u_int lux::PixelSampler::GetTotalPixels (  )  [pure virtual]


Member Data Documentation


The documentation for this class was generated from the following file:

Generated on Mon May 18 07:15:18 2009 for lux by  doxygen 1.5.7.1