mln::image2d<T>.
More...
#include <image2d.hh>
Public Member Functions | |
| void | allocate_ () |
| data (const box2d &b, unsigned bdr) | |
| void | deallocate_ () |
| void | reallocate_ (unsigned new_border) |
| void | swap_ (data< image2d< T > > &other_) |
| void | update_vb_ () |
| ~data () | |
Public Attributes | |
| T ** | array_ |
| box2d | b_ |
| unsigned | bdr_ |
| T * | buffer_ |
| box2d | vb_ |
mln::image2d<T>.
Definition at line 69 of file core/image/image2d.hh.
| mln::internal::data< image2d< T > >::data | ( | const box2d & | b, | |
| unsigned | bdr | |||
| ) | [inline] |
Definition at line 298 of file core/image/image2d.hh.
| mln::internal::data< image2d< T > >::~data | ( | ) | [inline] |
Definition at line 309 of file core/image/image2d.hh.
| void mln::internal::data< image2d< T > >::allocate_ | ( | ) | [inline] |
Definition at line 326 of file core/image/image2d.hh.
| void mln::internal::data< image2d< T > >::deallocate_ | ( | ) | [inline] |
Definition at line 348 of file core/image/image2d.hh.
| void mln::internal::data< image2d< T > >::reallocate_ | ( | unsigned | new_border | ) | [inline] |
Definition at line 376 of file core/image/image2d.hh.
| void mln::internal::data< image2d< T > >::swap_ | ( | data< image2d< T > > & | other_ | ) | [inline] |
Definition at line 366 of file core/image/image2d.hh.
| void mln::internal::data< image2d< T > >::update_vb_ | ( | ) | [inline] |
Definition at line 75 of file core/image/image2d.hh.
Definition at line 77 of file core/image/image2d.hh.
Definition at line 78 of file core/image/image2d.hh.
Definition at line 74 of file core/image/image2d.hh.
Definition at line 79 of file core/image/image2d.hh.
1.5.6