filters.h
Go to the documentation of this file.00001 /**<!--------------------------------------------------------------------> 00002 @file filters.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 Filter implementations 00009 <!-------------------------------------------------------------------->**/ 00010 00011 #ifndef FILTERS_H_ 00012 #define FILTERS_H_ 00013 00014 // Filter implementations (approximately in order from worst to best) 00015 // Note -- it's a bit funny that better filters tend to have longer names.. 00016 #include <filters/BoxFilter.h> 00017 #include <filters/TriangleFilter.h> 00018 #include <filters/GaussianFilter.h> 00019 #include <filters/MitchellFilter.h> 00020 #include <filters/LanczosSincFilter.h> 00021 00022 #include <filters/ProgressiveFilterValue.h> 00023 00024 #endif // FILTERS_H_ 00025
Generated on 28 Feb 2009 for Milton by
1.5.6