|
OpenStructure
|
#include <map_io_dat_handler.hh>
Inherits 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) |
Public Member Functions inherited from ImageFormatBase | |
| Real | GetMaximum () const |
| void | SetMaximum (Real max) |
| Real | GetMinimum () const |
| void | SetMinimum (Real min) |
| template<typename T > | |
| const T & | As () const |
| String | GetFormatString () const |
Static Public Attributes | |
| static String | FORMAT_STRING |
Additional Inherited Members | |
Protected Member Functions inherited from ImageFormatBase | |
| ImageFormatBase () | |
| ImageFormatBase (const String &formatstring) | |
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 |
||
| ) |
| Format GetBitDepth | ( | ) | const |
| Endianess GetEndianess | ( | ) | const |
| bool GetNormalizeOnSave | ( | ) | const |
| bool GetSigned | ( | ) | const |
| void SetBitDepth | ( | Format | bitdepth | ) |
| void SetEndianess | ( | Endianess | end | ) |
| void SetNormalizeOnSave | ( | bool | noralize_on_save | ) |
| void SetSigned | ( | bool | sign | ) |
|
static |
Definition at line 49 of file map_io_dat_handler.hh.
1.8.1.1