20 #ifndef OST_IO_MAP_IO_NANOSCOPE_HANDLER_HH
21 #define OST_IO_MAP_IO_NANOSCOPE_HANDLER_HH
25 namespace ost {
namespace io {
36 int GetSubimage ()
const;
37 void SetSubimage (
int subimage);
54 virtual void Import(img::MapHandle& sh,
const boost::filesystem::path& loc,
const ImageFormatBase& formatstruct );
56 virtual void Export(
const img::MapHandle& sh,
const boost::filesystem::path& loc,
const ImageFormatBase& formatstruct)
const;
57 virtual void Export(
const img::MapHandle& sh, std::ostream& loc,
const ImageFormatBase& formatstruct)
const;