OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Namespaces | Functions
load_map.hh File Reference
#include <ost/io/module_config.hh>
#include <ost/img/map.hh>
#include <ost/img/alg/normalizer_factory.hh>
#include <ost/io/img/image_format.hh>

Go to the source code of this file.

Namespaces

 ost
 
 ost::io
 

Functions

DLLEXPORT_OST_IO img::ImageHandle LoadImage (const boost::filesystem::path &loc)
 
DLLEXPORT_OST_IO img::ImageHandle LoadImage (const boost::filesystem::path &loc, const ImageFormatBase &formatstruct)
 
DLLEXPORT_OST_IO void SaveImage (const img::ImageHandle &image, const boost::filesystem::path &loc)
 
DLLEXPORT_OST_IO void SaveImage (const img::ImageHandle &image, const boost::filesystem::path &loc, const ImageFormatBase &formatstruct)
 
DLLEXPORT_OST_IO img::MapHandle LoadMap (const boost::filesystem::path &loc)
 
DLLEXPORT_OST_IO img::MapHandle LoadMap (const boost::filesystem::path &loc, const ImageFormatBase &formatstruct)
 
DLLEXPORT_OST_IO void SaveMap (const img::ImageHandle &image, const boost::filesystem::path &loc)
 
DLLEXPORT_OST_IO void SaveMap (const img::ImageHandle &image, const boost::filesystem::path &loc, const ImageFormatBase &formatstruct)