#include <image_with_dim.hh>
Inheritance diagram for oln::image_traits< abstract::image_with_dim< 1, Exact > >:
Public Types | |
typedef point1d | point_type |
typedef dpoint1d | dpoint_type |
typedef fwd_iter1d< mlc::final > | iter_type |
typedef fwd_iter1d< mlc::final > | fwd_iter_type |
typedef bkd_iter1d< mlc::final > | bkd_iter_type |
typedef image1d_size | size_type |
enum | { dim = 1 } |
Definition at line 78 of file image_with_dim.hh.
|
Image1d bkd_iter_type is bkd_iter1d<mlc::final>. Definition at line 93 of file image_with_dim.hh. |
|
Image1d dpoint_type is dpoint1d. Definition at line 87 of file image_with_dim.hh. |
|
Image1d fwd_iter_type is fwd_iter1d<mlc::final>. Definition at line 91 of file image_with_dim.hh. |
|
Image1d iter_type is fwd_iter1d<mlc::final>. Definition at line 89 of file image_with_dim.hh. |
|
Image1d point_type is point1d. Definition at line 85 of file image_with_dim.hh. |
|
Image1d size_type is image1d_size. Definition at line 95 of file image_with_dim.hh. |