20 #ifndef OST_IO_DF3_HANDLER_HH
21 #define OST_IO_DF3_HANDLER_HH
28 namespace ost {
namespace io {
34 DF3(
bool normalize_on_save =
false);
36 bool GetNormalizeOnSave()
const;
37 void SetNormalizeOnSave(
bool normalize_on_save);
38 Real GetMaximum()
const;
39 Real GetMinimum()
const;
46 bool normalize_on_save_;
52 virtual void Import(
img::MapHandle& sh,
const boost::filesystem::path& loc,
56 virtual void Export(
const img::MapHandle& sh,
const boost::filesystem::path& loc,
60 static bool MatchContent(
unsigned char* header);
62 static bool MatchSuffix(
const String& loc);
static bool ProvidesImport()
static String GetFormatDescription()
static String GetFormatName()
static String FORMAT_STRING
static String FORMAT_NAME_STRING
static bool ProvidesExport()
static String FORMAT_ALIGNMENT_STRING
MapIOHandlerFactory< DF3MapIOHandler > MapIODF3HandlerFactory
Manage shared instances of images.