#include <mia/2d/transform.hh>
#include <mia/2d/cost.hh>
#include <mia/core/export_handler.hh>
#include <mia/template/fullcost.hh>
Go to the source code of this file.
Typedefs | |
typedef TFullCost< C2DTransformation > | C2DFullCost |
Base class for the full cost functions. More... | |
typedef TFullCostPlugin< C2DTransformation > | C2DFullCostPlugin |
Plug-in type for 2D full cost plug-ins. More... | |
typedef THandlerSingleton< TFactoryPluginHandler< C2DFullCostPlugin > > | C2DFullCostPluginHandler |
plugin-handler for the full-cost plug-ins More... | |
typedef C2DFullCost::Pointer | P2DFullCost |
Pointer type for the full-cost function types. More... | |
Functions | |
P2DFullCost | produce_2dfullcost (const std::string &descr) |
Plug-in type for 2D full cost plug-ins.
Definition at line 43 of file 2d/fullcost.hh.
plugin-handler for the full-cost plug-ins
Definition at line 46 of file 2d/fullcost.hh.
typedef C2DFullCost::Pointer P2DFullCost |
Pointer type for the full-cost function types.
Definition at line 40 of file 2d/fullcost.hh.
|
inline |
Function to create a full-cost object from a string description
descr |
Definition at line 54 of file 2d/fullcost.hh.
References FACTORY_TRAIT, THandlerSingleton< T >::instance(), and NS_MIA_END.