Go to the source code of this file.
Data Structures | |
| class | C3DTransformIOPluginHandlerImpl |
| The non-singleton plug-in handler for 3D transformations. More... | |
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< C3DTransformIOPluginHandlerImpl > | 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... | |
Variables | |
| template class EXPORT_3D | THandlerSingleton< C3DTransformIOPluginHandlerImpl > |
| template class EXPORT_3D | TIOPlugin< C3DTransformation > |
| template class EXPORT_3D | TPlugin< C3DTransformation, io_plugin_type > |
| template class EXPORT_3D THandlerSingleton< C3DTransformIOPluginHandlerImpl > |
| template class EXPORT_3D TIOPlugin< C3DTransformation > |
| template class EXPORT_3D TPlugin< C3DTransformation, io_plugin_type > |