Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Static Public Member Functions
jafar::image::ImageIO Class Reference

I/O methods for Image serialization to file. More...


Detailed Description

I/O methods for Image serialization to file.

strange behavior of boost serialization with functions in namespace, due to templating. so we use a class. moreover, using those functions directly in the class Image broke the serialization when Image is a member of another serializable class. (surely I don't understand how to do this properly)

WARNING: boost documentation announce non portability for binary archive for the current release (1.33.1)

Definition at line 682 of file Image.hpp.

#include <Image.hpp>

List of all members.

Static Public Member Functions

static void xml_load (jafar::image::Image &img, std::string const &filename)
static void xml_save (jafar::image::Image &img, std::string const &filename)
static void bin_load (jafar::image::Image &img, std::string const &filename)
static void bin_save (jafar::image::Image &img, std::string const &filename)

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:39 for Jafar by doxygen 1.7.6.1
LAAS-CNRS