General Purpose Geodetic Library
|
#include <SgKombFormat.h>
Public Member Functions | |
SgKombHeaderRecord () | |
~SgKombHeaderRecord () | |
int | idx () const |
const char * | prefix () const |
const char * | bandId () const |
void | debugReport () |
Static Public Member Functions | |
static const QString | className () |
Protected Attributes | |
short | idx_ |
char | prefix_ [5] |
char | bandId_ [3] |
Friends | |
SgKombStream & | operator>> (SgKombStream &, SgKombHeaderRecord &) |
SgKombStream & | operator>> (SgKombStream &, SgKombHeader &) |
====================================================================================================
Definition at line 76 of file SgKombFormat.h.
|
inline |
Definition at line 861 of file SgKombFormat.h.
|
inline |
Definition at line 86 of file SgKombFormat.h.
|
inline |
Definition at line 93 of file SgKombFormat.h.
References bandId_.
|
static |
SgKombHeaderRecord: ====================================================================================================
Definition at line 46 of file SgKombFormat.cpp.
void SgKombHeaderRecord::debugReport | ( | ) |
Definition at line 54 of file SgKombFormat.cpp.
|
inline |
Definition at line 91 of file SgKombFormat.h.
References idx_.
|
inline |
Definition at line 92 of file SgKombFormat.h.
References prefix_.
Referenced by SgKombReader::readFile().
|
friend |
Definition at line 113 of file SgKombFormat.cpp.
|
friend |
Definition at line 67 of file SgKombFormat.cpp.
|
protected |
Definition at line 113 of file SgKombFormat.h.
Referenced by SgKombHeaderRecord(), bandId(), and debugReport().
|
protected |
Definition at line 111 of file SgKombFormat.h.
Referenced by SgKombHeaderRecord(), debugReport(), and idx().
|
protected |
Definition at line 112 of file SgKombFormat.h.
Referenced by SgKombHeaderRecord(), debugReport(), and prefix().