General Purpose Geodetic Library
|
#include <SgDbhFormat.h>
Public Member Functions | |
SgDbhDataRecord () | |
SgDbhDataRecord (SgDbhDataRecord< C > const &rec) | |
virtual | ~SgDbhDataRecord () |
virtual C & | operator[] (int i) |
virtual C | at (int i) const |
virtual C | value (SgDbhDatumDescriptor *descriptor, int d1, int d2, int d3) |
virtual C & | access (SgDbhDatumDescriptor *descriptor, int d1, int d2, int d3) |
int | num () const |
virtual char * | base () |
virtual int | readLR (SgDbhStream &s) |
virtual int | writeLR (SgDbhStream &s) const |
virtual SgDbhDataRecord< C > & | operator= (const SgDbhDataRecord< C > &rec) |
virtual void | reSize (int length) |
virtual QString | className () const |
![]() | |
SgDbhPhysicalRecord () | |
SgDbhPhysicalRecord (const SgDbhPhysicalRecord &) | |
virtual | ~SgDbhPhysicalRecord () |
bool | isOk () const |
int | length () const |
virtual SgDbhPhysicalRecord & | operator= (const SgDbhPhysicalRecord &) |
Protected Attributes | |
C * | base_ |
int | num_ |
![]() | |
int | length_ |
char * | logicalRecord_ |
bool | isOK_ |
Additional Inherited Members | |
![]() | |
static const QString | className () |
Data record: a number. ====================================================================================================
Definition at line 136 of file SgDbhFormat.h.
|
inline |
Definition at line 140 of file SgDbhFormat.h.
|
inline |
Definition at line 140 of file SgDbhFormat.h.
|
virtual |
Data record: a number. ====================================================================================================
Definition at line 297 of file SgDbhFormat.cpp.
|
virtual |
Definition at line 385 of file SgDbhFormat.cpp.
References SgDbhDatumDescriptor::dim1(), SgDbhDatumDescriptor::dim2(), SgDbhDatumDescriptor::dim3(), SgLogger::ERR, SgLogger::IO_DBH, logger, SgDbhDatumDescriptor::offset(), and SgLogger::write().
|
virtual |
Definition at line 345 of file SgDbhFormat.cpp.
Referenced by SgDbhStartBlock::version().
|
virtual |
Reimplemented from SgDbhPhysicalRecord.
Definition at line 363 of file SgDbhFormat.cpp.
|
virtual |
Definition at line 440 of file SgDbhFormat.cpp.
|
inline |
Definition at line 150 of file SgDbhFormat.h.
References SgDbhDataRecord< C >::num_.
|
virtual |
Definition at line 371 of file SgDbhFormat.cpp.
References SgDbhDataRecord< C >::base_, SgDbhDataRecord< C >::num_, and SgDbhPhysicalRecord::operator=().
|
virtual |
Definition at line 337 of file SgDbhFormat.cpp.
|
virtual |
Reimplemented from SgDbhPhysicalRecord.
Definition at line 405 of file SgDbhFormat.cpp.
|
virtual |
Reimplemented from SgDbhPhysicalRecord.
Definition at line 430 of file SgDbhFormat.cpp.
|
virtual |
Definition at line 353 of file SgDbhFormat.cpp.
References SgDbhDatumDescriptor::dim1(), SgDbhDatumDescriptor::dim2(), and SgDbhDatumDescriptor::offset().
|
virtual |
Reimplemented from SgDbhPhysicalRecord.
Definition at line 419 of file SgDbhFormat.cpp.
|
protected |
Definition at line 139 of file SgDbhFormat.h.
Referenced by SgDbhDataRecord< C >::operator=().
|
protected |
Definition at line 140 of file SgDbhFormat.h.
Referenced by SgDbhDataRecord< C >::num(), and SgDbhDataRecord< C >::operator=().