OpenStructure
|
#include <map_io_mrc_handler.hh>
Inherits ImageFormatBase, and ImageFormatBase.
Public Member Functions | |
MRC (bool normalize_on_save=false, Subformat subformat=MRC_AUTO_FORMAT, Endianess endianness_on_save=OST_LOCAL_ENDIAN, Format bit_depth=OST_DEFAULT_FORMAT) | |
Format | GetBitDepth () const |
void | SetBitDepth (Format bitdepth) |
Endianess | GetEndianessOnSave () const |
void | SetEndianessOnSave (Endianess end) |
bool | GetNormalizeOnSave () const |
void | SetNormalizeOnSave (bool normalize_on_save) |
Subformat | GetSubformat () const |
void | SetSubformat (Subformat subformat) |
MRC (bool normalize_on_save=false, Subformat subformat=MRC_AUTO_FORMAT, Endianess endianness_on_save=OST_LOCAL_ENDIAN, Format bit_depth=OST_DEFAULT_FORMAT) | |
Format | GetBitDepth () const |
void | SetBitDepth (Format bitdepth) |
Endianess | GetEndianessOnSave () const |
void | SetEndianessOnSave (Endianess end) |
bool | GetNormalizeOnSave () const |
void | SetNormalizeOnSave (bool normalize_on_save) |
Subformat | GetSubformat () const |
void | SetSubformat (Subformat subformat) |
Public Member Functions inherited from ImageFormatBase | |
Real | GetMaximum () const |
Real | GetMinimum () const |
template<typename T > | |
const T & | As () const |
String | GetFormatString () const |
Real | GetMaximum () const |
Real | GetMinimum () const |
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) | |
ImageFormatBase () | |
ImageFormatBase (const String &formatstring) | |
Definition at line 27 of file map_io_mrc_handler.hh.
MRC | ( | bool | normalize_on_save = false , |
Subformat | subformat = MRC_AUTO_FORMAT , |
||
Endianess | endianness_on_save = OST_LOCAL_ENDIAN , |
||
Format | bit_depth = OST_DEFAULT_FORMAT |
||
) |
MRC | ( | bool | normalize_on_save = false , |
Subformat | subformat = MRC_AUTO_FORMAT , |
||
Endianess | endianness_on_save = OST_LOCAL_ENDIAN , |
||
Format | bit_depth = OST_DEFAULT_FORMAT |
||
) |
Format GetBitDepth | ( | ) | const |
Format GetBitDepth | ( | ) | const |
Endianess GetEndianessOnSave | ( | ) | const |
Endianess GetEndianessOnSave | ( | ) | const |
bool GetNormalizeOnSave | ( | ) | const |
bool GetNormalizeOnSave | ( | ) | const |
Subformat GetSubformat | ( | ) | const |
Subformat GetSubformat | ( | ) | const |
void SetBitDepth | ( | Format | bitdepth | ) |
void SetBitDepth | ( | Format | bitdepth | ) |
void SetEndianessOnSave | ( | Endianess | end | ) |
void SetEndianessOnSave | ( | Endianess | end | ) |
void SetNormalizeOnSave | ( | bool | normalize_on_save | ) |
void SetNormalizeOnSave | ( | bool | normalize_on_save | ) |
void SetSubformat | ( | Subformat | subformat | ) |
void SetSubformat | ( | Subformat | subformat | ) |
|
static |
Definition at line 45 of file map_io_mrc_handler.hh.