#include <mia/template/labelmap.hh>
| Public Types | |
| typedef TDataFilter< Image >::result_type | result_type | 
|  Public Types inherited from TDataFilter< Image > | |
| typedef Image | Image | 
| defines the image type handled by the image filter  More... | |
| typedef Image | plugin_data | 
| plugin handler helper type  More... | |
| typedef filter_type | plugin_type | 
| plugin handler helper type  More... | |
| typedef std::shared_ptr< TDataFilter< Image > > | Pointer | 
| pointer type of the data filtered by this filter  More... | |
| typedef TFilter< std::shared_ptr< Image > >::result_type | result_type | 
| result type of this filter  More... | |
|  Public Types inherited from TFilter< std::shared_ptr< Image > > | |
| typedef std::shared_ptr< Image > | 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 | |
| template<class TImage > | |
| TLabelMapFilter< Image >::result_type | operator() (const TImage &data) const | 
| TLabelMapFilter (const CLabelMap &lmap) | |
|  Public Member Functions inherited from TDataFilter< Image > | |
| result_type | filter (const Image &image) const | 
| result_type | filter (std::shared_ptr< Image > pimage) const | 
| std::set< EPixelType > | test_pixeltype_conversion (const std::set< EPixelType > &in_types) const | 
| virtual | ~TDataFilter () | 
|  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/labelmap.hh.
| typedef TDataFilter<Image>::result_type TLabelMapFilter< Image >::result_type | 
Definition at line 35 of file template/labelmap.hh.
| TLabelMapFilter< Image >::TLabelMapFilter | ( | const CLabelMap & | lmap | ) | 
| TLabelMapFilter<Image>::result_type TLabelMapFilter< Image >::operator() | ( | const TImage & | data | ) | const |