mln::image3d<T>
.
More...
#include <image3d.hh>
Public Member Functions | |
void | allocate_ () |
data (const box3d &b, unsigned bdr) | |
void | deallocate_ () |
void | reallocate_ (unsigned new_border) |
void | swap_ (data< image3d< T > > &other_) |
void | update_vb_ () |
~data () | |
Public Attributes | |
T *** | array_ |
box3d | b_ |
unsigned | bdr_ |
T * | buffer_ |
box3d | vb_ |
mln::image3d<T>
.
Definition at line 62 of file core/image/image3d.hh.
mln::internal::data< image3d< T > >::data | ( | const box3d & | b, | |
unsigned | bdr | |||
) | [inline] |
Definition at line 279 of file core/image/image3d.hh.
mln::internal::data< image3d< T > >::~data | ( | ) | [inline] |
Definition at line 290 of file core/image/image3d.hh.
void mln::internal::data< image3d< T > >::allocate_ | ( | ) | [inline] |
Definition at line 307 of file core/image/image3d.hh.
void mln::internal::data< image3d< T > >::deallocate_ | ( | ) | [inline] |
Definition at line 335 of file core/image/image3d.hh.
void mln::internal::data< image3d< T > >::reallocate_ | ( | unsigned | new_border | ) | [inline] |
Definition at line 372 of file core/image/image3d.hh.
void mln::internal::data< image3d< T > >::swap_ | ( | data< image3d< T > > & | other_ | ) | [inline] |
Definition at line 362 of file core/image/image3d.hh.
void mln::internal::data< image3d< T > >::update_vb_ | ( | ) | [inline] |
Definition at line 68 of file core/image/image3d.hh.
Definition at line 70 of file core/image/image3d.hh.
Definition at line 71 of file core/image/image3d.hh.
Definition at line 67 of file core/image/image3d.hh.
Definition at line 72 of file core/image/image3d.hh.