Public Member Functions | Public Attributes

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

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

#include <hexa.hh>

List of all members.

Public Member Functions

 data (I &ima, box2d_h b)

Public Attributes

mln::box2d_h b_
ima_

Detailed Description

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

Data structure for mln::hexa<I>.

Definition at line 52 of file hexa.hh.


Constructor & Destructor Documentation

template<typename I >
mln::internal::data< hexa< I > >::data ( I &  ima,
box2d_h  b 
) [inline]

Definition at line 191 of file hexa.hh.


Member Data Documentation

template<typename I >
mln::box2d_h mln::internal::data< hexa< I > >::b_

Definition at line 57 of file hexa.hh.

template<typename I >
I mln::internal::data< hexa< I > >::ima_

Definition at line 56 of file hexa.hh.