#include <mia/template/combiner.hh>
Public Types | |
| typedef Image | plugin_data |
| data type for plug-in serachpath component More... | |
| typedef combiner_type | plugin_type |
| plug-in type for plug-in serachpath component More... | |
| typedef TFilter< typename Image::Pointer >::result_type | result_type |
Public Types inherited from TFilter< Image::Pointer > | |
| typedef Image::Pointer | result_type |
| defines the return type of the filter function More... | |
Public Types inherited from CPropertyFlagHolder | |
| typedef std::set< const char * > | Set |
| define the type of the set of flags More... | |
Public Member Functions | |
| result_type | combine (const Image &a, const Image &b) const |
Public Member Functions inherited from CProductBase | |
| const char * | get_init_string () const |
| void | set_init_string (const char *init) |
| void | set_module (PPluginModule module) |
Public Member Functions inherited from CPropertyFlagHolder | |
| void | add (const char *property) |
| Set | get_missing_properties (const CPropertyFlagHolder &testset) const |
| bool | has (const char *property) const |
| bool | has_all_in (const CPropertyFlagHolder &testset) const |
| virtual | ~CPropertyFlagHolder () |
Definition at line 31 of file template/combiner.hh.
| typedef Image TImageCombiner< Image >::plugin_data |
data type for plug-in serachpath component
Definition at line 35 of file template/combiner.hh.
| typedef combiner_type TImageCombiner< Image >::plugin_type |
plug-in type for plug-in serachpath component
Definition at line 37 of file template/combiner.hh.
| typedef TFilter< typename Image::Pointer >::result_type TImageCombiner< Image >::result_type |
Definition at line 39 of file template/combiner.hh.
| result_type TImageCombiner< Image >::combine | ( | const Image & | a, |
| const Image & | b | ||
| ) | const |
Combine two images by a given operator
| a | |
| b |