#include <map_io_situs_handler.hh>
Inherits ost::io::MapIOHandler, and ost::io::MapIOHandler.
Public Member Functions | |
virtual void | Import (img::MapHandle &sh, const boost::filesystem::path &loc, const ImageFormatBase &formatstruct) |
virtual void | Import (img::MapHandle &sh, std::istream &loc, const ImageFormatBase &formatstruct) |
virtual void | Export (const img::MapHandle &sh, const boost::filesystem::path &loc, const ImageFormatBase &formatstruct) const |
virtual void | Export (const img::MapHandle &sh, std::ostream &loc, const ImageFormatBase &formatstruct) const |
virtual void | Import (img::MapHandle &sh, const boost::filesystem::path &loc, const ImageFormatBase &formatstruct) |
virtual void | Import (img::MapHandle &sh, std::istream &loc, const ImageFormatBase &formatstruct) |
virtual void | Export (const img::MapHandle &sh, const boost::filesystem::path &loc, const ImageFormatBase &formatstruct) const |
virtual void | Export (const img::MapHandle &sh, std::ostream &loc, const ImageFormatBase &formatstruct) const |
Static Public Member Functions | |
static bool | MatchContent (unsigned char *header) |
static bool | MatchType (const ImageFormatBase &type) |
static bool | MatchSuffix (const String &loc) |
static bool | ProvidesImport () |
static bool | ProvidesExport () |
static String | GetFormatName () |
static String | GetFormatDescription () |
static bool | MatchContent (unsigned char *header) |
static bool | MatchType (const ImageFormatBase &type) |
static bool | MatchSuffix (const String &loc) |
static bool | ProvidesImport () |
static bool | ProvidesExport () |
static String | GetFormatName () |
static String | GetFormatDescription () |
Definition at line 44 of file map_io_situs_handler.hh.
virtual void Export | ( | const img::MapHandle & | sh, | |
std::ostream & | loc, | |||
const ImageFormatBase & | formatstruct | |||
) | const [virtual] |
Implements MapIOHandler.
virtual void Export | ( | const img::MapHandle & | sh, | |
const boost::filesystem::path & | loc, | |||
const ImageFormatBase & | formatstruct | |||
) | const [virtual] |
Implements MapIOHandler.
virtual void Export | ( | const img::MapHandle & | sh, | |
std::ostream & | loc, | |||
const ImageFormatBase & | formatstruct | |||
) | const [virtual] |
Implements MapIOHandler.
virtual void Export | ( | const img::MapHandle & | sh, | |
const boost::filesystem::path & | loc, | |||
const ImageFormatBase & | formatstruct | |||
) | const [virtual] |
Implements MapIOHandler.
static String GetFormatDescription | ( | ) | [inline, static] |
Definition at line 61 of file map_io_situs_handler.hh.
static String GetFormatDescription | ( | ) | [inline, static] |
Definition at line 61 of file map_io_situs_handler.hh.
static String GetFormatName | ( | ) | [inline, static] |
Definition at line 60 of file map_io_situs_handler.hh.
static String GetFormatName | ( | ) | [inline, static] |
Definition at line 60 of file map_io_situs_handler.hh.
virtual void Import | ( | img::MapHandle & | sh, | |
std::istream & | loc, | |||
const ImageFormatBase & | formatstruct | |||
) | [virtual] |
Implements MapIOHandler.
virtual void Import | ( | img::MapHandle & | sh, | |
const boost::filesystem::path & | loc, | |||
const ImageFormatBase & | formatstruct | |||
) | [virtual] |
Map IO handler to read/write Situs map files.
This map IO handler reads and writes Situs formatted map files, as generated by Situs multi-resolution fitting program.
Implements MapIOHandler.
virtual void Import | ( | img::MapHandle & | sh, | |
std::istream & | loc, | |||
const ImageFormatBase & | formatstruct | |||
) | [virtual] |
Implements MapIOHandler.
virtual void Import | ( | img::MapHandle & | sh, | |
const boost::filesystem::path & | loc, | |||
const ImageFormatBase & | formatstruct | |||
) | [virtual] |
Map IO handler to read/write Situs map files.
This map IO handler reads and writes Situs formatted map files, as generated by Situs multi-resolution fitting program.
Implements MapIOHandler.
static bool MatchContent | ( | unsigned char * | header | ) | [static] |
static bool MatchContent | ( | unsigned char * | header | ) | [static] |
static bool MatchSuffix | ( | const String & | loc | ) | [static] |
static bool MatchSuffix | ( | const String & | loc | ) | [static] |
static bool MatchType | ( | const ImageFormatBase & | type | ) | [static] |
static bool MatchType | ( | const ImageFormatBase & | type | ) | [static] |
static bool ProvidesExport | ( | ) | [inline, static] |
Definition at line 59 of file map_io_situs_handler.hh.
static bool ProvidesExport | ( | ) | [inline, static] |
Definition at line 59 of file map_io_situs_handler.hh.
static bool ProvidesImport | ( | ) | [inline, static] |
Definition at line 58 of file map_io_situs_handler.hh.
static bool ProvidesImport | ( | ) | [inline, static] |
Definition at line 58 of file map_io_situs_handler.hh.