$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::with_w_< It, W > Struct Template Reference

#include <mln/core/w_window.hh>

Public Member Functions

template<typename Ds , typename P >
 with_w_ (const Ds &ds, const P &p)
w () const

Protected Attributes

const std::vector< W > wei_

Detailed Description

template<typename It, typename W>
struct mln::with_w_< It, W >

Decorator to handle weights for iterators on window points.

Definition at line 158 of file core/w_window.hh.

Constructor & Destructor Documentation

template<typename It , typename W >
template<typename Ds , typename P >
mln::with_w_< It, W >::with_w_ ( const Ds &  ds,
const P &  p 
)

Member Function Documentation

template<typename It , typename W >
W mln::with_w_< It, W >::w ( ) const

Member Data Documentation

template<typename It , typename W >
const std::vector<W> mln::with_w_< It, W >::wei_
protected

Definition at line 167 of file core/w_window.hh.