Public Member Functions
TFullCostPlugin< Transform > Class Template Referenceabstract

the base class for the TFullCost cost function plug-ins. More...

#include <mia/template/fullcost.hh>

Inheritance diagram for TFullCostPlugin< Transform >:
TFactory< TFullCost< Transform > > TPlugin< TFullCost< Transform >::plugin_data, TFullCost< Transform >::plugin_type > CPluginBase

Public Member Functions

 TFullCostPlugin (const char *name)
 
- Public Member Functions inherited from TFactory< TFullCost< Transform > >
virtual Productcreate (const CParsedOptions &options, char const *params) __attribute__((warn_unused_result))
 
 TFactory (char const *const name)
 
- Public Member Functions inherited from TPlugin< TFullCost< Transform >::plugin_data, TFullCost< Transform >::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 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 TFactory< TFullCost< Transform > >
typedef TFullCost< Transform > Product
 typedef to describe the product of the factory More...
 
typedef std::shared_ptr
< TFullCost< Transform > > 
SharedProduct
 typedef for the shared version of the product More...
 
typedef std::unique_ptr
< TFullCost< Transform > > 
UniqueProduct
 typedef for the unique version of the product More...
 
- Static Public Member Functions inherited from TPlugin< TFullCost< Transform >::plugin_data, TFullCost< Transform >::plugin_type >
::boost::filesystem::path search_path ()
 
- Protected Member Functions inherited from CPluginBase
void add_property (const char *property)
 

Detailed Description

template<typename Transform>
class TFullCostPlugin< Transform >

the base class for the TFullCost cost function plug-ins.

Template Parameters
Transformthe transformation type used to achieve registration by optimizing the cost function

Definition at line 137 of file template/fullcost.hh.

Constructor & Destructor Documentation

template<typename Transform >
TFullCostPlugin< Transform >::TFullCostPlugin ( const char *  name)

Constructor for plug-in

Parameters
namethe name of the plug-in

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