DefaultRenderOutput.cpp

Go to the documentation of this file.
00001 /**<!-------------------------------------------------------------------->
00002    @file   DefaultRenderOutput.cpp
00003    @author Travis Fischer (fisch0920@gmail.com)
00004    @author Matthew Jacobs (jacobs.mh@gmail.com)
00005    @date   Fall 2008
00006    
00007    @brief
00008       Records point samples from a renderer and reconstructs the underlying 
00009    image, using a default reconstruction reconstruction filter
00010    <!-------------------------------------------------------------------->**/
00011 
00012 #include "DefaultRenderOutput.h"
00013 #include "PointSample.h"
00014 
00015 #include <filters.h>
00016 #include <QtCore>
00017 
00018 DefaultRenderOutput::DefaultRenderOutput(Image *output)
00019    : ReconstructionRenderOutput(output, new LanczosSincFilter(2))
00020 { }
00021 

Generated on 28 Feb 2009 for Milton by doxygen 1.5.6