#include <map_io_tiff_handler.hh>
Inherits MapIOHandler.
Inherited by MapIOJpkHandler.
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 |
Public Member Functions inherited from MapIOHandler |
virtual | ~MapIOHandler () |
Detailed Description
Definition at line 81 of file map_io_tiff_handler.hh.
Member Function Documentation
virtual void do_export |
( |
const img::MapHandle & |
sh, |
|
|
tiff * |
tfile, |
|
|
TIF & |
formatstruct |
|
) |
| const |
|
protectedvirtual |
virtual void Export |
( |
const img::MapHandle & |
sh, |
|
|
const boost::filesystem::path & |
loc, |
|
|
const ImageFormatBase & |
formatstruct |
|
) |
| const |
|
virtual |
virtual void Export |
( |
const img::MapHandle & |
sh, |
|
|
std::ostream & |
loc, |
|
|
const ImageFormatBase & |
formatstruct |
|
) |
| const |
|
virtual |
static String GetFormatDescription |
( |
| ) |
|
|
inlinestatic |
static String GetFormatName |
( |
| ) |
|
|
inlinestatic |
virtual void Import |
( |
img::MapHandle & |
sh, |
|
|
const boost::filesystem::path & |
loc, |
|
|
const ImageFormatBase & |
formatstruct |
|
) |
| |
|
virtual |
Map IO handler to read/write Tiff files.
This map IO handler reads and writes tiff-formatted files.
Implements MapIOHandler.
Reimplemented in MapIOJpkHandler.
virtual void Import |
( |
img::MapHandle & |
sh, |
|
|
std::istream & |
loc, |
|
|
const ImageFormatBase & |
formatstruct |
|
) |
| |
|
virtual |
void load_image_data |
( |
tiff * |
tfile, |
|
|
img::ImageHandle & |
image, |
|
|
const TIF & |
formattif |
|
) |
| |
|
protected |
static bool MatchContent |
( |
unsigned char * |
header | ) |
|
|
static |
static bool MatchSuffix |
( |
const String & |
loc | ) |
|
|
static |
tiff* open_subimage_file |
( |
const boost::filesystem::path & |
location, |
|
|
const TIF & |
formattif |
|
) |
| |
|
protected |
tiff* open_subimage_stream |
( |
std::istream & |
location, |
|
|
const TIF & |
formattif |
|
) |
| |
|
protected |
The documentation for this class was generated from the following file: