Factory class that is used to create the transformation creator. More...
#include <mia/template/transformfactory.hh>
Public Types | |
typedef Transform::InterpolatorFactory | InterpolatorFactory |
the type of the interpolation factory used by the transformation More... | |
typedef TFactory < TTransformCreator< Transform > >::Product | Product |
![]() | |
typedef TTransformCreator < Transform > | Product |
typedef to describe the product of the factory More... | |
typedef std::shared_ptr < TTransformCreator< Transform > > | SharedProduct |
typedef for the shared version of the product More... | |
typedef std::unique_ptr < TTransformCreator< Transform > > | UniqueProduct |
typedef for the unique version of the product More... | |
![]() | |
typedef TTransformCreator < Transform >::plugin_data | PlugData |
Typedef for the data type descriptor handled by this plug-in. More... | |
typedef TTransformCreator < Transform >::plugin_type | PlugType |
Typedef for the plugin type descriptor handled by this plug-in. More... | |
Public Member Functions | |
TTransformCreatorPlugin (const char *const name) | |
![]() | |
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) |
Factory class that is used to create the transformation creator.
Transform | the type of the transformation to be created |
Definition at line 98 of file template/transformfactory.hh.
typedef Transform::InterpolatorFactory TTransformCreatorPlugin< Transform >::InterpolatorFactory |
the type of the interpolation factory used by the transformation
Definition at line 103 of file template/transformfactory.hh.
typedef TFactory<TTransformCreator<Transform> >::Product TTransformCreatorPlugin< Transform >::Product |
Definition at line 100 of file template/transformfactory.hh.
TTransformCreatorPlugin< Transform >::TTransformCreatorPlugin | ( | const char *const | name) |
Plug-in constructor
name | name of the plug-in |