#include <map_io_tiff_handler.hh>
Inherits MapIOHandler, and MapIOHandler.
Inherited by MapIOJpkHandler, and MapIOJpkHandler.
|
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 |
|
Public Member Functions inherited from MapIOHandler |
virtual | ~MapIOHandler () |
|
virtual | ~MapIOHandler () |
|
|
tiff * | open_subimage_file (const boost::filesystem::path &location, const TIF &formattif) |
|
tiff * | open_subimage_stream (std::istream &location, const TIF &formattif) |
|
void | load_image_data (tiff *tfile, img::ImageHandle &image, const TIF &formattif) |
|
virtual void | do_export (const img::MapHandle &sh, tiff *tfile, TIF &formatstruct) const |
|
tiff * | open_subimage_file (const boost::filesystem::path &location, const TIF &formattif) |
|
tiff * | open_subimage_stream (std::istream &location, const TIF &formattif) |
|
void | load_image_data (tiff *tfile, img::ImageHandle &image, const TIF &formattif) |
|
virtual void | do_export (const img::MapHandle &sh, tiff *tfile, TIF &formatstruct) const |
|
Definition at line 85 of file map_io_tiff_handler.hh.
virtual void do_export |
( |
const img::MapHandle & |
sh, |
|
|
tiff * |
tfile, |
|
|
TIF & |
formatstruct |
|
) |
| const |
|
protectedvirtual |
virtual void do_export |
( |
const img::MapHandle & |
sh, |
|
|
tiff * |
tfile, |
|
|
TIF & |
formatstruct |
|
) |
| const |
|
protectedvirtual |
static String GetFormatDescription |
( |
| ) |
|
|
inlinestatic |
static String GetFormatDescription |
( |
| ) |
|
|
inlinestatic |
static String GetFormatName |
( |
| ) |
|
|
inlinestatic |
static String GetFormatName |
( |
| ) |
|
|
inlinestatic |
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 |
tiff* open_subimage_file |
( |
const boost::filesystem::path & |
location, |
|
|
const TIF & |
formattif |
|
) |
| |
|
protected |
tiff* open_subimage_file |
( |
const boost::filesystem::path & |
location, |
|
|
const TIF & |
formattif |
|
) |
| |
|
protected |
tiff* open_subimage_stream |
( |
std::istream & |
location, |
|
|
const TIF & |
formattif |
|
) |
| |
|
protected |
tiff* open_subimage_stream |
( |
std::istream & |
location, |
|
|
const TIF & |
formattif |
|
) |
| |
|
protected |
static bool ProvidesExport |
( |
| ) |
|
|
inlinestatic |
static bool ProvidesExport |
( |
| ) |
|
|
inlinestatic |
static bool ProvidesImport |
( |
| ) |
|
|
inlinestatic |
static bool ProvidesImport |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following files: