General Purpose Geodetic Library
|
#include <SgDbhFormat.h>
Public Member Functions | |
SgDbhDataBlock () | |
~SgDbhDataBlock () | |
QList< SgDbhPhysicalRecord * > * | listOfRecords () |
QHash< int, SgDbhPhysicalRecord * > * | recordByType () |
SgDbhDataBlock & | operator= (const SgDbhDataBlock &) |
QString | className () const |
Protected Attributes | |
QList< SgDbhPhysicalRecord * > | listOfRecords_ |
QHash< int, SgDbhPhysicalRecord * > | recordByType_ |
Definition at line 563 of file SgDbhFormat.h.
|
inline |
Definition at line 569 of file SgDbhFormat.h.
SgDbhDataBlock::~SgDbhDataBlock | ( | ) |
Definition at line 1166 of file SgDbhFormat.cpp.
References listOfRecords_, and recordByType_.
|
inline |
Definition at line 580 of file SgDbhFormat.h.
Referenced by operator=().
|
inline |
Definition at line 574 of file SgDbhFormat.h.
References listOfRecords_.
Referenced by SgDbhFormat::getBlock(), SgDbhFormat::postRead(), SgDbhImage::updateDataRecords(), and SgDbhImage::writeDataRecords().
SgDbhDataBlock & SgDbhDataBlock::operator= | ( | const SgDbhDataBlock & | block | ) |
Definition at line 1177 of file SgDbhFormat.cpp.
References className(), SgLogger::ERR, SgLogger::IO_DBH, listOfRecords_, logger, recordByType_, SgDbhDatumDescriptor::T_A2, SgDbhDatumDescriptor::T_D8, SgDbhDatumDescriptor::T_I2, SgDbhDatumDescriptor::T_J4, SgDbhDatumDescriptor::T_R8, SgDbhDatumDescriptor::T_UNKN, and SgLogger::write().
|
inline |
Definition at line 575 of file SgDbhFormat.h.
References recordByType_.
Referenced by SgDbhFormat::getBlock(), SgDbhFormat::postRead(), SgDbhFormat::properRecord(), SgDbhImage::properRecord(), and SgDbhImage::updateDataRecords().
|
protected |
Definition at line 583 of file SgDbhFormat.h.
Referenced by ~SgDbhDataBlock(), listOfRecords(), and operator=().
|
protected |
Definition at line 584 of file SgDbhFormat.h.
Referenced by ~SgDbhDataBlock(), operator=(), SgDbhFormat::postRead(), and recordByType().