DefaultRenderOutput.h

Go to the documentation of this file.
00001 /**<!-------------------------------------------------------------------->
00002    @class  DefaultRenderOutput
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 #ifndef DEFAULT_RENDER_OUTPUT_H_
00013 #define DEFAULT_RENDER_OUTPUT_H_
00014 
00015 #include <renderers/outputs/ReconstructionRenderOutput.h>
00016 
00017 class DefaultRenderOutput : public ReconstructionRenderOutput {
00018    
00019    public:
00020       ///@name Constructors
00021       //@{-----------------------------------------------------------------
00022       
00023       DefaultRenderOutput(Image *output = NULL);
00024       
00025       virtual ~DefaultRenderOutput()
00026       { }
00027 };
00028 
00029 #endif // DEFAULT_RENDER_OUTPUT_H_
00030 

Generated on 28 Feb 2009 for Milton by doxygen 1.5.6