#include <color_morpher.hh>
Public Types | |
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 |
enum | { dim = I::dim } |
I | The type of the decorated image. |
Exact | The exact type of the object. |
Definition at line 51 of file color_morpher.hh.
|
<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. |
|
<The Image dimension. Definition at line 55 of file color_morpher.hh. |
|
<Retrieve the exact type of the image. It depends on the value of Exact. Definition at line 68 of file color_morpher.hh. |
|
<Underlying implementation. Definition at line 57 of file color_morpher.hh. |