Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:37:01

0001 //
0002 // Copyright 2012 Christian Henning
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_EXTENSION_TOOLBOX_METAFUNCTIONS_HPP
0009 #define BOOST_GIL_EXTENSION_TOOLBOX_METAFUNCTIONS_HPP
0010 
0011 #include <boost/gil/extension/toolbox/metafunctions/channel_type.hpp>
0012 #include <boost/gil/extension/toolbox/metafunctions/channel_view.hpp>
0013 #include <boost/gil/extension/toolbox/metafunctions/get_num_bits.hpp>
0014 #include <boost/gil/extension/toolbox/metafunctions/get_pixel_type.hpp>
0015 #include <boost/gil/extension/toolbox/metafunctions/is_bit_aligned.hpp>
0016 #include <boost/gil/extension/toolbox/metafunctions/is_homogeneous.hpp>
0017 #include <boost/gil/extension/toolbox/metafunctions/is_similar.hpp>
0018 #include <boost/gil/extension/toolbox/metafunctions/pixel_bit_size.hpp>
0019 
0020 #endif