gil_extensions.hpp 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /*
  2. Copyright 2010 Christian Henning, Andreas Pokorny, Lubomir Bourdev
  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_GIL_EXTENSIONS_HPP_INCLUDED
  9. #define BOOST_GIL_EXTENSION_TOOLBOX_GIL_EXTENSIONS_HPP_INCLUDED
  10. ////////////////////////////////////////////////////////////////////////////////////////
  11. /// \file
  12. /// \brief Definitions of is_bit_aligned, is_homogeneous, and is_similar metafunctions and
  13. /// some other goodies.
  14. /// \author Christian Henning, Andreas Pokorny, Lubomir Bourdev \n
  15. ///
  16. /// \date 2008 \n
  17. ///
  18. ////////////////////////////////////////////////////////////////////////////////////////
  19. #include <boost/gil/gil_all.hpp>
  20. #include <boost/mpl/if.hpp>
  21. #include <boost/gil/extension/toolbox/dynamic_images.hpp>
  22. namespace boost { namespace gil {
  23. /// other goodies
  24. } // namespace gil
  25. } // namespace boost
  26. #endif // BOOST_GIL_EXTENSION_TOOLBOX_GIL_EXTENSIONS_HPP_INCLUDED