PointSampleRenderer.h File Reference

#include <renderers/Renderer.h>
#include <renderers/PointSample.h>
#include <QWaitCondition>
#include <QMutexLocker>
#include <QThread>
#include <QMutex>

Go to the source code of this file.

Classes

class  PointSampleRenderer
 Abstraction of renderers which construct their output by point sampling a 2D domain (the film plane). The steps of generating point samples across this domain (SampleGenerator), evaluating the samples (PointSampleRenderer/SampleConsumer), and storing/using the evaluated samples (RenderOutput) have been abstracted from each other. More...

Defines

#define MAX_SHARED_SAMPLES_SIZE   (512)

Functions

 DECLARE_STL_TYPEDEF (std::vector< SampleConsumer * >, SampleConsumerList)


Define Documentation

#define MAX_SHARED_SAMPLES_SIZE   (512)

Definition at line 26 of file PointSampleRenderer.h.


Function Documentation

DECLARE_STL_TYPEDEF ( std::vector< SampleConsumer * >  ,
SampleConsumerList   
)


Generated on 28 Feb 2009 for Milton by doxygen 1.5.6