General Purpose Geodetic Library
|
#include <SgDbhFormat.h>
Public Member Functions | |
SgDbhTcBlock () | |
~SgDbhTcBlock () | |
QList< SgDbhTeBlock * > * | listOfTeBlocks () |
QHash< QString, SgDbhDatumDescriptor * > * | descriptorByLCode () |
const SgDbhServiceRecordTc & | recTc () const |
bool | isOk () const |
bool | isLast () const |
short | numTeBlocks () const |
short | tocType () const |
void | dump (QTextStream &s) const |
SgDbhTcBlock & | operator= (const SgDbhTcBlock &) |
QString | className () const |
Protected Attributes | |
bool | isOK_ |
SgDbhServiceRecordTc | recTc_ |
QList< SgDbhTeBlock * > | listOfTeBlocks_ |
QHash< QString, SgDbhDatumDescriptor * > | descriptorByLCode_ |
Friends | |
class | SgDbhFormat |
SgDbhStream & | operator>> (SgDbhStream &, SgDbhTcBlock &) |
SgDbhStream & | operator<< (SgDbhStream &, const SgDbhTcBlock &) |
Definition at line 673 of file SgDbhFormat.h.
|
inline |
Definition at line 680 of file SgDbhFormat.h.
References isOK_.
SgDbhTcBlock::~SgDbhTcBlock | ( | ) |
Definition at line 1459 of file SgDbhFormat.cpp.
References descriptorByLCode_, and listOfTeBlocks_.
|
inline |
Definition at line 697 of file SgDbhFormat.h.
|
inline |
Definition at line 686 of file SgDbhFormat.h.
References descriptorByLCode_.
Referenced by SgDbhImage::finisFormatModifying(), SgDbhFormat::lookupDescriptor(), and SgDbhFormat::postRead().
void SgDbhTcBlock::dump | ( | QTextStream & | s | ) | const |
Definition at line 1469 of file SgDbhFormat.cpp.
References SgDbhServiceRecordTc::dump(), listOfTeBlocks_, recTc_, and tocType().
Referenced by SgDbhImage::dumpFormat().
|
inline |
Definition at line 692 of file SgDbhFormat.h.
References SgDbhServiceRecordTc::isZ2(), and recTc_.
|
inline |
Definition at line 688 of file SgDbhFormat.h.
References isOK_.
|
inline |
Definition at line 685 of file SgDbhFormat.h.
References listOfTeBlocks_.
Referenced by SgDbhImage::addDescriptor(), SgDbhImage::copyToc0Content(), SgDbhImage::finisFormatModifying(), SgDbhFormat::getBlock(), SgDbhFormat::postRead(), SgDbhFormat::properRecord(), SgDbhObservationEntry::saveDataBlocksFromTcBlock(), SgDbhImage::updateDescriptorsParameters(), and SgDbhImage::writeDataRecords().
|
inline |
Definition at line 693 of file SgDbhFormat.h.
References SgDbhServiceRecordTc::numTeBlocks(), and recTc_.
SgDbhTcBlock & SgDbhTcBlock::operator= | ( | const SgDbhTcBlock & | tcBlock | ) |
Definition at line 1481 of file SgDbhFormat.cpp.
References descriptorByLCode_, SgDbhDatumDescriptor::getLCode(), isOK_, SgDbhListOfDescriptors::listOfDescriptors(), listOfTeBlocks_, and recTc_.
|
inline |
Definition at line 687 of file SgDbhFormat.h.
References recTc_.
|
inline |
Definition at line 694 of file SgDbhFormat.h.
References recTc_, and SgDbhServiceRecordTc::tocType().
Referenced by dump().
|
friend |
Definition at line 1536 of file SgDbhFormat.cpp.
|
friend |
Definition at line 1515 of file SgDbhFormat.cpp.
|
friend |
Definition at line 675 of file SgDbhFormat.h.
|
protected |
Definition at line 708 of file SgDbhFormat.h.
Referenced by ~SgDbhTcBlock(), descriptorByLCode(), operator=(), and SgDbhFormat::postRead().
|
protected |
Definition at line 705 of file SgDbhFormat.h.
Referenced by SgDbhTcBlock(), isOk(), and operator=().
|
protected |
Definition at line 707 of file SgDbhFormat.h.
Referenced by ~SgDbhTcBlock(), dump(), listOfTeBlocks(), and operator=().
|
protected |
Definition at line 706 of file SgDbhFormat.h.
Referenced by dump(), isLast(), numTeBlocks(), operator=(), recTc(), and tocType().