PointSampleRenderer.cpp File Reference

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...

#include "PointSampleRenderer.h"
#include "RenderOutput.h"
#include <generators.h>
#include <QtCore>

Go to the source code of this file.


Detailed Description

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.

Author:
Travis Fischer (fisch0920@gmail.com)

Matthew Jacobs (jacobs.mh@gmail.com)

Date:
Fall 2008

Definition in file PointSampleRenderer.cpp.


Generated on 28 Feb 2009 for Milton by doxygen 1.5.6