Public Types

mln::thrubin_image< I1, I2, F > Class Template Reference
[Values morphers]

Morphes values from two images through a binary function. More...

#include <thrubin_image.hh>

Inherits image_value_morpher< I1, F::result, thrubin_image< I1, I2, F > >.

List of all members.

Public Types

typedef I1::psite psite
 Point_Site associated type.
typedef value rvalue
 Return type of read-only access.
typedef thrubin_image
< tag::image_< I1 >
, tag::image_< I2 >, F > 
skeleton
 Skeleton.
typedef F::result value
 Value associated type.

Detailed Description

template<typename I1, typename I2, typename F>
class mln::thrubin_image< I1, I2, F >

Morphes values from two images through a binary function.

Definition at line 82 of file thrubin_image.hh.


Member Typedef Documentation

template<typename I1, typename I2, typename F>
typedef I1 ::psite mln::thrubin_image< I1, I2, F >::psite

Point_Site associated type.

Definition at line 94 of file thrubin_image.hh.

template<typename I1, typename I2, typename F>
typedef value mln::thrubin_image< I1, I2, F >::rvalue

Return type of read-only access.

Definition at line 100 of file thrubin_image.hh.

template<typename I1, typename I2, typename F>
typedef thrubin_image<tag::image_<I1>, tag::image_<I2>, F> mln::thrubin_image< I1, I2, F >::skeleton

Skeleton.

Definition at line 91 of file thrubin_image.hh.

template<typename I1, typename I2, typename F>
typedef F ::result mln::thrubin_image< I1, I2, F >::value

Value associated type.

Definition at line 97 of file thrubin_image.hh.