Milena (Olena)  User documentation 2.0a Id
 All Classes Namespaces Functions Variables Typedefs Enumerator Groups Pages
mln::safe_image< I > Class Template Reference

Makes an image accessible at undefined location. More...

#include <safe.hh>

Inherits mln::internal::image_identity< I, I::domain_t, safe_image< I > >.

Public Types

typedef safe_image
< tag::image_< I > > 
skeleton
 Skeleton.
 

Public Member Functions

 operator safe_image< const I > () const
 Const promotion via conversion.
 

Detailed Description

template<typename I>
class mln::safe_image< I >

Makes an image accessible at undefined location.

Definition at line 84 of file safe.hh.

Member Typedef Documentation

template<typename I>
typedef safe_image< tag::image_<I> > mln::safe_image< I >::skeleton

Skeleton.

Definition at line 89 of file safe.hh.

Member Function Documentation

template<typename I >
safe_image< I >::operator safe_image< const I > ( ) const
inline

Const promotion via conversion.

Definition at line 196 of file safe.hh.