#include <map_io_dat_handler.hh>
Inherits ost::io::ImageFormatBase, and ost::io::ImageFormatBase.
Public Member Functions | |
| DAT (bool normalize_on_save=true, Format bit_depth=OST_DEFAULT_FORMAT, bool sign=false, Endianess endianness=OST_LOCAL_ENDIAN) | |
| Format | GetBitDepth () const |
| void | SetBitDepth (Format bitdepth) |
| bool | GetSigned () const |
| void | SetSigned (bool sign) |
| Endianess | GetEndianess () const |
| void | SetEndianess (Endianess end) |
| bool | GetNormalizeOnSave () const |
| void | SetNormalizeOnSave (bool noralize_on_save) |
| Real | GetMaximum () const |
| Real | GetMinimum () const |
| DAT (bool normalize_on_save=true, Format bit_depth=OST_DEFAULT_FORMAT, bool sign=false, Endianess endianness=OST_LOCAL_ENDIAN) | |
| Format | GetBitDepth () const |
| void | SetBitDepth (Format bitdepth) |
| bool | GetSigned () const |
| void | SetSigned (bool sign) |
| Endianess | GetEndianess () const |
| void | SetEndianess (Endianess end) |
| bool | GetNormalizeOnSave () const |
| void | SetNormalizeOnSave (bool noralize_on_save) |
| Real | GetMaximum () const |
| Real | GetMinimum () const |
Static Public Attributes | |
| static String | FORMAT_STRING |
Definition at line 32 of file map_io_dat_handler.hh.
| DAT | ( | bool | normalize_on_save = true, |
|
| Format | bit_depth = OST_DEFAULT_FORMAT, |
|||
| bool | sign = false, |
|||
| Endianess | endianness = OST_LOCAL_ENDIAN | |||
| ) |
| DAT | ( | bool | normalize_on_save = true, |
|
| Format | bit_depth = OST_DEFAULT_FORMAT, |
|||
| bool | sign = false, |
|||
| Endianess | endianness = OST_LOCAL_ENDIAN | |||
| ) |
| Format GetBitDepth | ( | ) | const |
| Format GetBitDepth | ( | ) | const |
| Endianess GetEndianess | ( | ) | const |
| Endianess GetEndianess | ( | ) | const |
| Real GetMaximum | ( | ) | const |
Reimplemented from ImageFormatBase.
| Real GetMaximum | ( | ) | const |
Reimplemented from ImageFormatBase.
| Real GetMinimum | ( | ) | const |
Reimplemented from ImageFormatBase.
| Real GetMinimum | ( | ) | const |
Reimplemented from ImageFormatBase.
| bool GetNormalizeOnSave | ( | ) | const |
| bool GetNormalizeOnSave | ( | ) | const |
| bool GetSigned | ( | ) | const |
| bool GetSigned | ( | ) | const |
| void SetBitDepth | ( | Format | bitdepth | ) |
| void SetBitDepth | ( | Format | bitdepth | ) |
| void SetEndianess | ( | Endianess | end | ) |
| void SetEndianess | ( | Endianess | end | ) |
| void SetNormalizeOnSave | ( | bool | noralize_on_save | ) |
| void SetNormalizeOnSave | ( | bool | noralize_on_save | ) |
| void SetSigned | ( | bool | sign | ) |
| void SetSigned | ( | bool | sign | ) |
static String FORMAT_STRING [static] |
Definition at line 51 of file map_io_dat_handler.hh.
1.6.1