General Purpose Geodetic Library
SgAPrioriRecComponent Class Reference

#include <SgAPrioriData.h>

Public Member Functions

 SgAPrioriRecComponent ()
 
 ~SgAPrioriRecComponent ()
 
double getDvalue (const QString &idx) const
 
bool getBvalue (const QString &idx) const
 
void setDvalue (const QString &idx, double v)
 
void setBvalue (const QString &idx, bool b)
 

Static Public Member Functions

static const QString className ()
 

Private Attributes

QMap< QString, double > dValues_
 
QMap< QString, bool > bValues_
 

Detailed Description

====================================================================================================

Definition at line 51 of file SgAPrioriData.h.

Constructor & Destructor Documentation

◆ SgAPrioriRecComponent()

SgAPrioriRecComponent::SgAPrioriRecComponent ( )
inline

A constructor. Creates a default object.

Definition at line 60 of file SgAPrioriData.h.

◆ ~SgAPrioriRecComponent()

SgAPrioriRecComponent::~SgAPrioriRecComponent ( )
inline

A destructor. Frees allocated memory.

Definition at line 65 of file SgAPrioriData.h.

References bValues_, and dValues_.

Member Function Documentation

◆ className()

static const QString SgAPrioriRecComponent::className ( )
static

Returns name of the class (for debug output).

◆ getBvalue()

bool SgAPrioriRecComponent::getBvalue ( const QString &  idx) const
inline

Definition at line 72 of file SgAPrioriData.h.

References bValues_.

◆ getDvalue()

double SgAPrioriRecComponent::getDvalue ( const QString &  idx) const
inline

Definition at line 71 of file SgAPrioriData.h.

References dValues_.

◆ setBvalue()

void SgAPrioriRecComponent::setBvalue ( const QString &  idx,
bool  b 
)
inline

Definition at line 76 of file SgAPrioriData.h.

References bValues_.

Referenced by SgAPriories::parseFileSrcSsm().

◆ setDvalue()

void SgAPrioriRecComponent::setDvalue ( const QString &  idx,
double  v 
)
inline

Definition at line 75 of file SgAPrioriData.h.

References dValues_.

Referenced by SgAPriories::parseFileSrcSsm().

Member Data Documentation

◆ bValues_

QMap<QString, bool> SgAPrioriRecComponent::bValues_
private

Definition at line 86 of file SgAPrioriData.h.

Referenced by ~SgAPrioriRecComponent(), getBvalue(), and setBvalue().

◆ dValues_

QMap<QString, double> SgAPrioriRecComponent::dValues_
private

Definition at line 85 of file SgAPrioriData.h.

Referenced by ~SgAPrioriRecComponent(), getDvalue(), and setDvalue().


The documentation for this class was generated from the following file: