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