Decorator to handle weights for iterators on window points. More...
#include <w_window.hh>
Public Member Functions | |
| W | w () const |
| template<typename Ds , typename P > | |
| with_w_ (const Ds &ds, const P &p) | |
Protected Attributes | |
| const std::vector< W > | wei_ |
Decorator to handle weights for iterators on window points.
Definition at line 170 of file core/w_window.hh.
| mln::with_w_< It, W >::with_w_ | ( | const Ds & | ds, | |
| const P & | p | |||
| ) | [inline] |
Definition at line 192 of file core/w_window.hh.
| W mln::with_w_< It, W >::w | ( | ) | const [inline] |
Definition at line 202 of file core/w_window.hh.
References mln::with_w_< It, W >::wei_.
const std::vector<W> mln::with_w_< It, W >::wei_ [protected] |
Definition at line 179 of file core/w_window.hh.
Referenced by mln::with_w_< It, W >::w().
1.7.1