metafunctions.hpp 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. Copyright 2012 Christian Henning
  3. Use, modification and distribution are subject to the Boost Software License,
  4. Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  5. http://www.boost.org/LICENSE_1_0.txt).
  6. */
  7. /*************************************************************************************************/
  8. #ifndef BOOST_GIL_EXTENSION_TOOLBOX_METAFUNCTIONS_HPP
  9. #define BOOST_GIL_EXTENSION_TOOLBOX_METAFUNCTIONS_HPP
  10. ////////////////////////////////////////////////////////////////////////////////////////
  11. /// \file metafunctions.hpp
  12. /// \brief Header for toolbox's metafunctions.
  13. /// \author Christian Henning \n
  14. ///
  15. /// \date 2012 \n
  16. ///
  17. ////////////////////////////////////////////////////////////////////////////////////////
  18. #include <boost/gil/extension/toolbox/metafunctions/channel_type.hpp>
  19. #include <boost/gil/extension/toolbox/metafunctions/channel_view.hpp>
  20. #include <boost/gil/extension/toolbox/metafunctions/get_num_bits.hpp>
  21. #include <boost/gil/extension/toolbox/metafunctions/get_pixel_type.hpp>
  22. #include <boost/gil/extension/toolbox/metafunctions/is_bit_aligned.hpp>
  23. #include <boost/gil/extension/toolbox/metafunctions/is_homogeneous.hpp>
  24. #include <boost/gil/extension/toolbox/metafunctions/is_similar.hpp>
  25. #include <boost/gil/extension/toolbox/metafunctions/pixel_bit_size.hpp>
  26. #endif // BOOST_GIL_EXTENSION_TOOLBOX_METAFUNCTIONS_HPP