outputs.h
Go to the documentation of this file.00001 /**<!--------------------------------------------------------------------> 00002 @file outputs.h 00003 @author Travis Fischer (fisch0920@gmail.com) 00004 @author Matthew Jacobs (jacobs.mh@gmail.com) 00005 @date Fall 2008 00006 00007 @brief 00008 Convenience header which includes all public render output headers 00009 <!-------------------------------------------------------------------->**/ 00010 00011 #ifndef RENDER_OUTPUTS_H_ 00012 #define RENDER_OUTPUTS_H_ 00013 00014 // concrete RenderOutput implementations 00015 #include <renderers/outputs/DefaultRenderOutput.h> 00016 #include <renderers/outputs/FileRenderOutput.h> 00017 #include <renderers/outputs/NaiveRenderOutput.h> 00018 #include <renderers/outputs/ReconstructionRenderOutput.h> 00019 00020 #endif // RENDER_OUTPUTS_H_ 00021
Generated on 28 Feb 2009 for Milton by
1.5.6