metafunctions.hpp 881 B

1234567891011121314151617181920
  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. #include <boost/gil/extension/toolbox/metafunctions/channel_type.hpp>
  11. #include <boost/gil/extension/toolbox/metafunctions/channel_view.hpp>
  12. #include <boost/gil/extension/toolbox/metafunctions/get_num_bits.hpp>
  13. #include <boost/gil/extension/toolbox/metafunctions/get_pixel_type.hpp>
  14. #include <boost/gil/extension/toolbox/metafunctions/is_bit_aligned.hpp>
  15. #include <boost/gil/extension/toolbox/metafunctions/is_homogeneous.hpp>
  16. #include <boost/gil/extension/toolbox/metafunctions/is_similar.hpp>
  17. #include <boost/gil/extension/toolbox/metafunctions/pixel_bit_size.hpp>
  18. #endif