Public Member Functions
TImageCombinerFilterPlugin< Image > Class Template Reference

#include <mia/template/combiner_filter.hh>

Inheritance diagram for TImageCombinerFilterPlugin< Image >:
Inheritance graph
[legend]
Collaboration diagram for TImageCombinerFilterPlugin< Image >:
Collaboration graph
[legend]

Public Member Functions

virtual TDataFilter< Image > * do_create () const
 
virtual const std::string do_get_descr () const
 
 TImageCombinerFilterPlugin ()
 
- Public Member Functions inherited from TDataFilterPlugin< Image >
 TDataFilterPlugin (char const *const name)
 Constructor that sets the plug-in name. More...
 
- Public Member Functions inherited from TFactory< TDataFilter< Image > >
virtual Productcreate (const CParsedOptions &options, char const *params) __attribute__((warn_unused_result))
 
 TFactory (char const *const name)
 
- Public Member Functions inherited from TPlugin< TDataFilter< Image >::plugin_data, TDataFilter< Image >::plugin_type >
virtual void get_help (std::ostream &os) const
 
const std::string get_long_name () const
 
 TPlugin (const char *name)
 
- Public Member Functions inherited from CPluginBase
void add_dependend_handlers (HandlerHelpMap &handler_map)
 
void add_parameter (const std::string &name, CParameter *param)
 
void add_property (const char *property)
 
void append_interface (CPluginBase *plugin)
 
void check_parameters ()
 
 CPluginBase (const char *name)
 
const std::string get_descr () const
 
void get_help_xml (xmlpp::Element &root) const
 
PPluginModule get_module () const
 
const char * get_name () const
 
void get_short_help (std::ostream &os) const
 
bool has_property (const char *property) const
 
CPluginBasenext_interface ()
 
void set_module (const PPluginModule &module)
 
void set_parameters (const CParsedOptions &options)
 
virtual ~CPluginBase ()
 

Additional Inherited Members

- Public Types inherited from TDataFilterPlugin< Image >
typedef TFactory< TDataFilter
< Image > >::Product 
Product
 
- Public Types inherited from TFactory< TDataFilter< Image > >
typedef TDataFilter< Image > Product
 typedef to describe the product of the factory More...
 
typedef std::shared_ptr
< TDataFilter< Image > > 
SharedProduct
 typedef for the shared version of the product More...
 
typedef std::unique_ptr
< TDataFilter< Image > > 
UniqueProduct
 typedef for the unique version of the product More...
 
- Public Types inherited from TPlugin< TDataFilter< Image >::plugin_data, TDataFilter< Image >::plugin_type >
typedef TDataFilter< Image >
::plugin_data 
PlugData
 Typedef for the data type descriptor handled by this plug-in. More...
 
typedef TDataFilter< Image >
::plugin_type 
PlugType
 Typedef for the plugin type descriptor handled by this plug-in. More...
 
- Static Public Member Functions inherited from TPlugin< TDataFilter< Image >::plugin_data, TDataFilter< Image >::plugin_type >
::boost::filesystem::path search_path ()
 

Detailed Description

template<class Image>
class TImageCombinerFilterPlugin< Image >

Definition at line 48 of file combiner_filter.hh.

Constructor & Destructor Documentation

template<typename Image >
TImageCombinerFilterPlugin< Image >::TImageCombinerFilterPlugin ( )

Definition at line 83 of file combiner_filter.hh.

References CPluginBase::add_parameter(), make_param(), and required_input.

Member Function Documentation

template<typename Image >
TDataFilter< Image > * TImageCombinerFilterPlugin< Image >::do_create ( ) const
virtual

Implements TFactory< TDataFilter< Image > >.

Definition at line 95 of file combiner_filter.hh.

template<typename Image >
const std::string TImageCombinerFilterPlugin< Image >::do_get_descr ( ) const
virtual

Implements CPluginBase.

Definition at line 101 of file combiner_filter.hh.


The documentation for this class was generated from the following file: