#include <vector>#include <mia/2d/defines2d.hh>#include <mia/2d/vector.hh>#include <mia/core/iodata.hh>#include <mia/core/ioplugin.hh>#include <mia/core/iohandler.hh>Go to the source code of this file.
Data Structures | |
| class | CRGB2DImage |
Typedefs | |
| typedef C2DRGBImageIOPluginPluginHandler::Instance::DataKey | C2DRGBImageDataKey |
| The data key type for the CDatapool storage. More... | |
| typedef TIOPlugin< CRGB2DImage > | C2DRGBImageIOPlugin |
| Base type for 2D RGB image IO plugins. More... | |
| typedef mia::THandlerSingleton< mia::TIOPluginHandler< C2DRGBImageIOPlugin > > | C2DRGBImageIOPluginPluginHandler |
| The 2D RGB image plugin handler. More... | |
| typedef CRGB2DImage::Pointer | PRGB2DImage |
| The shared pointer type of the image. More... | |
Functions | |
| bool EXPORT_2D | save_image (const std::string &filename, const CRGB2DImage &image) |
Variables | |
| template class EXPORT_2D | TIOPlugin< CRGB2DImage > |
| template class EXPORT_2D | TPlugin< CRGB2DImage, io_plugin_type > |
| typedef TIOPlugin<CRGB2DImage> C2DRGBImageIOPlugin |
Base type for 2D RGB image IO plugins.
Definition at line 86 of file rgbimageio.hh.
| typedef CRGB2DImage::Pointer PRGB2DImage |
The shared pointer type of the image.
Definition at line 83 of file rgbimageio.hh.
| bool EXPORT_2D save_image | ( | const std::string & | filename, |
| const CRGB2DImage & | image | ||
| ) |
Save an RGB image to the file with the given file name. The type of the image file is determined by the filename extension.
| filename | |
| image | image to be saved |
| template class EXPORT_2D TIOPlugin< CRGB2DImage > |
| template class EXPORT_2D TPlugin< CRGB2DImage, io_plugin_type > |