OpenStructure
Public Member Functions | Static Public Attributes | Protected Member Functions
TIF Class Reference

#include <map_io_tiff_handler.hh>

Inherits ImageFormatBase, and ImageFormatBase.

Inherited by JPK, and JPK.

Public Member Functions

 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)
 
Real GetMaximum () const
 
Real GetMinimum () const
 
 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)
 
Real GetMaximum () const
 
Real GetMinimum () const
 
- 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
 

Protected Member Functions

 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
 
 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)
 
 ImageFormatBase ()
 
 ImageFormatBase (const String &formatstring)
 

Detailed Description

Definition at line 37 of file map_io_tiff_handler.hh.

Constructor & Destructor Documentation

◆ TIF() [1/4]

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 
)

◆ TIF() [2/4]

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 
)
protected

◆ TIF() [3/4]

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 
)

◆ TIF() [4/4]

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 
)
protected

Member Function Documentation

◆ do_export() [1/2]

void do_export ( const img::MapHandle image,
tiff *  tfile,
const TIF formattif 
) const
protected

◆ do_export() [2/2]

void do_export ( const img::MapHandle image,
tiff *  tfile,
const TIF formattif 
) const
protected

◆ GetBitDepth() [1/2]

Format GetBitDepth ( ) const

◆ GetBitDepth() [2/2]

Format GetBitDepth ( ) const

◆ GetFormat() [1/2]

Format GetFormat ( ) const

◆ GetFormat() [2/2]

Format GetFormat ( ) const

◆ GetMaximum() [1/2]

Real GetMaximum ( ) const

◆ GetMaximum() [2/2]

Real GetMaximum ( ) const

◆ GetMinimum() [1/2]

Real GetMinimum ( ) const

◆ GetMinimum() [2/2]

Real GetMinimum ( ) const

◆ GetNormalizeOnSave() [1/2]

boost::logic::tribool GetNormalizeOnSave ( ) const

◆ GetNormalizeOnSave() [2/2]

boost::logic::tribool GetNormalizeOnSave ( ) const

◆ GetPhasecolor() [1/2]

bool GetPhasecolor ( ) const

◆ GetPhasecolor() [2/2]

bool GetPhasecolor ( ) const

◆ GetSigned() [1/2]

bool GetSigned ( ) const

◆ GetSigned() [2/2]

bool GetSigned ( ) const

◆ GetSubimage() [1/2]

int GetSubimage ( ) const

◆ GetSubimage() [2/2]

int GetSubimage ( ) const

◆ SetBitDepth() [1/2]

void SetBitDepth ( Format  bitdepth)

◆ SetBitDepth() [2/2]

void SetBitDepth ( Format  bitdepth)

◆ SetFormat() [1/2]

void SetFormat ( Format  bit_depth)

◆ SetFormat() [2/2]

void SetFormat ( Format  bit_depth)

◆ SetNormalizeOnSave() [1/2]

void SetNormalizeOnSave ( boost::logic::tribool  normalize_on_save)

◆ SetNormalizeOnSave() [2/2]

void SetNormalizeOnSave ( boost::logic::tribool  normalize_on_save)

◆ SetPhasecolor() [1/2]

void SetPhasecolor ( bool  phasecolor)

◆ SetPhasecolor() [2/2]

void SetPhasecolor ( bool  phasecolor)

◆ SetSigned() [1/2]

void SetSigned ( bool  sign)

◆ SetSigned() [2/2]

void SetSigned ( bool  sign)

◆ SetSubimage() [1/2]

void SetSubimage ( int  subimage)

◆ SetSubimage() [2/2]

void SetSubimage ( int  subimage)

Field Documentation

◆ FORMAT_STRING

static String FORMAT_STRING
static

Definition at line 66 of file map_io_tiff_handler.hh.


The documentation for this class was generated from the following file: