#include <map_io_handler.hh>
Inherited by DF3MapIOHandler, MapIODatHandler, MapIODm3Handler, MapIODxHandler, MapIOMrcHandler, MapIONanoscopeHandler, MapIOPngHandler, MapIOSitusHandler, MapIOSpiHandler, and MapIOTiffHandler.
Public Member Functions |
virtual | ~MapIOHandler () |
virtual void | Import (img::MapHandle &surf, const boost::filesystem::path &loc, const ImageFormatBase &formatstruct)=0 |
virtual void | Import (img::MapHandle &surf, std::istream &stream, const ImageFormatBase &formatstruct)=0 |
virtual void | Export (const img::MapHandle &ent, const boost::filesystem::path &loc, const ImageFormatBase &formatstruct) const =0 |
virtual void | Export (const img::MapHandle &ent, std::ostream &stream, const ImageFormatBase &formatstruct) const =0 |
Detailed Description
Definition at line 33 of file map_io_handler.hh.
Constructor & Destructor Documentation
Member Function Documentation
virtual void Export |
( |
const img::MapHandle & |
ent, |
|
|
const boost::filesystem::path & |
loc, |
|
|
const ImageFormatBase & |
formatstruct |
|
) |
| const |
|
pure virtual |
Implemented in MapIOTiffHandler, MapIOMrcHandler, MapIODatHandler, MapIOSpiHandler, MapIODxHandler, MapIONanoscopeHandler, DF3MapIOHandler, MapIOSitusHandler, MapIOPngHandler, MapIODm3Handler, and MapIOJpkHandler.
virtual void Export |
( |
const img::MapHandle & |
ent, |
|
|
std::ostream & |
stream, |
|
|
const ImageFormatBase & |
formatstruct |
|
) |
| const |
|
pure virtual |
Implemented in MapIOTiffHandler, MapIOMrcHandler, MapIODatHandler, MapIOSpiHandler, MapIODxHandler, DF3MapIOHandler, MapIONanoscopeHandler, MapIOSitusHandler, MapIOPngHandler, MapIODm3Handler, and MapIOJpkHandler.
virtual void Import |
( |
img::MapHandle & |
surf, |
|
|
const boost::filesystem::path & |
loc, |
|
|
const ImageFormatBase & |
formatstruct |
|
) |
| |
|
pure virtual |
Implemented in MapIOTiffHandler, MapIOMrcHandler, MapIODatHandler, MapIOSpiHandler, MapIODxHandler, MapIONanoscopeHandler, DF3MapIOHandler, MapIOSitusHandler, MapIOPngHandler, MapIODm3Handler, and MapIOJpkHandler.
virtual void Import |
( |
img::MapHandle & |
surf, |
|
|
std::istream & |
stream, |
|
|
const ImageFormatBase & |
formatstruct |
|
) |
| |
|
pure virtual |
Implemented in MapIOTiffHandler, MapIOMrcHandler, MapIODatHandler, MapIOSpiHandler, MapIODxHandler, MapIONanoscopeHandler, DF3MapIOHandler, MapIOSitusHandler, MapIOPngHandler, MapIODm3Handler, and MapIOJpkHandler.
The documentation for this class was generated from the following file: