21#ifndef mia_2d_transformio_hh
22#define mia_2d_transformio_hh
the singleton that a plug-in handler really is
static const T & instance()
The templatex basis class of all IO plug-ins.
The generic base for all plug-ins.
#define NS_MIA_BEGIN
conveniance define to start the mia namespace
#define NS_MIA_END
conveniance define to end the mia namespace
bool save_transform(const std::string &file, const C2DTransformation &transform)
convenienance function to save a transformation
TIOPlugin< C2DTransformation > C2DTransformationIO
The base class for 2D transformation IO plugins.
C2DTransformationIOPluginHandler::Instance::DataKey C2DTransformationDataKey
The data key type for the CDatapool storage.
THandlerSingleton< C2DTransformIOPluginHandlerImpl > C2DTransformationIOPluginHandler
The 2D transformationb plugin handler.
P2DTransformation load_transform< P2DTransformation >(const std::string &file)
specialized version to load a transformation
P2DTransformation load_2dtransform(const std::string &file)
convenienance function to load a transformation
C2DTransformation::Pointer P2DTransformation
Pointer type for the 2D transformation.