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
13namespace boost { namespace gil {
14
16template <typename IteratorOrLocatorOrView>
18
20template <typename LocatorOrView>
22
26template <typename View>
28
29}} // namespace boost::gil
30
31#endif
defined(BOOST_NO_CXX17_HDR_MEMORY_RESOURCE)
Definition algorithm.hpp:36
Base template for types that model HasDynamicXStepTypeConcept.
Definition dynamic_step.hpp:17
Returns the type of a view that has a dynamic step along both X and Y.
Definition image_view_factory.hpp:46
Base template for types that model HasDynamicYStepTypeConcept.
Definition dynamic_step.hpp:21