• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 //
2 // Copyright 2012 Christian Henning
3 //
4 // Distributed under the Boost Software License, Version 1.0
5 // See accompanying file LICENSE_1_0.txt or copy at
6 // http://www.boost.org/LICENSE_1_0.txt
7 //
8 #ifndef BOOST_GIL_EXTENSION_TOOLBOX_METAFUNCTIONS_HPP
9 #define BOOST_GIL_EXTENSION_TOOLBOX_METAFUNCTIONS_HPP
10 
11 #include <boost/gil/extension/toolbox/metafunctions/channel_type.hpp>
12 #include <boost/gil/extension/toolbox/metafunctions/channel_view.hpp>
13 #include <boost/gil/extension/toolbox/metafunctions/get_num_bits.hpp>
14 #include <boost/gil/extension/toolbox/metafunctions/get_pixel_type.hpp>
15 #include <boost/gil/extension/toolbox/metafunctions/is_bit_aligned.hpp>
16 #include <boost/gil/extension/toolbox/metafunctions/is_homogeneous.hpp>
17 #include <boost/gil/extension/toolbox/metafunctions/is_similar.hpp>
18 #include <boost/gil/extension/toolbox/metafunctions/pixel_bit_size.hpp>
19 
20 #endif
21