Determines if the given iterator/locator/view has a step that could be set dynamically. More...
Classes | |
struct | boost::gil::iterator_is_step< I > |
Determines if the given iterator has a step that could be set dynamically. More... | |
struct | boost::gil::locator_is_step_in_x< L > |
Determines if the given locator has a horizontal step that could be set dynamically. More... | |
struct | boost::gil::locator_is_step_in_y< L > |
Determines if the given locator has a vertical step that could be set dynamically. More... | |
struct | boost::gil::view_is_step_in_x< V > |
Determines if the given view has a horizontal step that could be set dynamically. More... | |
struct | boost::gil::view_is_step_in_y< V > |
Determines if the given view has a vertical step that could be set dynamically. More... | |
Determines if the given iterator/locator/view has a step that could be set dynamically.