TuttleOFX  1
gil_all.hpp
Go 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 
00016 ////////////////////////////////////////////////////////////////////////////////////////
00017 /// \file               
00018 /// \brief  Includes all GIL files for convenience
00019 /// \author Lubomir Bourdev and Hailin Jin \n
00020 ///         Adobe Systems Incorporated
00021 ///
00022 ///
00023 ////////////////////////////////////////////////////////////////////////////////////////
00024 
00025 #include <boost/gil/gil_config.hpp>
00026 #include <boost/gil/channel_algorithm.hpp>
00027 #include <boost/gil/algorithm.hpp>
00028 #include <boost/gil/pixel.hpp>
00029 #include <boost/gil/packed_pixel.hpp>
00030 #include <boost/gil/planar_pixel_reference.hpp>
00031 #include <boost/gil/planar_pixel_iterator.hpp>
00032 #include <boost/gil/pixel_iterator_adaptor.hpp>
00033 #include <boost/gil/step_iterator.hpp>
00034 #include <boost/gil/iterator_from_2d.hpp>
00035 #include <boost/gil/image.hpp>
00036 #include <boost/gil/image_view_factory.hpp>
00037 #include <boost/gil/typedefs.hpp>
00038 #include <boost/gil/metafunctions.hpp>
00039 #include <boost/gil/color_convert.hpp>
00040 #include <boost/gil/device_n.hpp>
00041 #include <boost/gil/virtual_locator.hpp>
00042 #include <boost/gil/bit_aligned_pixel_iterator.hpp>
00043 
00044 #endif