casa
5.7.0-16
|
The SourceRow class is a row of a SourceTable. More...
#include <SourceRow.h>
Public Member Functions | |
virtual | ~SourceRow () |
friend class asdm::TableStreamReader<SourceTable, SourceRow>; More... | |
SourceTable & | getTable () const |
Return the table to which this row belongs. More... | |
bool | isAdded () const |
Has this row been added to its table ? More... | |
ArrayTimeInterval | getTimeInterval () const |
===> Attribute timeInterval More... | |
void | setTimeInterval (ArrayTimeInterval timeInterval) |
Set timeInterval with the specified ArrayTimeInterval. More... | |
std::string | getCode () const |
===> Attribute code More... | |
void | setCode (std::string code) |
Set code with the specified std::string. More... | |
std::vector< Angle > | getDirection () const |
===> Attribute direction More... | |
void | setDirection (std::vector< Angle > direction) |
Set direction with the specified std::vector<Angle >. More... | |
std::vector< AngularRate > | getProperMotion () const |
===> Attribute properMotion More... | |
void | setProperMotion (std::vector< AngularRate > properMotion) |
Set properMotion with the specified std::vector<AngularRate >. More... | |
std::string | getSourceName () const |
===> Attribute sourceName More... | |
void | setSourceName (std::string sourceName) |
Set sourceName with the specified std::string. More... | |
bool | isDirectionCodeExists () const |
===> Attribute directionCode, which is optional More... | |
DirectionReferenceCodeMod::DirectionReferenceCode | getDirectionCode () const |
Get directionCode, which is optional. More... | |
void | setDirectionCode (DirectionReferenceCodeMod::DirectionReferenceCode directionCode) |
Set directionCode with the specified DirectionReferenceCodeMod::DirectionReferenceCode. More... | |
void | clearDirectionCode () |
Mark directionCode, which is an optional field, as non-existent. More... | |
bool | isDirectionEquinoxExists () const |
===> Attribute directionEquinox, which is optional More... | |
ArrayTime | getDirectionEquinox () const |
Get directionEquinox, which is optional. More... | |
void | setDirectionEquinox (ArrayTime directionEquinox) |
Set directionEquinox with the specified ArrayTime. More... | |
void | clearDirectionEquinox () |
Mark directionEquinox, which is an optional field, as non-existent. More... | |
bool | isCalibrationGroupExists () const |
===> Attribute calibrationGroup, which is optional More... | |
int | getCalibrationGroup () const |
Get calibrationGroup, which is optional. More... | |
void | setCalibrationGroup (int calibrationGroup) |
Set calibrationGroup with the specified int. More... | |
void | clearCalibrationGroup () |
Mark calibrationGroup, which is an optional field, as non-existent. More... | |
bool | isCatalogExists () const |
===> Attribute catalog, which is optional More... | |
std::string | getCatalog () const |
Get catalog, which is optional. More... | |
void | setCatalog (std::string catalog) |
Set catalog with the specified std::string. More... | |
void | clearCatalog () |
Mark catalog, which is an optional field, as non-existent. More... | |
bool | isDeltaVelExists () const |
===> Attribute deltaVel, which is optional More... | |
Speed | getDeltaVel () const |
Get deltaVel, which is optional. More... | |
void | setDeltaVel (Speed deltaVel) |
Set deltaVel with the specified Speed. More... | |
void | clearDeltaVel () |
Mark deltaVel, which is an optional field, as non-existent. More... | |
bool | isPositionExists () const |
===> Attribute position, which is optional More... | |
std::vector< Length > | getPosition () const |
Get position, which is optional. More... | |
void | setPosition (std::vector< Length > position) |
Set position with the specified std::vector<Length >. More... | |
void | clearPosition () |
Mark position, which is an optional field, as non-existent. More... | |
bool | isNumLinesExists () const |
===> Attribute numLines, which is optional More... | |
int | getNumLines () const |
Get numLines, which is optional. More... | |
void | setNumLines (int numLines) |
Set numLines with the specified int. More... | |
void | clearNumLines () |
Mark numLines, which is an optional field, as non-existent. More... | |
bool | isTransitionExists () const |
===> Attribute transition, which is optional More... | |
std::vector< std::string > | getTransition () const |
Get transition, which is optional. More... | |
void | setTransition (std::vector< std::string > transition) |
Set transition with the specified std::vector<std::string >. More... | |
void | clearTransition () |
Mark transition, which is an optional field, as non-existent. More... | |
bool | isRestFrequencyExists () const |
===> Attribute restFrequency, which is optional More... | |
std::vector< Frequency > | getRestFrequency () const |
Get restFrequency, which is optional. More... | |
void | setRestFrequency (std::vector< Frequency > restFrequency) |
Set restFrequency with the specified std::vector<Frequency >. More... | |
void | clearRestFrequency () |
Mark restFrequency, which is an optional field, as non-existent. More... | |
bool | isSysVelExists () const |
===> Attribute sysVel, which is optional More... | |
std::vector< Speed > | getSysVel () const |
Get sysVel, which is optional. More... | |
void | setSysVel (std::vector< Speed > sysVel) |
Set sysVel with the specified std::vector<Speed >. More... | |
void | clearSysVel () |
Mark sysVel, which is an optional field, as non-existent. More... | |
bool | isRangeVelExists () const |
===> Attribute rangeVel, which is optional More... | |
std::vector< Speed > | getRangeVel () const |
Get rangeVel, which is optional. More... | |
void | setRangeVel (std::vector< Speed > rangeVel) |
Set rangeVel with the specified std::vector<Speed >. More... | |
void | clearRangeVel () |
Mark rangeVel, which is an optional field, as non-existent. More... | |
bool | isSourceModelExists () const |
===> Attribute sourceModel, which is optional More... | |
SourceModelMod::SourceModel | getSourceModel () const |
Get sourceModel, which is optional. More... | |
void | setSourceModel (SourceModelMod::SourceModel sourceModel) |
Set sourceModel with the specified SourceModelMod::SourceModel. More... | |
void | clearSourceModel () |
Mark sourceModel, which is an optional field, as non-existent. More... | |
bool | isFrequencyRefCodeExists () const |
===> Attribute frequencyRefCode, which is optional More... | |
FrequencyReferenceCodeMod::FrequencyReferenceCode | getFrequencyRefCode () const |
Get frequencyRefCode, which is optional. More... | |
void | setFrequencyRefCode (FrequencyReferenceCodeMod::FrequencyReferenceCode frequencyRefCode) |
Set frequencyRefCode with the specified FrequencyReferenceCodeMod::FrequencyReferenceCode. More... | |
void | clearFrequencyRefCode () |
Mark frequencyRefCode, which is an optional field, as non-existent. More... | |
bool | isNumFreqExists () const |
===> Attribute numFreq, which is optional More... | |
int | getNumFreq () const |
Get numFreq, which is optional. More... | |
void | setNumFreq (int numFreq) |
Set numFreq with the specified int. More... | |
void | clearNumFreq () |
Mark numFreq, which is an optional field, as non-existent. More... | |
bool | isNumStokesExists () const |
===> Attribute numStokes, which is optional More... | |
int | getNumStokes () const |
Get numStokes, which is optional. More... | |
void | setNumStokes (int numStokes) |
Set numStokes with the specified int. More... | |
void | clearNumStokes () |
Mark numStokes, which is an optional field, as non-existent. More... | |
bool | isFrequencyExists () const |
===> Attribute frequency, which is optional More... | |
std::vector< Frequency > | getFrequency () const |
Get frequency, which is optional. More... | |
void | setFrequency (std::vector< Frequency > frequency) |
Set frequency with the specified std::vector<Frequency >. More... | |
void | clearFrequency () |
Mark frequency, which is an optional field, as non-existent. More... | |
bool | isFrequencyIntervalExists () const |
===> Attribute frequencyInterval, which is optional More... | |
std::vector< Frequency > | getFrequencyInterval () const |
Get frequencyInterval, which is optional. More... | |
void | setFrequencyInterval (std::vector< Frequency > frequencyInterval) |
Set frequencyInterval with the specified std::vector<Frequency >. More... | |
void | clearFrequencyInterval () |
Mark frequencyInterval, which is an optional field, as non-existent. More... | |
bool | isStokesParameterExists () const |
===> Attribute stokesParameter, which is optional More... | |
std::vector < StokesParameterMod::StokesParameter > | getStokesParameter () const |
Get stokesParameter, which is optional. More... | |
void | setStokesParameter (std::vector< StokesParameterMod::StokesParameter > stokesParameter) |
Set stokesParameter with the specified std::vector<StokesParameterMod::StokesParameter >. More... | |
void | clearStokesParameter () |
Mark stokesParameter, which is an optional field, as non-existent. More... | |
bool | isFluxExists () const |
===> Attribute flux, which is optional More... | |
std::vector< std::vector< Flux > > | getFlux () const |
Get flux, which is optional. More... | |
void | setFlux (std::vector< std::vector< Flux > > flux) |
Set flux with the specified std::vector<std::vector<Flux > >. More... | |
void | clearFlux () |
Mark flux, which is an optional field, as non-existent. More... | |
bool | isFluxErrExists () const |
===> Attribute fluxErr, which is optional More... | |
std::vector< std::vector< Flux > > | getFluxErr () const |
Get fluxErr, which is optional. More... | |
void | setFluxErr (std::vector< std::vector< Flux > > fluxErr) |
Set fluxErr with the specified std::vector<std::vector<Flux > >. More... | |
void | clearFluxErr () |
Mark fluxErr, which is an optional field, as non-existent. More... | |
bool | isPositionAngleExists () const |
===> Attribute positionAngle, which is optional More... | |
std::vector< Angle > | getPositionAngle () const |
Get positionAngle, which is optional. More... | |
void | setPositionAngle (std::vector< Angle > positionAngle) |
Set positionAngle with the specified std::vector<Angle >. More... | |
void | clearPositionAngle () |
Mark positionAngle, which is an optional field, as non-existent. More... | |
bool | isPositionAngleErrExists () const |
===> Attribute positionAngleErr, which is optional More... | |
std::vector< Angle > | getPositionAngleErr () const |
Get positionAngleErr, which is optional. More... | |
void | setPositionAngleErr (std::vector< Angle > positionAngleErr) |
Set positionAngleErr with the specified std::vector<Angle >. More... | |
void | clearPositionAngleErr () |
Mark positionAngleErr, which is an optional field, as non-existent. More... | |
bool | isSizeExists () const |
===> Attribute size, which is optional More... | |
std::vector< std::vector< Angle > > | getSize () const |
Get size, which is optional. More... | |
void | setSize (std::vector< std::vector< Angle > > size) |
Set size with the specified std::vector<std::vector<Angle > >. More... | |
void | clearSize () |
Mark size, which is an optional field, as non-existent. More... | |
bool | isSizeErrExists () const |
===> Attribute sizeErr, which is optional More... | |
std::vector< std::vector< Angle > > | getSizeErr () const |
Get sizeErr, which is optional. More... | |
void | setSizeErr (std::vector< std::vector< Angle > > sizeErr) |
Set sizeErr with the specified std::vector<std::vector<Angle > >. More... | |
void | clearSizeErr () |
Mark sizeErr, which is an optional field, as non-existent. More... | |
bool | isVelRefCodeExists () const |
===> Attribute velRefCode, which is optional More... | |
RadialVelocityReferenceCodeMod::RadialVelocityReferenceCode | getVelRefCode () const |
Get velRefCode, which is optional. More... | |
void | setVelRefCode (RadialVelocityReferenceCodeMod::RadialVelocityReferenceCode velRefCode) |
Set velRefCode with the specified RadialVelocityReferenceCodeMod::RadialVelocityReferenceCode. More... | |
void | clearVelRefCode () |
Mark velRefCode, which is an optional field, as non-existent. More... | |
bool | isDopplerVelocityExists () const |
===> Attribute dopplerVelocity, which is optional More... | |
std::vector< Speed > | getDopplerVelocity () const |
Get dopplerVelocity, which is optional. More... | |
void | setDopplerVelocity (std::vector< Speed > dopplerVelocity) |
Set dopplerVelocity with the specified std::vector<Speed >. More... | |
void | clearDopplerVelocity () |
Mark dopplerVelocity, which is an optional field, as non-existent. More... | |
bool | isDopplerReferenceSystemExists () const |
===> Attribute dopplerReferenceSystem, which is optional More... | |
RadialVelocityReferenceCodeMod::RadialVelocityReferenceCode | getDopplerReferenceSystem () const |
Get dopplerReferenceSystem, which is optional. More... | |
void | setDopplerReferenceSystem (RadialVelocityReferenceCodeMod::RadialVelocityReferenceCode dopplerReferenceSystem) |
Set dopplerReferenceSystem with the specified RadialVelocityReferenceCodeMod::RadialVelocityReferenceCode. More... | |
void | clearDopplerReferenceSystem () |
Mark dopplerReferenceSystem, which is an optional field, as non-existent. More... | |
bool | isDopplerCalcTypeExists () const |
===> Attribute dopplerCalcType, which is optional More... | |
DopplerReferenceCodeMod::DopplerReferenceCode | getDopplerCalcType () const |
Get dopplerCalcType, which is optional. More... | |
void | setDopplerCalcType (DopplerReferenceCodeMod::DopplerReferenceCode dopplerCalcType) |
Set dopplerCalcType with the specified DopplerReferenceCodeMod::DopplerReferenceCode. More... | |
void | clearDopplerCalcType () |
Mark dopplerCalcType, which is an optional field, as non-existent. More... | |
bool | isParallaxExists () const |
===> Attribute parallax, which is optional More... | |
std::vector< Angle > | getParallax () const |
Get parallax, which is optional. More... | |
void | setParallax (std::vector< Angle > parallax) |
Set parallax with the specified std::vector<Angle >. More... | |
void | clearParallax () |
Mark parallax, which is an optional field, as non-existent. More... | |
void | setSpectralWindowId (Tag spectralWindowId) |
Set spectralWindowId with the specified Tag. More... | |
Links *SpectralWindowRow * | getSpectralWindowUsingSpectralWindowId () |
spectralWindowId pointer to the row in the SpectralWindow table having SpectralWindow.spectralWindowId == spectralWindowId More... | |
bool | compareNoAutoInc (ArrayTimeInterval timeInterval, Tag spectralWindowId, std::string code, std::vector< Angle > direction, std::vector< AngularRate > properMotion, std::string sourceName) |
Compare each mandatory attribute except the autoincrementable one of this SourceRow with the corresponding parameters and return true if there is a match and false otherwise. More... | |
bool | compareRequiredValue (std::string code, std::vector< Angle > direction, std::vector< AngularRate > properMotion, std::string sourceName) |
Compare each mandatory value (i.e. More... | |
bool | equalByRequiredValue (SourceRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. More... | |
asdmIDL::SourceRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. More... | |
void | toIDL (asdmIDL::SourceRowIDL &x) const |
Define the content of a SourceRowIDL struct from the values found in this row. More... | |
void | setFromIDL (asdmIDL::SourceRowIDL x) |
Fill the values of this row from the IDL struct SourceRowIDL. More... | |
std::string | toXML () const |
Return this row in the form of an XML string. More... | |
void | setFromXML (std::string rowDoc) |
Fill the values of this row from an XML string that was produced by the toXML() method. More... | |
Public Attributes | |
Intrinsic Table | Attributes |
Extrinsic Table | Attributes |
Private Attributes | |
SourceTable & | table |
The table to which this row belongs. More... | |
bool | hasBeenAdded |
Whether this row has been added to the table or not. More... | |
ArrayTimeInterval | timeInterval |
===> Attribute timeInterval More... | |
std::string | code |
===> Attribute code More... | |
std::vector< Angle > | direction |
===> Attribute direction More... | |
std::vector< AngularRate > | properMotion |
===> Attribute properMotion More... | |
std::string | sourceName |
===> Attribute sourceName More... | |
bool | directionCodeExists |
===> Attribute directionCode, which is optional More... | |
DirectionReferenceCodeMod::DirectionReferenceCode | directionCode |
bool | directionEquinoxExists |
===> Attribute directionEquinox, which is optional More... | |
ArrayTime | directionEquinox |
bool | calibrationGroupExists |
===> Attribute calibrationGroup, which is optional More... | |
int | calibrationGroup |
bool | catalogExists |
===> Attribute catalog, which is optional More... | |
std::string | catalog |
bool | deltaVelExists |
===> Attribute deltaVel, which is optional More... | |
Speed | deltaVel |
bool | positionExists |
===> Attribute position, which is optional More... | |
std::vector< Length > | position |
bool | numLinesExists |
===> Attribute numLines, which is optional More... | |
int | numLines |
bool | transitionExists |
===> Attribute transition, which is optional More... | |
std::vector< std::string > | transition |
bool | restFrequencyExists |
===> Attribute restFrequency, which is optional More... | |
std::vector< Frequency > | restFrequency |
bool | sysVelExists |
===> Attribute sysVel, which is optional More... | |
std::vector< Speed > | sysVel |
bool | rangeVelExists |
===> Attribute rangeVel, which is optional More... | |
std::vector< Speed > | rangeVel |
bool | sourceModelExists |
===> Attribute sourceModel, which is optional More... | |
SourceModelMod::SourceModel | sourceModel |
bool | frequencyRefCodeExists |
===> Attribute frequencyRefCode, which is optional More... | |
FrequencyReferenceCodeMod::FrequencyReferenceCode | frequencyRefCode |
bool | numFreqExists |
===> Attribute numFreq, which is optional More... | |
int | numFreq |
bool | numStokesExists |
===> Attribute numStokes, which is optional More... | |
int | numStokes |
bool | frequencyExists |
===> Attribute frequency, which is optional More... | |
std::vector< Frequency > | frequency |
bool | frequencyIntervalExists |
===> Attribute frequencyInterval, which is optional More... | |
std::vector< Frequency > | frequencyInterval |
bool | stokesParameterExists |
===> Attribute stokesParameter, which is optional More... | |
std::vector < StokesParameterMod::StokesParameter > | stokesParameter |
bool | fluxExists |
===> Attribute flux, which is optional More... | |
std::vector< std::vector< Flux > > | flux |
bool | fluxErrExists |
===> Attribute fluxErr, which is optional More... | |
std::vector< std::vector< Flux > > | fluxErr |
bool | positionAngleExists |
===> Attribute positionAngle, which is optional More... | |
std::vector< Angle > | positionAngle |
bool | positionAngleErrExists |
===> Attribute positionAngleErr, which is optional More... | |
std::vector< Angle > | positionAngleErr |
bool | sizeExists |
===> Attribute size, which is optional More... | |
std::vector< std::vector< Angle > > | size |
bool | sizeErrExists |
===> Attribute sizeErr, which is optional More... | |
std::vector< std::vector< Angle > > | sizeErr |
bool | velRefCodeExists |
===> Attribute velRefCode, which is optional More... | |
RadialVelocityReferenceCodeMod::RadialVelocityReferenceCode | velRefCode |
bool | dopplerVelocityExists |
===> Attribute dopplerVelocity, which is optional More... | |
std::vector< Speed > | dopplerVelocity |
bool | dopplerReferenceSystemExists |
===> Attribute dopplerReferenceSystem, which is optional More... | |
RadialVelocityReferenceCodeMod::RadialVelocityReferenceCode | dopplerReferenceSystem |
bool | dopplerCalcTypeExists |
===> Attribute dopplerCalcType, which is optional More... | |
DopplerReferenceCodeMod::DopplerReferenceCode | dopplerCalcType |
bool | parallaxExists |
===> Attribute parallax, which is optional More... | |
std::vector< Angle > | parallax |
Links *binary deserialization material from an EndianIStream std::map< std::string, SourceAttributeFromBin > | fromBinMethods |
*text deserialization material std::map< std::string, SourceAttributeFromText > | fromTextMethods |
Friends | |
class | asdm::SourceTable |
class | asdm::RowTransformer< SourceRow > |
The SourceRow class is a row of a SourceTable.
Generated from model's revision "-1", branch ""
Definition at line 205 of file SourceRow.h.
|
virtual |
friend class asdm::TableStreamReader<SourceTable, SourceRow>;
|
private |
Create a SourceRow.
This constructor is private because only the table can create rows. All rows know the table to which they belong.
table | The table to which this row belongs. |
|
private |
Create a SourceRow using a copy constructor mechanism.
Given a SourceRow row and a SourceTable table, the method creates a new SourceRow owned by table. Each attribute of the created row is a copy (deep) of the corresponding attribute of row. The method does not add the created row to its table, its simply parents it to table, a call to the add method has to be done in order to get the row added (very likely after having modified some of its attributes). If row is null then the method returns a row with default values for its attributes.
This constructor is private because only the table can create rows. All rows know the table to which they belong.
table | The table to which this row belongs. |
row | The row which is to be copied. |
|
private |
|
private |
|
private |
|
private |
void asdm::SourceRow::clearCalibrationGroup | ( | ) |
Mark calibrationGroup, which is an optional field, as non-existent.
void asdm::SourceRow::clearCatalog | ( | ) |
Mark catalog, which is an optional field, as non-existent.
void asdm::SourceRow::clearDeltaVel | ( | ) |
Mark deltaVel, which is an optional field, as non-existent.
void asdm::SourceRow::clearDirectionCode | ( | ) |
Mark directionCode, which is an optional field, as non-existent.
void asdm::SourceRow::clearDirectionEquinox | ( | ) |
Mark directionEquinox, which is an optional field, as non-existent.
void asdm::SourceRow::clearDopplerCalcType | ( | ) |
Mark dopplerCalcType, which is an optional field, as non-existent.
void asdm::SourceRow::clearDopplerReferenceSystem | ( | ) |
Mark dopplerReferenceSystem, which is an optional field, as non-existent.
void asdm::SourceRow::clearDopplerVelocity | ( | ) |
Mark dopplerVelocity, which is an optional field, as non-existent.
void asdm::SourceRow::clearFlux | ( | ) |
Mark flux, which is an optional field, as non-existent.
void asdm::SourceRow::clearFluxErr | ( | ) |
Mark fluxErr, which is an optional field, as non-existent.
void asdm::SourceRow::clearFrequency | ( | ) |
Mark frequency, which is an optional field, as non-existent.
void asdm::SourceRow::clearFrequencyInterval | ( | ) |
Mark frequencyInterval, which is an optional field, as non-existent.
void asdm::SourceRow::clearFrequencyRefCode | ( | ) |
Mark frequencyRefCode, which is an optional field, as non-existent.
void asdm::SourceRow::clearNumFreq | ( | ) |
Mark numFreq, which is an optional field, as non-existent.
void asdm::SourceRow::clearNumLines | ( | ) |
Mark numLines, which is an optional field, as non-existent.
void asdm::SourceRow::clearNumStokes | ( | ) |
Mark numStokes, which is an optional field, as non-existent.
void asdm::SourceRow::clearParallax | ( | ) |
Mark parallax, which is an optional field, as non-existent.
void asdm::SourceRow::clearPosition | ( | ) |
Mark position, which is an optional field, as non-existent.
void asdm::SourceRow::clearPositionAngle | ( | ) |
Mark positionAngle, which is an optional field, as non-existent.
void asdm::SourceRow::clearPositionAngleErr | ( | ) |
Mark positionAngleErr, which is an optional field, as non-existent.
void asdm::SourceRow::clearRangeVel | ( | ) |
Mark rangeVel, which is an optional field, as non-existent.
void asdm::SourceRow::clearRestFrequency | ( | ) |
Mark restFrequency, which is an optional field, as non-existent.
void asdm::SourceRow::clearSize | ( | ) |
Mark size, which is an optional field, as non-existent.
void asdm::SourceRow::clearSizeErr | ( | ) |
Mark sizeErr, which is an optional field, as non-existent.
void asdm::SourceRow::clearSourceModel | ( | ) |
Mark sourceModel, which is an optional field, as non-existent.
void asdm::SourceRow::clearStokesParameter | ( | ) |
Mark stokesParameter, which is an optional field, as non-existent.
void asdm::SourceRow::clearSysVel | ( | ) |
Mark sysVel, which is an optional field, as non-existent.
void asdm::SourceRow::clearTransition | ( | ) |
Mark transition, which is an optional field, as non-existent.
void asdm::SourceRow::clearVelRefCode | ( | ) |
Mark velRefCode, which is an optional field, as non-existent.
|
private |
|
private |
bool asdm::SourceRow::compareNoAutoInc | ( | ArrayTimeInterval | timeInterval, |
Tag | spectralWindowId, | ||
std::string | code, | ||
std::vector< Angle > | direction, | ||
std::vector< AngularRate > | properMotion, | ||
std::string | sourceName | ||
) |
Compare each mandatory attribute except the autoincrementable one of this SourceRow with the corresponding parameters and return true if there is a match and false otherwise.
timeInterval | |
spectralWindowId | |
code | |
direction | |
properMotion | |
sourceName |
bool asdm::SourceRow::compareRequiredValue | ( | std::string | code, |
std::vector< Angle > | direction, | ||
std::vector< AngularRate > | properMotion, | ||
std::string | sourceName | ||
) |
Compare each mandatory value (i.e.
not in the key) attribute with the corresponding parameters and return true if there is a match and false otherwise.
code | |
direction | |
properMotion | |
sourceName |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
bool asdm::SourceRow::equalByRequiredValue | ( | SourceRow * | x | ) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
x | a pointer on the SourceRow whose required attributes of the value part will be compared with those of this. |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
int asdm::SourceRow::getCalibrationGroup | ( | ) | const |
Get calibrationGroup, which is optional.
IllegalAccessException | If calibrationGroup does not exist. |
std::string asdm::SourceRow::getCatalog | ( | ) | const |
Get catalog, which is optional.
IllegalAccessException | If catalog does not exist. |
std::string asdm::SourceRow::getCode | ( | ) | const |
===> Attribute code
Get code.
Speed asdm::SourceRow::getDeltaVel | ( | ) | const |
Get deltaVel, which is optional.
IllegalAccessException | If deltaVel does not exist. |
std::vector<Angle > asdm::SourceRow::getDirection | ( | ) | const |
===> Attribute direction
Get direction.
DirectionReferenceCodeMod::DirectionReferenceCode asdm::SourceRow::getDirectionCode | ( | ) | const |
Get directionCode, which is optional.
IllegalAccessException | If directionCode does not exist. |
ArrayTime asdm::SourceRow::getDirectionEquinox | ( | ) | const |
Get directionEquinox, which is optional.
IllegalAccessException | If directionEquinox does not exist. |
DopplerReferenceCodeMod::DopplerReferenceCode asdm::SourceRow::getDopplerCalcType | ( | ) | const |
Get dopplerCalcType, which is optional.
IllegalAccessException | If dopplerCalcType does not exist. |
RadialVelocityReferenceCodeMod::RadialVelocityReferenceCode asdm::SourceRow::getDopplerReferenceSystem | ( | ) | const |
Get dopplerReferenceSystem, which is optional.
IllegalAccessException | If dopplerReferenceSystem does not exist. |
std::vector<Speed > asdm::SourceRow::getDopplerVelocity | ( | ) | const |
Get dopplerVelocity, which is optional.
IllegalAccessException | If dopplerVelocity does not exist. |
std::vector<std::vector<Flux > > asdm::SourceRow::getFlux | ( | ) | const |
Get flux, which is optional.
IllegalAccessException | If flux does not exist. |
std::vector<std::vector<Flux > > asdm::SourceRow::getFluxErr | ( | ) | const |
Get fluxErr, which is optional.
IllegalAccessException | If fluxErr does not exist. |
std::vector<Frequency > asdm::SourceRow::getFrequency | ( | ) | const |
Get frequency, which is optional.
IllegalAccessException | If frequency does not exist. |
std::vector<Frequency > asdm::SourceRow::getFrequencyInterval | ( | ) | const |
Get frequencyInterval, which is optional.
IllegalAccessException | If frequencyInterval does not exist. |
FrequencyReferenceCodeMod::FrequencyReferenceCode asdm::SourceRow::getFrequencyRefCode | ( | ) | const |
Get frequencyRefCode, which is optional.
IllegalAccessException | If frequencyRefCode does not exist. |
int asdm::SourceRow::getNumFreq | ( | ) | const |
Get numFreq, which is optional.
IllegalAccessException | If numFreq does not exist. |
int asdm::SourceRow::getNumLines | ( | ) | const |
Get numLines, which is optional.
IllegalAccessException | If numLines does not exist. |
int asdm::SourceRow::getNumStokes | ( | ) | const |
Get numStokes, which is optional.
IllegalAccessException | If numStokes does not exist. |
std::vector<Angle > asdm::SourceRow::getParallax | ( | ) | const |
Get parallax, which is optional.
IllegalAccessException | If parallax does not exist. |
std::vector<Length > asdm::SourceRow::getPosition | ( | ) | const |
Get position, which is optional.
IllegalAccessException | If position does not exist. |
std::vector<Angle > asdm::SourceRow::getPositionAngle | ( | ) | const |
Get positionAngle, which is optional.
IllegalAccessException | If positionAngle does not exist. |
std::vector<Angle > asdm::SourceRow::getPositionAngleErr | ( | ) | const |
Get positionAngleErr, which is optional.
IllegalAccessException | If positionAngleErr does not exist. |
std::vector<AngularRate > asdm::SourceRow::getProperMotion | ( | ) | const |
===> Attribute properMotion
Get properMotion.
std::vector<Speed > asdm::SourceRow::getRangeVel | ( | ) | const |
Get rangeVel, which is optional.
IllegalAccessException | If rangeVel does not exist. |
std::vector<Frequency > asdm::SourceRow::getRestFrequency | ( | ) | const |
Get restFrequency, which is optional.
IllegalAccessException | If restFrequency does not exist. |
std::vector<std::vector<Angle > > asdm::SourceRow::getSize | ( | ) | const |
Get size, which is optional.
IllegalAccessException | If size does not exist. |
std::vector<std::vector<Angle > > asdm::SourceRow::getSizeErr | ( | ) | const |
Get sizeErr, which is optional.
IllegalAccessException | If sizeErr does not exist. |
SourceModelMod::SourceModel asdm::SourceRow::getSourceModel | ( | ) | const |
Get sourceModel, which is optional.
IllegalAccessException | If sourceModel does not exist. |
std::string asdm::SourceRow::getSourceName | ( | ) | const |
===> Attribute sourceName
Get sourceName.
Links* SpectralWindowRow* asdm::SourceRow::getSpectralWindowUsingSpectralWindowId | ( | ) |
spectralWindowId pointer to the row in the SpectralWindow table having SpectralWindow.spectralWindowId == spectralWindowId
std::vector<StokesParameterMod::StokesParameter > asdm::SourceRow::getStokesParameter | ( | ) | const |
Get stokesParameter, which is optional.
IllegalAccessException | If stokesParameter does not exist. |
std::vector<Speed > asdm::SourceRow::getSysVel | ( | ) | const |
Get sysVel, which is optional.
IllegalAccessException | If sysVel does not exist. |
SourceTable& asdm::SourceRow::getTable | ( | ) | const |
Return the table to which this row belongs.
ArrayTimeInterval asdm::SourceRow::getTimeInterval | ( | ) | const |
std::vector<std::string > asdm::SourceRow::getTransition | ( | ) | const |
Get transition, which is optional.
IllegalAccessException | If transition does not exist. |
RadialVelocityReferenceCodeMod::RadialVelocityReferenceCode asdm::SourceRow::getVelRefCode | ( | ) | const |
Get velRefCode, which is optional.
IllegalAccessException | If velRefCode does not exist. |
bool asdm::SourceRow::isAdded | ( | ) | const |
Has this row been added to its table ?
|
private |
This method is used by the Table class when this row is added to the table.
bool asdm::SourceRow::isCalibrationGroupExists | ( | ) | const |
===> Attribute calibrationGroup, which is optional
The attribute calibrationGroup is optional. Return true if this attribute exists.
bool asdm::SourceRow::isCatalogExists | ( | ) | const |
===> Attribute catalog, which is optional
The attribute catalog is optional. Return true if this attribute exists.
bool asdm::SourceRow::isDeltaVelExists | ( | ) | const |
===> Attribute deltaVel, which is optional
The attribute deltaVel is optional. Return true if this attribute exists.
bool asdm::SourceRow::isDirectionCodeExists | ( | ) | const |
===> Attribute directionCode, which is optional
The attribute directionCode is optional. Return true if this attribute exists.
bool asdm::SourceRow::isDirectionEquinoxExists | ( | ) | const |
===> Attribute directionEquinox, which is optional
The attribute directionEquinox is optional. Return true if this attribute exists.
bool asdm::SourceRow::isDopplerCalcTypeExists | ( | ) | const |
===> Attribute dopplerCalcType, which is optional
The attribute dopplerCalcType is optional. Return true if this attribute exists.
bool asdm::SourceRow::isDopplerReferenceSystemExists | ( | ) | const |
===> Attribute dopplerReferenceSystem, which is optional
The attribute dopplerReferenceSystem is optional. Return true if this attribute exists.
bool asdm::SourceRow::isDopplerVelocityExists | ( | ) | const |
===> Attribute dopplerVelocity, which is optional
The attribute dopplerVelocity is optional. Return true if this attribute exists.
bool asdm::SourceRow::isFluxErrExists | ( | ) | const |
===> Attribute fluxErr, which is optional
The attribute fluxErr is optional. Return true if this attribute exists.
bool asdm::SourceRow::isFluxExists | ( | ) | const |
===> Attribute flux, which is optional
The attribute flux is optional. Return true if this attribute exists.
bool asdm::SourceRow::isFrequencyExists | ( | ) | const |
===> Attribute frequency, which is optional
The attribute frequency is optional. Return true if this attribute exists.
bool asdm::SourceRow::isFrequencyIntervalExists | ( | ) | const |
===> Attribute frequencyInterval, which is optional
The attribute frequencyInterval is optional. Return true if this attribute exists.
bool asdm::SourceRow::isFrequencyRefCodeExists | ( | ) | const |
===> Attribute frequencyRefCode, which is optional
The attribute frequencyRefCode is optional. Return true if this attribute exists.
bool asdm::SourceRow::isNumFreqExists | ( | ) | const |
===> Attribute numFreq, which is optional
The attribute numFreq is optional. Return true if this attribute exists.
bool asdm::SourceRow::isNumLinesExists | ( | ) | const |
===> Attribute numLines, which is optional
The attribute numLines is optional. Return true if this attribute exists.
bool asdm::SourceRow::isNumStokesExists | ( | ) | const |
===> Attribute numStokes, which is optional
The attribute numStokes is optional. Return true if this attribute exists.
bool asdm::SourceRow::isParallaxExists | ( | ) | const |
===> Attribute parallax, which is optional
The attribute parallax is optional. Return true if this attribute exists.
bool asdm::SourceRow::isPositionAngleErrExists | ( | ) | const |
===> Attribute positionAngleErr, which is optional
The attribute positionAngleErr is optional. Return true if this attribute exists.
bool asdm::SourceRow::isPositionAngleExists | ( | ) | const |
===> Attribute positionAngle, which is optional
The attribute positionAngle is optional. Return true if this attribute exists.
bool asdm::SourceRow::isPositionExists | ( | ) | const |
===> Attribute position, which is optional
The attribute position is optional. Return true if this attribute exists.
bool asdm::SourceRow::isRangeVelExists | ( | ) | const |
===> Attribute rangeVel, which is optional
The attribute rangeVel is optional. Return true if this attribute exists.
bool asdm::SourceRow::isRestFrequencyExists | ( | ) | const |
===> Attribute restFrequency, which is optional
The attribute restFrequency is optional. Return true if this attribute exists.
bool asdm::SourceRow::isSizeErrExists | ( | ) | const |
===> Attribute sizeErr, which is optional
The attribute sizeErr is optional. Return true if this attribute exists.
bool asdm::SourceRow::isSizeExists | ( | ) | const |
===> Attribute size, which is optional
The attribute size is optional. Return true if this attribute exists.
bool asdm::SourceRow::isSourceModelExists | ( | ) | const |
===> Attribute sourceModel, which is optional
The attribute sourceModel is optional. Return true if this attribute exists.
bool asdm::SourceRow::isStokesParameterExists | ( | ) | const |
===> Attribute stokesParameter, which is optional
The attribute stokesParameter is optional. Return true if this attribute exists.
bool asdm::SourceRow::isSysVelExists | ( | ) | const |
===> Attribute sysVel, which is optional
The attribute sysVel is optional. Return true if this attribute exists.
bool asdm::SourceRow::isTransitionExists | ( | ) | const |
===> Attribute transition, which is optional
The attribute transition is optional. Return true if this attribute exists.
bool asdm::SourceRow::isVelRefCodeExists | ( | ) | const |
===> Attribute velRefCode, which is optional
The attribute velRefCode is optional. Return true if this attribute exists.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
void asdm::SourceRow::setCalibrationGroup | ( | int | calibrationGroup | ) |
Set calibrationGroup with the specified int.
calibrationGroup | The int value to which calibrationGroup is to be set. |
void asdm::SourceRow::setCatalog | ( | std::string | catalog | ) |
Set catalog with the specified std::string.
catalog | The std::string value to which catalog is to be set. |
void asdm::SourceRow::setCode | ( | std::string | code | ) |
Set code with the specified std::string.
code | The std::string value to which code is to be set. |
void asdm::SourceRow::setDeltaVel | ( | Speed | deltaVel | ) |
void asdm::SourceRow::setDirection | ( | std::vector< Angle > | direction | ) |
Set direction with the specified std::vector<Angle >.
direction | The std::vector<Angle > value to which direction is to be set. |
void asdm::SourceRow::setDirectionCode | ( | DirectionReferenceCodeMod::DirectionReferenceCode | directionCode | ) |
Set directionCode with the specified DirectionReferenceCodeMod::DirectionReferenceCode.
directionCode | The DirectionReferenceCodeMod::DirectionReferenceCode value to which directionCode is to be set. |
void asdm::SourceRow::setDirectionEquinox | ( | ArrayTime | directionEquinox | ) |
void asdm::SourceRow::setDopplerCalcType | ( | DopplerReferenceCodeMod::DopplerReferenceCode | dopplerCalcType | ) |
Set dopplerCalcType with the specified DopplerReferenceCodeMod::DopplerReferenceCode.
dopplerCalcType | The DopplerReferenceCodeMod::DopplerReferenceCode value to which dopplerCalcType is to be set. |
void asdm::SourceRow::setDopplerReferenceSystem | ( | RadialVelocityReferenceCodeMod::RadialVelocityReferenceCode | dopplerReferenceSystem | ) |
Set dopplerReferenceSystem with the specified RadialVelocityReferenceCodeMod::RadialVelocityReferenceCode.
dopplerReferenceSystem | The RadialVelocityReferenceCodeMod::RadialVelocityReferenceCode value to which dopplerReferenceSystem is to be set. |
void asdm::SourceRow::setDopplerVelocity | ( | std::vector< Speed > | dopplerVelocity | ) |
Set dopplerVelocity with the specified std::vector<Speed >.
dopplerVelocity | The std::vector<Speed > value to which dopplerVelocity is to be set. |
void asdm::SourceRow::setFlux | ( | std::vector< std::vector< Flux > > | flux | ) |
Set flux with the specified std::vector<std::vector<Flux > >.
flux | The std::vector<std::vector<Flux > > value to which flux is to be set. |
void asdm::SourceRow::setFluxErr | ( | std::vector< std::vector< Flux > > | fluxErr | ) |
Set fluxErr with the specified std::vector<std::vector<Flux > >.
fluxErr | The std::vector<std::vector<Flux > > value to which fluxErr is to be set. |
void asdm::SourceRow::setFrequency | ( | std::vector< Frequency > | frequency | ) |
Set frequency with the specified std::vector<Frequency >.
frequency | The std::vector<Frequency > value to which frequency is to be set. |
void asdm::SourceRow::setFrequencyInterval | ( | std::vector< Frequency > | frequencyInterval | ) |
Set frequencyInterval with the specified std::vector<Frequency >.
frequencyInterval | The std::vector<Frequency > value to which frequencyInterval is to be set. |
void asdm::SourceRow::setFrequencyRefCode | ( | FrequencyReferenceCodeMod::FrequencyReferenceCode | frequencyRefCode | ) |
Set frequencyRefCode with the specified FrequencyReferenceCodeMod::FrequencyReferenceCode.
frequencyRefCode | The FrequencyReferenceCodeMod::FrequencyReferenceCode value to which frequencyRefCode is to be set. |
void asdm::SourceRow::setFromIDL | ( | asdmIDL::SourceRowIDL | x | ) |
Fill the values of this row from the IDL struct SourceRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::SourceRow::setFromXML | ( | std::string | rowDoc | ) |
Fill the values of this row from an XML string that was produced by the toXML() method.
rowDoc | the XML string being used to set the values of this row. |
ConversionException |
void asdm::SourceRow::setNumFreq | ( | int | numFreq | ) |
Set numFreq with the specified int.
numFreq | The int value to which numFreq is to be set. |
void asdm::SourceRow::setNumLines | ( | int | numLines | ) |
Set numLines with the specified int.
numLines | The int value to which numLines is to be set. |
void asdm::SourceRow::setNumStokes | ( | int | numStokes | ) |
Set numStokes with the specified int.
numStokes | The int value to which numStokes is to be set. |
void asdm::SourceRow::setParallax | ( | std::vector< Angle > | parallax | ) |
Set parallax with the specified std::vector<Angle >.
parallax | The std::vector<Angle > value to which parallax is to be set. |
void asdm::SourceRow::setPosition | ( | std::vector< Length > | position | ) |
Set position with the specified std::vector<Length >.
position | The std::vector<Length > value to which position is to be set. |
void asdm::SourceRow::setPositionAngle | ( | std::vector< Angle > | positionAngle | ) |
Set positionAngle with the specified std::vector<Angle >.
positionAngle | The std::vector<Angle > value to which positionAngle is to be set. |
void asdm::SourceRow::setPositionAngleErr | ( | std::vector< Angle > | positionAngleErr | ) |
Set positionAngleErr with the specified std::vector<Angle >.
positionAngleErr | The std::vector<Angle > value to which positionAngleErr is to be set. |
void asdm::SourceRow::setProperMotion | ( | std::vector< AngularRate > | properMotion | ) |
Set properMotion with the specified std::vector<AngularRate >.
properMotion | The std::vector<AngularRate > value to which properMotion is to be set. |
void asdm::SourceRow::setRangeVel | ( | std::vector< Speed > | rangeVel | ) |
Set rangeVel with the specified std::vector<Speed >.
rangeVel | The std::vector<Speed > value to which rangeVel is to be set. |
void asdm::SourceRow::setRestFrequency | ( | std::vector< Frequency > | restFrequency | ) |
Set restFrequency with the specified std::vector<Frequency >.
restFrequency | The std::vector<Frequency > value to which restFrequency is to be set. |
void asdm::SourceRow::setSize | ( | std::vector< std::vector< Angle > > | size | ) |
Set size with the specified std::vector<std::vector<Angle > >.
size | The std::vector<std::vector<Angle > > value to which size is to be set. |
void asdm::SourceRow::setSizeErr | ( | std::vector< std::vector< Angle > > | sizeErr | ) |
Set sizeErr with the specified std::vector<std::vector<Angle > >.
sizeErr | The std::vector<std::vector<Angle > > value to which sizeErr is to be set. |
|
private |
Set sourceId with the specified int value.
sourceId | The int value to which sourceId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::SourceRow::setSourceModel | ( | SourceModelMod::SourceModel | sourceModel | ) |
Set sourceModel with the specified SourceModelMod::SourceModel.
sourceModel | The SourceModelMod::SourceModel value to which sourceModel is to be set. |
void asdm::SourceRow::setSourceName | ( | std::string | sourceName | ) |
Set sourceName with the specified std::string.
sourceName | The std::string value to which sourceName is to be set. |
void asdm::SourceRow::setSpectralWindowId | ( | Tag | spectralWindowId | ) |
Set spectralWindowId with the specified Tag.
spectralWindowId | The Tag value to which spectralWindowId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::SourceRow::setStokesParameter | ( | std::vector< StokesParameterMod::StokesParameter > | stokesParameter | ) |
Set stokesParameter with the specified std::vector<StokesParameterMod::StokesParameter >.
stokesParameter | The std::vector<StokesParameterMod::StokesParameter > value to which stokesParameter is to be set. |
void asdm::SourceRow::setSysVel | ( | std::vector< Speed > | sysVel | ) |
Set sysVel with the specified std::vector<Speed >.
sysVel | The std::vector<Speed > value to which sysVel is to be set. |
void asdm::SourceRow::setTimeInterval | ( | ArrayTimeInterval | timeInterval | ) |
Set timeInterval with the specified ArrayTimeInterval.
timeInterval | The ArrayTimeInterval value to which timeInterval is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::SourceRow::setTransition | ( | std::vector< std::string > | transition | ) |
Set transition with the specified std::vector<std::string >.
transition | The std::vector<std::string > value to which transition is to be set. |
void asdm::SourceRow::setVelRefCode | ( | RadialVelocityReferenceCodeMod::RadialVelocityReferenceCode | velRefCode | ) |
Set velRefCode with the specified RadialVelocityReferenceCodeMod::RadialVelocityReferenceCode.
velRefCode | The RadialVelocityReferenceCodeMod::RadialVelocityReferenceCode value to which velRefCode is to be set. |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
asdmIDL::SourceRowIDL* asdm::SourceRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
void asdm::SourceRow::toIDL | ( | asdmIDL::SourceRowIDL & | x | ) | const |
Define the content of a SourceRowIDL struct from the values found in this row.
x | a reference to the SourceRowIDL struct to be set. |
std::string asdm::SourceRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
|
private |
|
private |
|
private |
|
private |
|
friend |
Definition at line 207 of file SourceRow.h.
|
friend |
Definition at line 206 of file SourceRow.h.
Extrinsic Table asdm::SourceRow::Attributes |
Definition at line 230 of file SourceRow.h.
Extrinsic Table asdm::SourceRow::Attributes |
Definition at line 1595 of file SourceRow.h.
|
private |
Definition at line 1957 of file SourceRow.h.
|
private |
===> Attribute calibrationGroup, which is optional
Definition at line 1954 of file SourceRow.h.
|
private |
Definition at line 1970 of file SourceRow.h.
|
private |
===> Attribute catalog, which is optional
Definition at line 1967 of file SourceRow.h.
|
private |
===> Attribute code
Definition at line 1885 of file SourceRow.h.
|
private |
Definition at line 1983 of file SourceRow.h.
|
private |
===> Attribute deltaVel, which is optional
Definition at line 1980 of file SourceRow.h.
|
private |
===> Attribute direction
Definition at line 1896 of file SourceRow.h.
|
private |
Definition at line 1931 of file SourceRow.h.
|
private |
===> Attribute directionCode, which is optional
Definition at line 1928 of file SourceRow.h.
|
private |
Definition at line 1944 of file SourceRow.h.
|
private |
===> Attribute directionEquinox, which is optional
Definition at line 1941 of file SourceRow.h.
|
private |
Definition at line 2282 of file SourceRow.h.
|
private |
===> Attribute dopplerCalcType, which is optional
Definition at line 2279 of file SourceRow.h.
|
private |
Definition at line 2269 of file SourceRow.h.
|
private |
===> Attribute dopplerReferenceSystem, which is optional
Definition at line 2266 of file SourceRow.h.
|
private |
Definition at line 2256 of file SourceRow.h.
|
private |
===> Attribute dopplerVelocity, which is optional
Definition at line 2253 of file SourceRow.h.
|
private |
Definition at line 2165 of file SourceRow.h.
|
private |
Definition at line 2178 of file SourceRow.h.
|
private |
===> Attribute fluxErr, which is optional
Definition at line 2175 of file SourceRow.h.
|
private |
===> Attribute flux, which is optional
Definition at line 2162 of file SourceRow.h.
|
private |
Definition at line 2126 of file SourceRow.h.
|
private |
===> Attribute frequency, which is optional
Definition at line 2123 of file SourceRow.h.
|
private |
Definition at line 2139 of file SourceRow.h.
|
private |
===> Attribute frequencyInterval, which is optional
Definition at line 2136 of file SourceRow.h.
|
private |
Definition at line 2087 of file SourceRow.h.
|
private |
===> Attribute frequencyRefCode, which is optional
Definition at line 2084 of file SourceRow.h.
|
private |
Definition at line 2332 of file SourceRow.h.
|
private |
Definition at line 2376 of file SourceRow.h.
|
private |
Whether this row has been added to the table or not.
Definition at line 1807 of file SourceRow.h.
|
private |
Definition at line 2100 of file SourceRow.h.
|
private |
===> Attribute numFreq, which is optional
Definition at line 2097 of file SourceRow.h.
|
private |
Definition at line 2009 of file SourceRow.h.
|
private |
===> Attribute numLines, which is optional
Definition at line 2006 of file SourceRow.h.
|
private |
Definition at line 2113 of file SourceRow.h.
|
private |
===> Attribute numStokes, which is optional
Definition at line 2110 of file SourceRow.h.
|
private |
Definition at line 2295 of file SourceRow.h.
|
private |
===> Attribute parallax, which is optional
Definition at line 2292 of file SourceRow.h.
|
private |
Definition at line 1996 of file SourceRow.h.
|
private |
Definition at line 2191 of file SourceRow.h.
|
private |
Definition at line 2204 of file SourceRow.h.
|
private |
===> Attribute positionAngleErr, which is optional
Definition at line 2201 of file SourceRow.h.
|
private |
===> Attribute positionAngle, which is optional
Definition at line 2188 of file SourceRow.h.
|
private |
===> Attribute position, which is optional
Definition at line 1993 of file SourceRow.h.
|
private |
===> Attribute properMotion
Definition at line 1907 of file SourceRow.h.
|
private |
Definition at line 2061 of file SourceRow.h.
|
private |
===> Attribute rangeVel, which is optional
Definition at line 2058 of file SourceRow.h.
|
private |
Definition at line 2035 of file SourceRow.h.
|
private |
===> Attribute restFrequency, which is optional
Definition at line 2032 of file SourceRow.h.
|
private |
Definition at line 2217 of file SourceRow.h.
|
private |
Definition at line 2230 of file SourceRow.h.
|
private |
===> Attribute sizeErr, which is optional
Definition at line 2227 of file SourceRow.h.
|
private |
===> Attribute size, which is optional
Definition at line 2214 of file SourceRow.h.
|
private |
Definition at line 2074 of file SourceRow.h.
|
private |
===> Attribute sourceModel, which is optional
Definition at line 2071 of file SourceRow.h.
|
private |
===> Attribute sourceName
Definition at line 1918 of file SourceRow.h.
|
private |
Definition at line 2152 of file SourceRow.h.
|
private |
===> Attribute stokesParameter, which is optional
Definition at line 2149 of file SourceRow.h.
|
private |
Definition at line 2048 of file SourceRow.h.
|
private |
===> Attribute sysVel, which is optional
Definition at line 2045 of file SourceRow.h.
|
private |
The table to which this row belongs.
Definition at line 1803 of file SourceRow.h.
|
private |
===> Attribute timeInterval
Definition at line 1874 of file SourceRow.h.
|
private |
Definition at line 2022 of file SourceRow.h.
|
private |
===> Attribute transition, which is optional
Definition at line 2019 of file SourceRow.h.
|
private |
Definition at line 2243 of file SourceRow.h.
|
private |
===> Attribute velRefCode, which is optional
Definition at line 2240 of file SourceRow.h.