include
boost
gil
dynamic_step.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_DYNAMIC_STEP_HPP
9
#define BOOST_GIL_DYNAMIC_STEP_HPP
10
11
#include <boost/gil/concepts/dynamic_step.hpp>
12
13
namespace
boost {
namespace
gil {
14
16
template
<
typename
IteratorOrLocatorOrView>
17
struct
dynamic_x_step_type
;
18
20
template
<
typename
LocatorOrView>
21
struct
dynamic_y_step_type
;
22
26
template
<
typename
View>
27
struct
dynamic_xy_step_type
;
28
29
}}
// namespace boost::gil
30
31
#endif
boost::gil::dynamic_x_step_type
Base template for types that model HasDynamicXStepTypeConcept.
Definition:
dynamic_step.hpp:17
boost::gil::dynamic_xy_step_type
Returns the type of a view that has a dynamic step along both X and Y.
Definition:
dynamic_step.hpp:27
boost::gil::dynamic_y_step_type
Base template for types that model HasDynamicYStepTypeConcept.
Definition:
dynamic_step.hpp:21
Generated by
doxygen
1.8.17