General Purpose Geodetic Library
|
#include <SgKombFormat.h>
Public Member Functions | |
SgKombOb02Record () | |
~SgKombOb02Record () | |
const char * | prefix () const |
short | numOfChannels () const |
short | idxNumTable (int i, int j) const |
void | debugReport () |
Static Public Member Functions | |
static const QString | className () |
Protected Attributes | |
char | prefix_ [5] |
short | numOfChannels_ |
short | idxNumTable_ [16][2] |
Friends | |
SgKombStream & | operator>> (SgKombStream &, SgKombOb02Record &) |
====================================================================================================
Definition at line 294 of file SgKombFormat.h.
|
inline |
Definition at line 1035 of file SgKombFormat.h.
References idxNumTable_, numOfChannels_, and prefix_.
|
inline |
Definition at line 304 of file SgKombFormat.h.
|
static |
SgKombOb02Record: ====================================================================================================
Definition at line 318 of file SgKombFormat.cpp.
void SgKombOb02Record::debugReport | ( | ) |
Definition at line 326 of file SgKombFormat.cpp.
References idxNumTable_, numOfChannels_, and prefix_.
Referenced by SgKombReader::readFile().
|
inline |
Definition at line 311 of file SgKombFormat.h.
References idxNumTable_.
|
inline |
Definition at line 310 of file SgKombFormat.h.
References numOfChannels_.
Referenced by SgKombReader::readFile().
|
inline |
Definition at line 309 of file SgKombFormat.h.
References prefix_.
|
friend |
Definition at line 344 of file SgKombFormat.cpp.
|
protected |
Definition at line 330 of file SgKombFormat.h.
Referenced by SgKombOb02Record(), debugReport(), and idxNumTable().
|
protected |
Definition at line 329 of file SgKombFormat.h.
Referenced by SgKombOb02Record(), debugReport(), and numOfChannels().
|
protected |
Definition at line 328 of file SgKombFormat.h.
Referenced by SgKombOb02Record(), debugReport(), and prefix().