OpenStructure
|
#include <map_io_png_handler.hh>
Inherits ImageFormatBase.
Public Member Functions | |
PNG (bool normalize_on_save=true) | |
bool | GetNormalizeOnSave () const |
void | SetNormalizeOnSave (bool normalize_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 27 of file map_io_png_handler.hh.
PNG | ( | bool | normalize_on_save = true | ) |
bool GetNormalizeOnSave | ( | ) | const |
void SetNormalizeOnSave | ( | bool | normalize_on_save | ) |
|
static |
Definition at line 35 of file map_io_png_handler.hh.