22 #ifndef mia_template_combiner_hh 23 #define mia_template_combiner_hh 30 template <
typename Image>
48 result_type combine(
const Image& a,
const Image& b)
const;
50 virtual result_type do_combine(
const Image& a,
const Image& b)
const = 0;
Image plugin_data
data type for plug-in serachpath component
base class for all filer type functors.
#define NS_MIA_BEGIN
conveniance define to start the mia namespace
combiner_type plugin_type
plug-in type for plug-in serachpath component
R result_type
defines the return type of the filter function
TFilter< typename Image::Pointer >::result_type result_type
The base class for all plug-in created object.
#define NS_MIA_END
conveniance define to end the mia namespace