Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
vigra_ext::poisson::MaskSmallerAccessor< PixelType > Class Template Reference

#include <BlendPoisson.h>

Public Member Functions

 MaskSmallerAccessor (PixelType val)
 
template<class ITERATOR >
PixelType operator() (ITERATOR const &i) const
 
template<class ITERATOR , class DIFFERENCE >
PixelType operator() (ITERATOR const &i, DIFFERENCE d) const
 

Public Attributes

PixelType m_value
 

Detailed Description

template<class PixelType>
class vigra_ext::poisson::MaskSmallerAccessor< PixelType >

Definition at line 570 of file BlendPoisson.h.

Constructor & Destructor Documentation

template<class PixelType >
vigra_ext::poisson::MaskSmallerAccessor< PixelType >::MaskSmallerAccessor ( PixelType  val)
inlineexplicit

Definition at line 573 of file BlendPoisson.h.

Member Function Documentation

template<class PixelType >
template<class ITERATOR >
PixelType vigra_ext::poisson::MaskSmallerAccessor< PixelType >::operator() ( ITERATOR const &  i) const
inline
template<class PixelType >
template<class ITERATOR , class DIFFERENCE >
PixelType vigra_ext::poisson::MaskSmallerAccessor< PixelType >::operator() ( ITERATOR const &  i,
DIFFERENCE  d 
) const
inline

Member Data Documentation

template<class PixelType >
PixelType vigra_ext::poisson::MaskSmallerAccessor< PixelType >::m_value

The documentation for this class was generated from the following file: