Typedefs | Functions
2d/transformio.hh File Reference
#include <mia/core/iohandler.hh>
#include <mia/core/ioplugin.hh>
#include <mia/2d/transform.hh>

Go to the source code of this file.

Typedefs

typedef
C2DTransformationIOPluginHandler::Instance::DataKey 
C2DTransformationDataKey
 The data key type for the CDatapool storage.
typedef TIOPlugin
< C2DTransformation
C2DTransformationIO
 The base class for 2D transformation IO plugins.
typedef THandlerSingleton
< TIOPluginHandler
< C2DTransformationIO > > 
C2DTransformationIOPluginHandler
 The 2D transformationb plugin handler.

Functions

P2DTransformation load_2dtransform (const std::string &file)
 convenienance function to load a transformation
template<>
P2DTransformation load_transform< P2DTransformation > (const std::string &file)
 specialized version to load a transformation
bool save_transform (const std::string &file, const C2DTransformation &transform)
 convenienance function to save a transformation