20 #ifndef DX_IO_DAT_IO_PLUGIN_OST_HH
21 #define DX_IO_DAT_IO_PLUGIN_OST_HH
30 namespace ost {
namespace io {
39 Format GetBitDepth()
const;
40 void SetBitDepth (
Format bitdepth);
42 bool GetSigned ()
const;
43 void SetSigned (
bool sign);
47 bool GetNormalizeOnSave()
const;
48 void SetNormalizeOnSave(
bool noralize_on_save);
49 Real GetMaximum()
const;
50 Real GetMinimum()
const;
55 bool normalize_on_save_;
71 static bool MatchContent(
unsigned char* header);
73 static bool MatchSuffix(
const String& loc);
static String GetFormatName()
pointer_it< T > end(const std::vector< T > &values)
static bool ProvidesExport()
MapIOHandlerFactory< MapIODatHandler > MapIODatHandlerFactory
static String GetFormatDescription()
static String FORMAT_STRING
Manage shared instances of images.
static bool ProvidesImport()