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

Go to the source code of this file.

Typedefs

typedef
C3DTransformationIOPluginHandler::Instance::DataKey 
C3DTransformationDataKey
 data key type for temporary storage of 3D transformations More...
 
typedef TIOPlugin
< C3DTransformation
C3DTransformationIO
 Base class for the generic IO of transformations. More...
 
typedef THandlerSingleton
< TIOPluginHandler
< C3DTransformationIO > > 
C3DTransformationIOPluginHandler
 Plug-in handler for the transformation IO plug-ins. More...
 

Functions

P3DTransformation load_3dtransform (const std::string &file)
 convenienance function to load a transformation More...
 
template<>
P3DTransformation load_transform< P3DTransformation > (const std::string &file)
 specialized version to load a transformation More...
 
bool save_transform (const std::string &file, const C3DTransformation &transform)
 convenienance function to save a transformation More...