General Purpose Geodetic Library
NsScrPrx4Object Class Reference

#include <NsScrPrx4Session.h>

Inheritance diagram for NsScrPrx4Object:
QObject NsScrPrx4Band NsScrPrx4Baseline NsScrPrx4Source NsScrPrx4Station

Public Slots

const QString & getKey () const
 

Public Member Functions

 NsScrPrx4Object (SgObjectInfo &obj, QObject *parent=0)
 
 ~NsScrPrx4Object ()
 
QString getName () const
 
int getNumTotal () const
 
int getNumProcessed () const
 
int getNumUsable () const
 
QDateTime getTfirst () const
 
QDateTime getTlast () const
 
double getSigma2add () const
 
double getWrms () const
 
double getChi2 () const
 
double getReducedChi2 () const
 
double getDof () const
 
void setSigma2add (double d)
 

Protected Member Functions

void setUpName ()
 

Protected Attributes

SgObjectInfoobj_
 
QString name_
 

Properties

QString key
 
QString name
 
int numTotal
 
int numProcessed
 
int numUsable
 
QDateTime tFirst
 
QDateTime tLast
 
double sigma2add
 
double wrms
 
double chi2
 
double reducedChi2
 
double dof
 

Detailed Description

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

Definition at line 70 of file NsScrPrx4Session.h.

Constructor & Destructor Documentation

◆ NsScrPrx4Object()

NsScrPrx4Object::NsScrPrx4Object ( SgObjectInfo obj,
QObject parent = 0 
)
inline

Definition at line 104 of file NsScrPrx4Session.h.

References obj_, and setUpName().

◆ ~NsScrPrx4Object()

NsScrPrx4Object::~NsScrPrx4Object ( )
inline

Definition at line 106 of file NsScrPrx4Session.h.

References obj_.

Member Function Documentation

◆ getChi2()

double NsScrPrx4Object::getChi2 ( ) const
inline

Definition at line 120 of file NsScrPrx4Session.h.

References SgObjectInfo::chi2(), DT_DELAY, and obj_.

◆ getDof()

double NsScrPrx4Object::getDof ( ) const
inline

Definition at line 122 of file NsScrPrx4Session.h.

References SgObjectInfo::dof(), DT_DELAY, and obj_.

◆ getKey

const QString& NsScrPrx4Object::getKey ( ) const
inlineslot

Definition at line 109 of file NsScrPrx4Session.h.

References SgObjectInfo::getKey(), and obj_.

◆ getName()

QString NsScrPrx4Object::getName ( ) const
inline

Definition at line 110 of file NsScrPrx4Session.h.

References name_.

◆ getNumProcessed()

int NsScrPrx4Object::getNumProcessed ( ) const
inline

Definition at line 112 of file NsScrPrx4Session.h.

References DT_DELAY, SgObjectInfo::numProcessed(), and obj_.

◆ getNumTotal()

int NsScrPrx4Object::getNumTotal ( ) const
inline

Definition at line 111 of file NsScrPrx4Session.h.

References DT_DELAY, SgObjectInfo::numTotal(), and obj_.

◆ getNumUsable()

int NsScrPrx4Object::getNumUsable ( ) const
inline

Definition at line 113 of file NsScrPrx4Session.h.

References DT_DELAY, SgObjectInfo::numUsable(), and obj_.

◆ getReducedChi2()

double NsScrPrx4Object::getReducedChi2 ( ) const
inline

Definition at line 121 of file NsScrPrx4Session.h.

References DT_DELAY, obj_, and SgObjectInfo::reducedChi2().

◆ getSigma2add()

double NsScrPrx4Object::getSigma2add ( ) const
inline

Definition at line 116 of file NsScrPrx4Session.h.

References DT_DELAY, SgObjectInfo::getSigma2add(), and obj_.

◆ getTfirst()

QDateTime NsScrPrx4Object::getTfirst ( ) const
inline

Definition at line 114 of file NsScrPrx4Session.h.

References DT_DELAY, obj_, SgObjectInfo::tFirst(), and SgMJD::toQDateTime().

◆ getTlast()

QDateTime NsScrPrx4Object::getTlast ( ) const
inline

Definition at line 115 of file NsScrPrx4Session.h.

References DT_DELAY, obj_, SgObjectInfo::tLast(), and SgMJD::toQDateTime().

◆ getWrms()

double NsScrPrx4Object::getWrms ( ) const
inline

Definition at line 119 of file NsScrPrx4Session.h.

References DT_DELAY, obj_, and SgObjectInfo::wrms().

◆ setSigma2add()

void NsScrPrx4Object::setSigma2add ( double  d)
inline

Definition at line 124 of file NsScrPrx4Session.h.

References DT_DELAY, obj_, and SgObjectInfo::setSigma2add().

◆ setUpName()

void NsScrPrx4Object::setUpName ( )
inlineprotected

Definition at line 130 of file NsScrPrx4Session.h.

Referenced by NsScrPrx4Object().

Member Data Documentation

◆ name_

QString NsScrPrx4Object::name_
protected

Definition at line 129 of file NsScrPrx4Session.h.

Referenced by getName().

◆ obj_

Property Documentation

◆ chi2

double NsScrPrx4Object::chi2
read

Definition at line 1 of file NsScrPrx4Session.h.

◆ dof

double NsScrPrx4Object::dof
read

Definition at line 1 of file NsScrPrx4Session.h.

◆ key

QString NsScrPrx4Object::key
read

Definition at line 1 of file NsScrPrx4Session.h.

◆ name

QString NsScrPrx4Object::name
read

Definition at line 1 of file NsScrPrx4Session.h.

◆ numProcessed

int NsScrPrx4Object::numProcessed
read

Definition at line 1 of file NsScrPrx4Session.h.

◆ numTotal

int NsScrPrx4Object::numTotal
read

Definition at line 1 of file NsScrPrx4Session.h.

◆ numUsable

int NsScrPrx4Object::numUsable
read

Definition at line 1 of file NsScrPrx4Session.h.

◆ reducedChi2

double NsScrPrx4Object::reducedChi2
read

Definition at line 1 of file NsScrPrx4Session.h.

◆ sigma2add

double NsScrPrx4Object::sigma2add
readwrite

Definition at line 1 of file NsScrPrx4Session.h.

◆ tFirst

QDateTime NsScrPrx4Object::tFirst
read

Definition at line 1 of file NsScrPrx4Session.h.

◆ tLast

QDateTime NsScrPrx4Object::tLast
read

Definition at line 1 of file NsScrPrx4Session.h.

◆ wrms

double NsScrPrx4Object::wrms
read

Definition at line 1 of file NsScrPrx4Session.h.


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