Public Types | Public Member Functions

mln::internal::data< labeled_image< I > > Struct Template Reference

Data structure for mln::labeled_image<I>. More...

#include <labeled_image.hh>

List of all members.

Public Types

typedef data
< labeled_image_base< I,
labeled_image< I > > > 
super_

Public Member Functions

 data (const I &ima, const typename I::value &nlabels)
 data (const I &ima, const typename I::value &nlabels, const util::array< mln_box(I)> &bboxes)

Detailed Description

template<typename I>
struct mln::internal::data< labeled_image< I > >

Data structure for mln::labeled_image<I>.

Definition at line 66 of file labeled_image.hh.


Member Typedef Documentation

template<typename I >
typedef data< labeled_image_base<I, labeled_image<I> > > mln::internal::data< labeled_image< I > >::super_

Definition at line 69 of file labeled_image.hh.


Constructor & Destructor Documentation

template<typename I >
mln::internal::data< labeled_image< I > >::data ( const I &  ima,
const typename I::value &  nlabels 
) [inline]

Definition at line 174 of file labeled_image.hh.

template<typename I >
mln::internal::data< labeled_image< I > >::data ( const I &  ima,
const typename I::value &  nlabels,
const util::array< mln_box(I)> &  bboxes 
) [inline]

Definition at line 181 of file labeled_image.hh.