boost::gil::dynamic_y_step_type

Base template for types that model HasDynamicYStepTypeConcept.

Synopsis

template<typename T>
struct dynamic_y_step_type;

Specializations

Name

Description

dynamic_y_step_type<any_image_view<Views...>>

//////////////////////////

dynamic_y_step_type<image_view<L>>

//////////////////////////

dynamic_y_step_type<memory_based_2d_locator<SI>>

//////////////////////////

dynamic_y_step_type<virtual_2d_locator<D, TR>>

//////////////////////////

Derived Classes

Name

Description

dynamic_xy_step_type

Returns the type of a view that has a dynamic step along both X and Y

Created with MrDocs