Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-16 09:51:56

0001 //
0002 // Copyright 2005-2007 Adobe Systems Incorporated
0003 //
0004 // Distributed under the Boost Software License, Version 1.0
0005 // See accompanying file LICENSE_1_0.txt or copy at
0006 // http://www.boost.org/LICENSE_1_0.txt
0007 //
0008 #ifndef BOOST_GIL_CONCEPTS_HPP
0009 #define BOOST_GIL_CONCEPTS_HPP
0010 
0011 // TODO: Remove and prefer individual includes from boost/gil/concepts/*.hpp?
0012 
0013 #include <boost/gil/concepts/channel.hpp>
0014 #include <boost/gil/concepts/color.hpp>
0015 #include <boost/gil/concepts/color_base.hpp>
0016 #include <boost/gil/concepts/concept_check.hpp>
0017 #include <boost/gil/concepts/image.hpp>
0018 #include <boost/gil/concepts/image_view.hpp>
0019 #include <boost/gil/concepts/pixel.hpp>
0020 #include <boost/gil/concepts/pixel_based.hpp>
0021 #include <boost/gil/concepts/pixel_dereference.hpp>
0022 #include <boost/gil/concepts/pixel_iterator.hpp>
0023 #include <boost/gil/concepts/pixel_locator.hpp>
0024 #include <boost/gil/concepts/point.hpp>
0025 
0026 #endif