OpenStructure
|
#include <map_io_jpk_handler.hh>
Inherits TIF.
Public Member Functions | |
JPK (boost::logic::tribool normalize_on_save=true, Format bit_depth=OST_DEFAULT_FORMAT, bool sign=false, bool phasecolor=false, int subimage=-1) | |
Public Member Functions inherited from TIF | |
TIF (boost::logic::tribool normalize_on_save=boost::logic::indeterminate, Format bit_depth=OST_DEFAULT_FORMAT, bool sign=false, bool phasecolor=false, int subimage=-1) | |
Format | GetBitDepth () const |
void | SetBitDepth (Format bitdepth) |
bool | GetSigned () const |
void | SetSigned (bool sign) |
bool | GetPhasecolor () const |
void | SetPhasecolor (bool phasecolor) |
Format | GetFormat () const |
void | SetFormat (Format bit_depth) |
boost::logic::tribool | GetNormalizeOnSave () const |
void | SetNormalizeOnSave (boost::logic::tribool normalize_on_save) |
int | GetSubimage () const |
void | SetSubimage (int subimage) |
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 |
static String | FORMAT_NAME_STRING |
static String | FORMAT_DESCRIPTION_STRING |
Static Public Attributes inherited from TIF |
Additional Inherited Members | |
Protected Member Functions inherited from TIF | |
TIF (String format_string, boost::logic::tribool normalize_on_save=boost::logic::indeterminate, Format bit_depth=OST_DEFAULT_FORMAT, bool sign=false, bool phasecolor=false, int subimage=-1) | |
void | do_export (const img::MapHandle &image, tiff *tfile, const TIF &formattif) const |
Protected Member Functions inherited from ImageFormatBase | |
ImageFormatBase () | |
ImageFormatBase (const String &formatstring) |
Definition at line 28 of file map_io_jpk_handler.hh.
JPK | ( | boost::logic::tribool | normalize_on_save = true , |
Format | bit_depth = OST_DEFAULT_FORMAT , |
||
bool | sign = false , |
||
bool | phasecolor = false , |
||
int | subimage = -1 |
||
) |
|
static |
Definition at line 34 of file map_io_jpk_handler.hh.
|
static |
Definition at line 33 of file map_io_jpk_handler.hh.
|
static |
Reimplemented from TIF.
Definition at line 32 of file map_io_jpk_handler.hh.