#include <image_with_dim.hh>
Inheritance diagram for oln::image_traits< abstract::image_with_dim< 2, Exact > >:
Public Types | |
typedef point2d | point_type |
typedef dpoint2d | dpoint_type |
typedef fwd_iter2d< mlc::final > | iter_type |
typedef fwd_iter2d< mlc::final > | fwd_iter_type |
typedef bkd_iter2d< mlc::final > | bkd_iter_type |
typedef image2d_size | size_type |
enum | { dim = 2 } |
Definition at line 106 of file image_with_dim.hh.
|
Image2d bkd_iter_type is bkd_iter2d<mlc::final>. Definition at line 120 of file image_with_dim.hh. |
|
Image2d dpoint_type is dpoint2d. Definition at line 114 of file image_with_dim.hh. |
|
Image2d fwd_iter_type is fwd_iter2d<mlc::final>. Definition at line 118 of file image_with_dim.hh. |
|
Image2d iter_type is fwd_iter2d<mlc::final>. Definition at line 116 of file image_with_dim.hh. |
|
Imaged2 point_type is point2d. Definition at line 112 of file image_with_dim.hh. |
|
Image2d size_type is image2d_size. Definition at line 122 of file image_with_dim.hh. |