General Purpose Geodetic Library
|
#include <SgDbhFormat.h>
Public Member Functions | |
SgDbhServiceRecordDr () | |
virtual | ~SgDbhServiceRecordDr () |
int | getTcNo () const |
int | getNumOfTeBlocks () const |
void | setTcNo (int no) |
void | setNumOfTeBlocks (int num) |
virtual int | readLR (SgDbhStream &s) |
virtual int | writeLR (SgDbhStream &s) const |
void | dump (QTextStream &s) const |
virtual QString | className () const |
![]() | |
SgDbhServiceRecord (const char expectedPrefix[2]) | |
SgDbhServiceRecord (const SgDbhServiceRecord &sr) | |
virtual | ~SgDbhServiceRecord () |
bool | isCorrectPrefix () const |
virtual bool | isAltered () const |
bool | isPrefixParsed (SgDbhStream &) |
void | setPrefix (const char prefix[2]) |
void | setAltered () |
SgDbhServiceRecord & | operator= (const SgDbhServiceRecord &sr) |
![]() | |
SgDbhPhysicalRecord () | |
SgDbhPhysicalRecord (const SgDbhPhysicalRecord &) | |
virtual | ~SgDbhPhysicalRecord () |
bool | isOk () const |
int | length () const |
virtual SgDbhPhysicalRecord & | operator= (const SgDbhPhysicalRecord &) |
virtual void | reSize (int length) |
virtual char * | base () |
Protected Attributes | |
short | tcNo_ |
short | numOfTeBlocks_ |
short | pRest_ [9] |
![]() | |
char | prefix_ [2] |
char | expectedPrefix_ [3] |
![]() | |
int | length_ |
char * | logicalRecord_ |
bool | isOK_ |
Additional Inherited Members | |
![]() | |
static const QString | className () |
Service record "DR". ====================================================================================================
Definition at line 356 of file SgDbhFormat.h.
|
inline |
Definition at line 363 of file SgDbhFormat.h.
References numOfTeBlocks_, pRest_, and tcNo_.
|
inlinevirtual |
Definition at line 366 of file SgDbhFormat.h.
|
inlinevirtual |
Reimplemented from SgDbhServiceRecord.
Definition at line 374 of file SgDbhFormat.h.
void SgDbhServiceRecordDr::dump | ( | QTextStream & | s | ) | const |
Definition at line 801 of file SgDbhFormat.cpp.
References SgDbhPhysicalRecord::length(), numOfTeBlocks_, SgDbhServiceRecord::prefix_, pRest_, and tcNo_.
Referenced by SgDbhFormat::getBlock().
|
inline |
Definition at line 368 of file SgDbhFormat.h.
References numOfTeBlocks_.
|
inline |
Definition at line 367 of file SgDbhFormat.h.
References tcNo_.
Referenced by SgDbhFormat::getBlock().
|
virtual |
Service record "DR". ====================================================================================================
Reimplemented from SgDbhServiceRecord.
Definition at line 767 of file SgDbhFormat.cpp.
References SgDbhServiceRecord::isPrefixParsed(), numOfTeBlocks_, pRest_, and tcNo_.
|
inline |
Definition at line 370 of file SgDbhFormat.h.
References numOfTeBlocks_.
Referenced by SgDbhImage::writeDataRecords().
|
inline |
Definition at line 369 of file SgDbhFormat.h.
References tcNo_.
Referenced by SgDbhImage::writeDataRecords().
|
virtual |
Reimplemented from SgDbhServiceRecord.
Definition at line 787 of file SgDbhFormat.cpp.
References numOfTeBlocks_, pRest_, tcNo_, and SgDbhServiceRecord::writeLR().
|
protected |
Definition at line 360 of file SgDbhFormat.h.
Referenced by SgDbhServiceRecordDr(), dump(), getNumOfTeBlocks(), readLR(), setNumOfTeBlocks(), and writeLR().
|
protected |
Definition at line 361 of file SgDbhFormat.h.
Referenced by SgDbhServiceRecordDr(), dump(), readLR(), and writeLR().
|
protected |
Definition at line 359 of file SgDbhFormat.h.
Referenced by SgDbhServiceRecordDr(), dump(), getTcNo(), readLR(), setTcNo(), and writeLR().