Generic image filter plugin base. More...
#include <mia/core/filter.hh>
Public Types | |
typedef TFactory< TDataFilter < Image > >::Product | Product |
![]() | |
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... | |
![]() | |
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... | |
Public Member Functions | |
TDataFilterPlugin (char const *const name) | |
Constructor that sets the plug-in name. More... | |
![]() | |
virtual Product * | create (const CParsedOptions &options, char const *params) __attribute__((warn_unused_result)) |
TFactory (char const *const name) | |
![]() | |
virtual void | get_help (std::ostream &os) const |
const std::string | get_long_name () const |
TPlugin (const char *name) | |
![]() | |
void | add_dependend_handlers (HandlerHelpMap &handler_map) |
void | add_parameter (const std::string &name, CParameter *param) |
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 |
CPluginBase * | next_interface () |
void | set_module (const PPluginModule &module) |
void | set_parameters (const CParsedOptions &options) |
virtual | ~CPluginBase () |
Additional Inherited Members | |
![]() | |
::boost::filesystem::path | search_path () |
![]() | |
void | add_property (const char *property) |
Generic image filter plugin base.
This class provides the generic base class for image filter plug-ins.
Image | the image type for which the filters are defined. |
Definition at line 129 of file core/filter.hh.
typedef TFactory<TDataFilter<Image> >::Product TDataFilterPlugin< Image >::Product |
Definition at line 131 of file core/filter.hh.
|
inline |
Constructor that sets the plug-in name.
Definition at line 133 of file core/filter.hh.