SLIP
1.4
|
Generic fill border functor: fill border of 1d, 2d or 3d iterator ranges. More...
#include <border_treatment.hpp>
Public Member Functions | |
FillBorder () | |
Initializes the paramaters of the FillBorder functor. The size of border size_ is egal to 1. More... | |
FillBorder (const std::size_t size) | |
Initializes the paramaters of the FillBorder functor. More... | |
template<typename _II > | |
void | operator() (_II first, _II last, const typename std::iterator_traits< _II >::value_type &value=typename std::iterator_traits< _II >::value_type()) |
Fills the border of the range [first,last) according to the parameters of the functor. More... | |
Public Attributes | |
std::size_t | size_ |
Generic fill border functor: fill border of 1d, 2d or 3d iterator ranges.
Definition at line 373 of file border_treatment.hpp.
|
inline |
Initializes the paramaters of the FillBorder functor. The size of border size_ is egal to 1.
Definition at line 379 of file border_treatment.hpp.
|
inline |
Initializes the paramaters of the FillBorder functor.
size | Size of the border. |
Definition at line 385 of file border_treatment.hpp.
|
inline |
Fills the border of the range [first,last) according to the parameters of the functor.
first | RandomAccessIterator or RandomAccessIterator2d or RandomAccessIterator3d. |
last | RandomAccessIterator or RandomAccessIterator2d or RandomAccessIterator3d. |
value | The value to fill the range. |
Definition at line 397 of file border_treatment.hpp.
std::size_t slip::FillBorder::size_ |
Definition at line 405 of file border_treatment.hpp.