Go to the source code of this file.
Typedefs | |
typedef C2DTransformationIOPluginHandler::Instance::DataKey | C2DTransformationDataKey |
The data key type for the CDatapool storage. More... | |
typedef TIOPlugin < C2DTransformation > | C2DTransformationIO |
The base class for 2D transformation IO plugins. More... | |
typedef THandlerSingleton < TIOPluginHandler < C2DTransformationIO > > | C2DTransformationIOPluginHandler |
The 2D transformationb plugin handler. More... | |
Functions | |
P2DTransformation | load_2dtransform (const std::string &file) |
convenienance function to load a transformation More... | |
template<> | |
P2DTransformation | load_transform< P2DTransformation > (const std::string &file) |
specialized version to load a transformation More... | |
bool | save_transform (const std::string &file, const C2DTransformation &transform) |
convenienance function to save a transformation More... | |