Main Page
Modules
Classes
Files
File List
include
boost
gil
gray.hpp
1
//
2
// Copyright 2005-2007 Adobe Systems Incorporated
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_GRAY_HPP
9
#define BOOST_GIL_GRAY_HPP
10
11
#include <boost/mpl/range_c.hpp>
12
#include <boost/mpl/vector_c.hpp>
13
#include <boost/type_traits.hpp>
14
15
#include <boost/gil/utilities.hpp>
16
17
namespace
boost {
namespace
gil {
18
21
struct
gray_color_t
{};
22
24
typedef
mpl::vector1<gray_color_t> gray_t;
25
27
typedef
layout<gray_t>
gray_layout_t
;
28
29
} }
// namespace boost::gil
30
31
#endif
32
boost::gil::layout
Represents a color space and ordering of channels in memory.
Definition:
utilities.hpp:246
boost::gil::gray_color_t
Gray.
Definition:
gray.hpp:21
Generated on Wed Dec 5 2018 20:05:49 for Generic Image Library by
doxygen
1.8.6