Typedefs | Functions
2d/transformfactory.hh File Reference
#include <set>
#include <mia/2d/transform.hh>
#include <mia/core/export_handler.hh>
#include <mia/template/transformfactory.hh>
#include <mia/core/factory.hh>

Go to the source code of this file.

Typedefs

typedef TTransformCreator
< C2DTransformation
C2DTransformCreator
 The base class for 2D transformation creators. More...
 
typedef THandlerSingleton
< TFactoryPluginHandler
< C2DTransformCreatorPlugin > > 
C2DTransformCreatorHandler
 The plugin handler to manage the transformation creators. More...
 
typedef
TTransformCreatorPlugin
< C2DTransformation
C2DTransformCreatorPlugin
 
typedef std::shared_ptr
< C2DTransformCreator
P2DTransformationFactory
 Pointer type to the transformation factory. More...
 

Functions

P2DTransformationFactory produce_2dtransform_factory (const std::string &descr)
 

Typedef Documentation

Definition at line 45 of file 2d/transformfactory.hh.

Function Documentation

P2DTransformationFactory produce_2dtransform_factory ( const std::string &  descr)
inline

Produce a transformation creator from a string

Parameters
descrdescription of the transformation type
Returns
the creator for the transformation type

Definition at line 59 of file 2d/transformfactory.hh.

References THandlerSingleton< T >::instance().