#include <color_morpher.hh>
Public Types | |
enum | { dim = I::dim } |
typedef mlc::exact< I >::ret::impl_type | impl_type |
typedef ntg::type_traits< typename mlc::exact< I >::ret::value_type >::comp_type | value_type |
typedef mlc::exact_vt< morpher::color_morpher< I, Exact >, Exact >::ret | exact_type |
typedef mlc::exact< I >::ret::point_type | point_type |
typedef mlc::exact< I >::ret::iter_type | iter_type |
I | The type of the decorated image. | |
Exact | The exact type of the object. |
Definition at line 51 of file color_morpher.hh.
typedef mlc::exact< I >::ret::impl_type oln::image_id< morpher::color_morpher< I, Exact > >::impl_type |
<The Image dimension.
Definition at line 55 of file color_morpher.hh.
typedef ntg::type_traits< typename mlc::exact< I >::ret::value_type >::comp_type oln::image_id< morpher::color_morpher< I, Exact > >::value_type |
<Underlying implementation.
Definition at line 57 of file color_morpher.hh.
typedef mlc::exact_vt<morpher::color_morpher<I, Exact>, Exact>::ret oln::image_id< morpher::color_morpher< I, Exact > >::exact_type |
<The value type of the decorated image. Here the component type of the source image value_type is retrieved.
Definition at line 63 of file color_morpher.hh.
typedef mlc::exact< I >::ret::point_type oln::image_id< morpher::color_morpher< I, Exact > >::point_type |
<Retrieve the exact type of the image. It depends on the value of Exact.
Definition at line 68 of file color_morpher.hh.