#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) |
Definition at line 45 of file 2d/transformfactory.hh.
|
inline |
Produce a transformation creator from a string
descr | description of the transformation type |
Definition at line 59 of file 2d/transformfactory.hh.
References FACTORY_TRAIT, THandlerSingleton< T >::instance(), and NS_MIA_END.