General Purpose Geodetic Library
NsScrPrx4Source Class Reference

#include <NsScrPrx4Session.h>

Inheritance diagram for NsScrPrx4Source:
NsScrPrx4Object QObject

Public Slots

double getRa () const
 
- Public Slots inherited from NsScrPrx4Object
const QString & getKey () const
 

Public Member Functions

 NsScrPrx4Source (SgVlbiSourceInfo &src, QObject *parent=0)
 
 ~NsScrPrx4Source ()
 
double getDn () const
 
bool isValid () const
 
bool getEstimateCoords () const
 
bool getConstrainCoords () const
 
bool getApplySsm () const
 
bool getTestAttr () const
 
const QString & getAprioriComments () const
 
void setRa (double d)
 
void setDn (double d)
 
void setIsValid (bool is)
 
void setEstimateCoords (bool is)
 
void setConstrainCoords (bool is)
 
void setTestAttr (bool is)
 
void setApplySsm (bool is)
 
int numOfSrcStructPoints ()
 
void addSrcStructPoint (double k, double b, double x, double y, bool estK=false, bool estB=false, bool estR=false)
 
void clearSrcStructPoints ()
 
void setK_i (int i, double d)
 
void setB_i (int i, double d)
 
void setX_i (int i, double d)
 
void setY_i (int i, double d)
 
double getK_i (int i) const
 
double getB_i (int i) const
 
double getX_i (int i) const
 
double getY_i (int i) const
 
double getK_iSig (int i) const
 
double getB_iSig (int i) const
 
double getX_iSig (int i) const
 
double getY_iSig (int i) const
 
- Public Member Functions inherited from NsScrPrx4Object
 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)
 

Properties

double rightAscension
 
double declination
 
QString aprioriComments
 
bool isValid
 
bool estimateCoords
 
bool constrainCoords
 
bool applySsm
 
bool testAttr
 
- Properties inherited from NsScrPrx4Object
QString key
 
QString name
 
int numTotal
 
int numProcessed
 
int numUsable
 
QDateTime tFirst
 
QDateTime tLast
 
double sigma2add
 
double wrms
 
double chi2
 
double reducedChi2
 
double dof
 

Private Member Functions

SgVlbiSourceInfosrc ()
 
const SgVlbiSourceInfosrc () const
 

Additional Inherited Members

- Protected Member Functions inherited from NsScrPrx4Object
void setUpName ()
 
- Protected Attributes inherited from NsScrPrx4Object
SgObjectInfoobj_
 
QString name_
 

Detailed Description

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

Definition at line 386 of file NsScrPrx4Session.h.

Constructor & Destructor Documentation

◆ NsScrPrx4Source()

NsScrPrx4Source::NsScrPrx4Source ( SgVlbiSourceInfo src,
QObject parent = 0 
)
inline

Definition at line 412 of file NsScrPrx4Session.h.

◆ ~NsScrPrx4Source()

NsScrPrx4Source::~NsScrPrx4Source ( )
inline

Definition at line 413 of file NsScrPrx4Session.h.

Member Function Documentation

◆ addSrcStructPoint()

void NsScrPrx4Source::addSrcStructPoint ( double  k,
double  b,
double  x,
double  y,
bool  estK = false,
bool  estB = false,
bool  estR = false 
)
inline

Definition at line 440 of file NsScrPrx4Session.h.

References SgVlbiSourceInfo::addSrcStructPoint(), and src().

◆ clearSrcStructPoints()

void NsScrPrx4Source::clearSrcStructPoints ( )
inline

Definition at line 444 of file NsScrPrx4Session.h.

References SgVlbiSourceInfo::clearSrcStructPoints(), and src().

◆ getApplySsm()

bool NsScrPrx4Source::getApplySsm ( ) const
inline

◆ getAprioriComments()

const QString& NsScrPrx4Source::getAprioriComments ( ) const
inline

Definition at line 425 of file NsScrPrx4Session.h.

References SgVlbiSourceInfo::getAprioriComments(), and src().

◆ getB_i()

double NsScrPrx4Source::getB_i ( int  i) const
inline

Definition at line 453 of file NsScrPrx4Session.h.

References SgVlbiSourceInfo::sModel(), and src().

◆ getB_iSig()

double NsScrPrx4Source::getB_iSig ( int  i) const
inline

Definition at line 461 of file NsScrPrx4Session.h.

References SgVlbiSourceInfo::sModel(), and src().

◆ getConstrainCoords()

bool NsScrPrx4Source::getConstrainCoords ( ) const
inline

◆ getDn()

double NsScrPrx4Source::getDn ( ) const
inline

Definition at line 417 of file NsScrPrx4Session.h.

References SgVlbiSourceInfo::getDN(), and src().

◆ getEstimateCoords()

bool NsScrPrx4Source::getEstimateCoords ( ) const
inline

◆ getK_i()

double NsScrPrx4Source::getK_i ( int  i) const
inline

Definition at line 451 of file NsScrPrx4Session.h.

References SgVlbiSourceInfo::sModel(), and src().

◆ getK_iSig()

double NsScrPrx4Source::getK_iSig ( int  i) const
inline

Definition at line 459 of file NsScrPrx4Session.h.

References SgVlbiSourceInfo::sModel(), and src().

◆ getRa

double NsScrPrx4Source::getRa ( ) const
inlineslot

Definition at line 416 of file NsScrPrx4Session.h.

References SgVlbiSourceInfo::getRA(), and src().

◆ getTestAttr()

bool NsScrPrx4Source::getTestAttr ( ) const
inline

Definition at line 423 of file NsScrPrx4Session.h.

References SgVlbiSourceInfo::Attr_TEST, SgAttribute::isAttr(), and src().

◆ getX_i()

double NsScrPrx4Source::getX_i ( int  i) const
inline

Definition at line 455 of file NsScrPrx4Session.h.

References SgVlbiSourceInfo::sModel(), and src().

◆ getX_iSig()

double NsScrPrx4Source::getX_iSig ( int  i) const
inline

Definition at line 463 of file NsScrPrx4Session.h.

References SgVlbiSourceInfo::sModel(), and src().

◆ getY_i()

double NsScrPrx4Source::getY_i ( int  i) const
inline

Definition at line 457 of file NsScrPrx4Session.h.

References SgVlbiSourceInfo::sModel(), and src().

◆ getY_iSig()

double NsScrPrx4Source::getY_iSig ( int  i) const
inline

Definition at line 465 of file NsScrPrx4Session.h.

References SgVlbiSourceInfo::sModel(), and src().

◆ isValid()

bool NsScrPrx4Source::isValid ( ) const
inline

◆ numOfSrcStructPoints()

int NsScrPrx4Source::numOfSrcStructPoints ( )
inline

Definition at line 438 of file NsScrPrx4Session.h.

References SgVlbiSourceInfo::sModel(), and src().

◆ setApplySsm()

void NsScrPrx4Source::setApplySsm ( bool  is)
inline

◆ setB_i()

void NsScrPrx4Source::setB_i ( int  i,
double  d 
)
inline

Definition at line 447 of file NsScrPrx4Session.h.

References SgVlbiSourceInfo::sModel(), and src().

◆ setConstrainCoords()

void NsScrPrx4Source::setConstrainCoords ( bool  is)
inline

◆ setDn()

void NsScrPrx4Source::setDn ( double  d)
inline

Definition at line 428 of file NsScrPrx4Session.h.

References SgVlbiSourceInfo::setDN(), and src().

◆ setEstimateCoords()

void NsScrPrx4Source::setEstimateCoords ( bool  is)
inline

◆ setIsValid()

void NsScrPrx4Source::setIsValid ( bool  is)
inline

◆ setK_i()

void NsScrPrx4Source::setK_i ( int  i,
double  d 
)
inline

Definition at line 446 of file NsScrPrx4Session.h.

References SgVlbiSourceInfo::sModel(), and src().

◆ setRa()

void NsScrPrx4Source::setRa ( double  d)
inline

Definition at line 427 of file NsScrPrx4Session.h.

References SgVlbiSourceInfo::setRA(), and src().

◆ setTestAttr()

void NsScrPrx4Source::setTestAttr ( bool  is)
inline

Definition at line 434 of file NsScrPrx4Session.h.

References SgAttribute::assignAttr(), SgVlbiSourceInfo::Attr_TEST, and src().

◆ setX_i()

void NsScrPrx4Source::setX_i ( int  i,
double  d 
)
inline

Definition at line 448 of file NsScrPrx4Session.h.

References SgVlbiSourceInfo::sModel(), and src().

◆ setY_i()

void NsScrPrx4Source::setY_i ( int  i,
double  d 
)
inline

Definition at line 449 of file NsScrPrx4Session.h.

References SgVlbiSourceInfo::sModel(), and src().

◆ src() [1/2]

◆ src() [2/2]

const SgVlbiSourceInfo* NsScrPrx4Source::src ( ) const
inlineprivate

Definition at line 471 of file NsScrPrx4Session.h.

Property Documentation

◆ applySsm

bool NsScrPrx4Source::applySsm
readwrite

Definition at line 370 of file NsScrPrx4Session.h.

◆ aprioriComments

QString NsScrPrx4Source::aprioriComments
read

Definition at line 370 of file NsScrPrx4Session.h.

◆ constrainCoords

bool NsScrPrx4Source::constrainCoords
readwrite

Definition at line 370 of file NsScrPrx4Session.h.

◆ declination

double NsScrPrx4Source::declination
readwrite

Definition at line 370 of file NsScrPrx4Session.h.

◆ estimateCoords

bool NsScrPrx4Source::estimateCoords
readwrite

Definition at line 370 of file NsScrPrx4Session.h.

◆ isValid

bool NsScrPrx4Source::isValid
readwrite

Definition at line 370 of file NsScrPrx4Session.h.

◆ rightAscension

double NsScrPrx4Source::rightAscension
readwrite

Definition at line 370 of file NsScrPrx4Session.h.

◆ testAttr

bool NsScrPrx4Source::testAttr
readwrite

Definition at line 370 of file NsScrPrx4Session.h.


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