gil_all.hppGo to the documentation of this file.00001 /* 00002 Copyright 2005-2007 Adobe Systems Incorporated 00003 00004 Use, modification and distribution are subject to the Boost Software License, 00005 Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 00006 http://www.boost.org/LICENSE_1_0.txt). 00007 00008 See http://opensource.adobe.com/gil for most recent version including documentation. 00009 */ 00010 00011 /*************************************************************************************************/ 00012 00013 #ifndef GIL_ALL_HPP 00014 #define GIL_ALL_HPP 00015 00024 00025 #include "gil_config.hpp" 00026 #include "channel_algorithm.hpp" 00027 #include "algorithm.hpp" 00028 #include "pixel.hpp" 00029 #include "packed_pixel.hpp" 00030 #include "planar_pixel_reference.hpp" 00031 #include "planar_pixel_iterator.hpp" 00032 #include "pixel_iterator_adaptor.hpp" 00033 #include "step_iterator.hpp" 00034 #include "iterator_from_2d.hpp" 00035 #include "image.hpp" 00036 #include "image_view_factory.hpp" 00037 #include "typedefs.hpp" 00038 #include "metafunctions.hpp" 00039 #include "color_convert.hpp" 00040 #include "device_n.hpp" 00041 #include "virtual_locator.hpp" 00042 #include "bit_aligned_pixel_iterator.hpp" 00043 // Uncomment this line to help in porting your code from an older version of GIL 00044 //#include "deprecated.hpp" 00045 00046 #endif Generated on Sat May 2 13:50:13 2009 for Generic Image Library by 1.5.6 |