General Purpose Geodetic Library
|
#include <SgVlbiSourceInfo.h>
Public Member Functions | |
StructModelMp (double k, double b, double x, double y, bool estK=true, bool estB=true, bool estCoo=true) | |
~StructModelMp () | |
SgParameter *& | pK () |
SgParameter *& | pB () |
SgParameter *& | pX () |
SgParameter *& | pY () |
double | getR () const |
double | getS () const |
double | getC () const |
bool | getEstimateRatio () const |
bool | getEstimateSpIdx () const |
bool | getEstimatePosition () const |
void | setEstimateRatio (bool b) |
void | setEstimateSpIdx (bool b) |
void | setEstimatePosition (bool b) |
void | prepareModel (double u, double v) |
![]() | |
StructModel (double k, double b, double x, double y) | |
~StructModel () | |
double | getK () const |
double | getKsig () const |
double | getB () const |
double | getBsig () const |
double | getX () const |
double | getXsig () const |
double | getY () const |
double | getYsig () const |
void | setK (double d) |
void | setKsig (double d) |
void | setB (double d) |
void | setBsig (double d) |
void | setX (double d) |
void | setXsig (double d) |
void | setY (double d) |
void | setYsig (double d) |
double | tauS (double f, double u, double v) const |
Private Attributes | |
SgParameter * | pK_ |
SgParameter * | pB_ |
SgParameter * | pX_ |
SgParameter * | pY_ |
double | dR_ |
double | dS_ |
double | dC_ |
bool | estimateRatio_ |
bool | estimateSpIdx_ |
bool | estimatePosition_ |
Definition at line 109 of file SgVlbiSourceInfo.h.
|
inline |
Definition at line 112 of file SgVlbiSourceInfo.h.
References estimatePosition_, estimateRatio_, estimateSpIdx_, pB_, pK_, pX_, and pY_.
|
inline |
|
inline |
Definition at line 123 of file SgVlbiSourceInfo.h.
References dC_.
|
inline |
Definition at line 126 of file SgVlbiSourceInfo.h.
References estimatePosition_.
Referenced by SgGuiVlbiSrcInfoEditor::SgGuiVlbiSrcInfoEditor(), SgGuiVlbiSrcStrModelEditor::SgGuiVlbiSrcStrModelEditor(), SgGuiVlbiSrcStrModelEditor::accept(), SgGuiVlbiSrcStrModelEditor::acquireData(), SgGuiVlbiSrcInfoEditor::addNewSsmPoint(), SgVlbiSourceInfo::saveIntermediateResults(), and SgGuiVlbiSrcInfoEditor::toggleEntryMoveEnable().
|
inline |
Definition at line 124 of file SgVlbiSourceInfo.h.
References estimateRatio_.
Referenced by SgGuiVlbiSrcInfoEditor::SgGuiVlbiSrcInfoEditor(), SgGuiVlbiSrcStrModelEditor::SgGuiVlbiSrcStrModelEditor(), SgGuiVlbiSrcStrModelEditor::accept(), SgGuiVlbiSrcStrModelEditor::acquireData(), SgGuiVlbiSrcInfoEditor::addNewSsmPoint(), SgVlbiSourceInfo::saveIntermediateResults(), and SgGuiVlbiSrcInfoEditor::toggleEntryMoveEnable().
|
inline |
Definition at line 125 of file SgVlbiSourceInfo.h.
References estimateSpIdx_.
Referenced by SgGuiVlbiSrcInfoEditor::SgGuiVlbiSrcInfoEditor(), SgGuiVlbiSrcStrModelEditor::SgGuiVlbiSrcStrModelEditor(), SgGuiVlbiSrcStrModelEditor::accept(), SgGuiVlbiSrcStrModelEditor::acquireData(), SgGuiVlbiSrcInfoEditor::addNewSsmPoint(), SgVlbiSourceInfo::saveIntermediateResults(), and SgGuiVlbiSrcInfoEditor::toggleEntryMoveEnable().
|
inline |
Definition at line 121 of file SgVlbiSourceInfo.h.
References dR_.
|
inline |
Definition at line 122 of file SgVlbiSourceInfo.h.
References dS_.
|
inline |
Definition at line 118 of file SgVlbiSourceInfo.h.
References pB_.
|
inline |
Definition at line 117 of file SgVlbiSourceInfo.h.
References pK_.
void SgVlbiSourceInfo::StructModelMp::prepareModel | ( | double | u, |
double | v | ||
) |
Definition at line 66 of file SgVlbiSourceInfo.cpp.
|
inline |
Definition at line 119 of file SgVlbiSourceInfo.h.
References pX_.
|
inline |
Definition at line 120 of file SgVlbiSourceInfo.h.
References pY_.
|
inline |
Definition at line 129 of file SgVlbiSourceInfo.h.
References estimatePosition_.
Referenced by SgGuiVlbiSrcStrModelEditor::acquireData(), and SgGuiVlbiSrcInfoEditor::toggleEntryMoveEnable().
|
inline |
Definition at line 127 of file SgVlbiSourceInfo.h.
References estimateRatio_.
Referenced by SgGuiVlbiSrcStrModelEditor::acquireData(), and SgGuiVlbiSrcInfoEditor::toggleEntryMoveEnable().
|
inline |
Definition at line 128 of file SgVlbiSourceInfo.h.
References estimateSpIdx_.
Referenced by SgGuiVlbiSrcStrModelEditor::acquireData(), and SgGuiVlbiSrcInfoEditor::toggleEntryMoveEnable().
|
private |
Definition at line 138 of file SgVlbiSourceInfo.h.
Referenced by getC().
|
private |
Definition at line 136 of file SgVlbiSourceInfo.h.
Referenced by getR().
|
private |
Definition at line 137 of file SgVlbiSourceInfo.h.
Referenced by getS().
|
private |
Definition at line 141 of file SgVlbiSourceInfo.h.
Referenced by StructModelMp(), getEstimatePosition(), and setEstimatePosition().
|
private |
Definition at line 139 of file SgVlbiSourceInfo.h.
Referenced by StructModelMp(), getEstimateRatio(), and setEstimateRatio().
|
private |
Definition at line 140 of file SgVlbiSourceInfo.h.
Referenced by StructModelMp(), getEstimateSpIdx(), and setEstimateSpIdx().
|
private |
Definition at line 133 of file SgVlbiSourceInfo.h.
Referenced by StructModelMp(), ~StructModelMp(), and pB().
|
private |
Definition at line 132 of file SgVlbiSourceInfo.h.
Referenced by StructModelMp(), ~StructModelMp(), and pK().
|
private |
Definition at line 134 of file SgVlbiSourceInfo.h.
Referenced by StructModelMp(), ~StructModelMp(), and pX().
|
private |
Definition at line 135 of file SgVlbiSourceInfo.h.
Referenced by StructModelMp(), ~StructModelMp(), and pY().