OpenStructure
Public Member Functions
MapIOHandler Class Reference

#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

virtual ~MapIOHandler ( )
inlinevirtual

Definition at line 35 of file map_io_handler.hh.


Member Function Documentation

virtual void Export ( const img::MapHandle &  ent,
const boost::filesystem::path &  loc,
const ImageFormatBase formatstruct 
) const
pure virtual
virtual void Export ( const img::MapHandle &  ent,
std::ostream &  stream,
const ImageFormatBase formatstruct 
) const
pure virtual
virtual void Import ( img::MapHandle &  surf,
const boost::filesystem::path &  loc,
const ImageFormatBase formatstruct 
)
pure virtual
virtual void Import ( img::MapHandle &  surf,
std::istream &  stream,
const ImageFormatBase formatstruct 
)
pure virtual

The documentation for this class was generated from the following file: