Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
b
d
e
f
i
k
m
n
o
p
r
s
w
y
Functions
b
d
e
f
i
k
m
n
o
p
r
s
w
y
Files
File List
include
boost
gil
concepts.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_CONCEPTS_HPP
9
#define BOOST_GIL_CONCEPTS_HPP
10
11
// TODO: Remove and prefer individual includes from boost/gil/concepts/*.hpp?
12
13
#include <boost/gil/concepts/channel.hpp>
14
#include <boost/gil/concepts/color.hpp>
15
#include <boost/gil/concepts/color_base.hpp>
16
#include <boost/gil/concepts/concept_check.hpp>
17
#include <boost/gil/concepts/image.hpp>
18
#include <boost/gil/concepts/image_view.hpp>
19
#include <boost/gil/concepts/pixel.hpp>
20
#include <boost/gil/concepts/pixel_based.hpp>
21
#include <boost/gil/concepts/pixel_dereference.hpp>
22
#include <boost/gil/concepts/pixel_iterator.hpp>
23
#include <boost/gil/concepts/pixel_locator.hpp>
24
#include <boost/gil/concepts/point.hpp>
25
26
#endif
Generated by
doxygen
1.9.8