mln::image1d<T>
.
More...
#include <image1d.hh>
Public Member Functions | |
void | allocate_ () |
data (const box1d &b, unsigned bdr) | |
void | deallocate_ () |
void | reallocate_ (unsigned new_border) |
void | swap_ (data< image1d< T > > &other_) |
void | update_vb_ () |
~data () | |
Public Attributes | |
T * | array_ |
box1d | b_ |
unsigned | bdr_ |
T * | buffer_ |
box1d | vb_ |
mln::image1d<T>
.
Definition at line 62 of file image1d.hh.
mln::internal::data< image1d< T > >::data | ( | const box1d & | b, | |
unsigned | bdr | |||
) | [inline] |
Definition at line 286 of file image1d.hh.
mln::internal::data< image1d< T > >::~data | ( | ) | [inline] |
Definition at line 297 of file image1d.hh.
void mln::internal::data< image1d< T > >::allocate_ | ( | ) | [inline] |
Definition at line 314 of file image1d.hh.
void mln::internal::data< image1d< T > >::deallocate_ | ( | ) | [inline] |
Definition at line 327 of file image1d.hh.
void mln::internal::data< image1d< T > >::reallocate_ | ( | unsigned | new_border | ) | [inline] |
Definition at line 352 of file image1d.hh.
void mln::internal::data< image1d< T > >::swap_ | ( | data< image1d< T > > & | other_ | ) | [inline] |
Definition at line 340 of file image1d.hh.
void mln::internal::data< image1d< T > >::update_vb_ | ( | ) | [inline] |
Definition at line 68 of file image1d.hh.
Definition at line 70 of file image1d.hh.
Definition at line 71 of file image1d.hh.
Definition at line 67 of file image1d.hh.
Definition at line 72 of file image1d.hh.