$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
from_to_ Routines

Functions

template<typename S , typename P , typename C_ >
void mln::from_to_ (const Site_Set< S > &from, std::set< P, C_ > &to)
template<typename P , typename C_ , typename S >
void std::from_to_ (const set< P, C_ > &from, mln::Site_Set< S > &to)
template<typename W , typename I >
void mln::from_to_ (const Window< W > &from, Image< I > &to)
template<typename A >
void mln::from_to_ (const Accumulator< A > &from, typename A::result &to)
template<typename I , typename D , typename W >
void mln::from_to_ (const Image< I > &from, w_window< D, W > &to)
template<typename V , unsigned S, typename I >
void mln::from_to_ (const V(&values)[S], Image< I > &to)
template<typename D >
void mln::from_to_ (const Gdpoint< D > &from, typename D::site &to)
template<typename G , typename C1 , typename C2 >
void mln::from_to_ (const point< G, C1 > &from, point< G, C2 > &to)
template<typename P , typename T >
void mln::from_to_ (const Proxy< P > &from, T &to)

Detailed Description

All from_to_ overloads.

Function Documentation

template<typename S , typename P , typename C_ >
void mln::from_to_ ( const Site_Set< S > &  from,
std::set< P, C_ > &  to 
)

Conversion: site_set -> std::set.

template<typename P , typename C_ , typename S >
void std::from_to_ ( const set< P, C_ > &  from,
mln::Site_Set< S > &  to 
)

Conversion: std::set -> site_set.

template<typename W , typename I >
void mln::from_to_ ( const Window< W > &  from,
Image< I > &  to 
)

Conversion: window -> image.

template<typename A >
void mln::from_to_ ( const Accumulator< A > &  from,
typename A::result &  to 
)

Conversion: Accumulator -> mln_result(A)

template<typename I , typename D , typename W >
void mln::from_to_ ( const Image< I > &  from,
w_window< D, W > &  to 
)

Conversion: image -> w_window.

template<typename V , unsigned S, typename I >
void mln::from_to_ ( const V(&)  values[S],
Image< I > &  to 
)

Conversion: values[] -> image.

template<typename D >
void mln::from_to_ ( const Gdpoint< D > &  from,
typename D::site &  to 
)

Conversion: gdpoint -> mln_site.

template<typename G , typename C1 , typename C2 >
void mln::from_to_ ( const point< G, C1 > &  from,
point< G, C2 > &  to 
)

Conversion: point -> point.

template<typename P , typename T >
void mln::from_to_ ( const Proxy< P > &  from,
T to 
)

Conversion: proxy -> T.