casa
$Rev:20696$
|
The CalFocusModelRow class is a row of a CalFocusModelTable. More...
#include <CalFocusModelRow.h>
Public Member Functions | |
virtual | ~CalFocusModelRow () |
friend class asdm::TableStreamReader<CalFocusModelTable, CalFocusModelRow>; | |
CalFocusModelTable & | getTable () const |
Return the table to which this row belongs. | |
bool | isAdded () const |
Has this row been added to its table ? | |
void | setAntennaName (string antennaName) |
Set antennaName with the specified string. | |
ReceiverBandMod::ReceiverBand | getReceiverBand () const |
===> Attribute receiverBand | |
void | setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand) |
Set receiverBand with the specified ReceiverBandMod::ReceiverBand. | |
PolarizationTypeMod::PolarizationType | getPolarizationType () const |
===> Attribute polarizationType | |
void | setPolarizationType (PolarizationTypeMod::PolarizationType polarizationType) |
Set polarizationType with the specified PolarizationTypeMod::PolarizationType. | |
ArrayTime | getStartValidTime () const |
===> Attribute startValidTime | |
void | setStartValidTime (ArrayTime startValidTime) |
Set startValidTime with the specified ArrayTime. | |
ArrayTime | getEndValidTime () const |
===> Attribute endValidTime | |
void | setEndValidTime (ArrayTime endValidTime) |
Set endValidTime with the specified ArrayTime. | |
AntennaMakeMod::AntennaMake | getAntennaMake () const |
===> Attribute antennaMake | |
void | setAntennaMake (AntennaMakeMod::AntennaMake antennaMake) |
Set antennaMake with the specified AntennaMakeMod::AntennaMake. | |
int | getNumCoeff () const |
===> Attribute numCoeff | |
void | setNumCoeff (int numCoeff) |
Set numCoeff with the specified int. | |
int | getNumSourceObs () const |
===> Attribute numSourceObs | |
void | setNumSourceObs (int numSourceObs) |
Set numSourceObs with the specified int. | |
vector< string > | getCoeffName () const |
===> Attribute coeffName | |
void | setCoeffName (vector< string > coeffName) |
Set coeffName with the specified vector<string >. | |
vector< string > | getCoeffFormula () const |
===> Attribute coeffFormula | |
void | setCoeffFormula (vector< string > coeffFormula) |
Set coeffFormula with the specified vector<string >. | |
vector< float > | getCoeffValue () const |
===> Attribute coeffValue | |
void | setCoeffValue (vector< float > coeffValue) |
Set coeffValue with the specified vector<float >. | |
vector< float > | getCoeffError () const |
===> Attribute coeffError | |
void | setCoeffError (vector< float > coeffError) |
Set coeffError with the specified vector<float >. | |
vector< bool > | getCoeffFixed () const |
===> Attribute coeffFixed | |
void | setCoeffFixed (vector< bool > coeffFixed) |
Set coeffFixed with the specified vector<bool >. | |
string | getFocusModel () const |
===> Attribute focusModel | |
void | setFocusModel (string focusModel) |
Set focusModel with the specified string. | |
vector< Length > | getFocusRMS () const |
===> Attribute focusRMS | |
void | setFocusRMS (vector< Length > focusRMS) |
Set focusRMS with the specified vector<Length >. | |
double | getReducedChiSquared () const |
===> Attribute reducedChiSquared | |
void | setReducedChiSquared (double reducedChiSquared) |
Set reducedChiSquared with the specified double. | |
void | setCalDataId (Tag calDataId) |
Set calDataId with the specified Tag. | |
Tag | getCalReductionId () const |
===> Attribute calReductionId | |
void | setCalReductionId (Tag calReductionId) |
Set calReductionId with the specified Tag. | |
Links *CalReductionRow * | getCalReductionUsingCalReductionId () |
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId | |
CalDataRow * | getCalDataUsingCalDataId () |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId | |
bool | compareNoAutoInc (string antennaName, ReceiverBandMod::ReceiverBand receiverBand, PolarizationTypeMod::PolarizationType polarizationType, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, AntennaMakeMod::AntennaMake antennaMake, int numCoeff, int numSourceObs, vector< string > coeffName, vector< string > coeffFormula, vector< float > coeffValue, vector< float > coeffError, vector< bool > coeffFixed, string focusModel, vector< Length > focusRMS, double reducedChiSquared) |
Compare each mandatory attribute except the autoincrementable one of this CalFocusModelRow with the corresponding parameters and return true if there is a match and false otherwise. | |
bool | compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, AntennaMakeMod::AntennaMake antennaMake, int numCoeff, int numSourceObs, vector< string > coeffName, vector< string > coeffFormula, vector< float > coeffValue, vector< float > coeffError, vector< bool > coeffFixed, string focusModel, vector< Length > focusRMS, double reducedChiSquared) |
Compare each mandatory value (i.e. | |
bool | equalByRequiredValue (CalFocusModelRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
asdmIDL::CalFocusModelRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. | |
void | toIDL (asdmIDL::CalFocusModelRowIDL &x) const |
Define the content of a CalFocusModelRowIDL struct from the values found in this row. | |
void | setFromIDL (asdmIDL::CalFocusModelRowIDL x) |
Fill the values of this row from the IDL struct CalFocusModelRowIDL. | |
std::string | toXML () const |
Return this row in the form of an XML string. | |
void | setFromXML (std::string rowDoc) |
Fill the values of this row from an XML string that was produced by the toXML() method. | |
virtual | ~CalFocusModelRow () |
friend class asdm::TableStreamReader<CalFocusModelTable, CalFocusModelRow>; | |
CalFocusModelTable & | getTable () const |
Return the table to which this row belongs. | |
bool | isAdded () const |
Has this row been added to its table ? | |
void | setAntennaName (string antennaName) |
Set antennaName with the specified string. | |
ReceiverBandMod::ReceiverBand | getReceiverBand () const |
===> Attribute receiverBand | |
void | setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand) |
Set receiverBand with the specified ReceiverBandMod::ReceiverBand. | |
PolarizationTypeMod::PolarizationType | getPolarizationType () const |
===> Attribute polarizationType | |
void | setPolarizationType (PolarizationTypeMod::PolarizationType polarizationType) |
Set polarizationType with the specified PolarizationTypeMod::PolarizationType. | |
ArrayTime | getStartValidTime () const |
===> Attribute startValidTime | |
void | setStartValidTime (ArrayTime startValidTime) |
Set startValidTime with the specified ArrayTime. | |
ArrayTime | getEndValidTime () const |
===> Attribute endValidTime | |
void | setEndValidTime (ArrayTime endValidTime) |
Set endValidTime with the specified ArrayTime. | |
AntennaMakeMod::AntennaMake | getAntennaMake () const |
===> Attribute antennaMake | |
void | setAntennaMake (AntennaMakeMod::AntennaMake antennaMake) |
Set antennaMake with the specified AntennaMakeMod::AntennaMake. | |
int | getNumCoeff () const |
===> Attribute numCoeff | |
void | setNumCoeff (int numCoeff) |
Set numCoeff with the specified int. | |
int | getNumSourceObs () const |
===> Attribute numSourceObs | |
void | setNumSourceObs (int numSourceObs) |
Set numSourceObs with the specified int. | |
vector< string > | getCoeffName () const |
===> Attribute coeffName | |
void | setCoeffName (vector< string > coeffName) |
Set coeffName with the specified vector<string >. | |
vector< string > | getCoeffFormula () const |
===> Attribute coeffFormula | |
void | setCoeffFormula (vector< string > coeffFormula) |
Set coeffFormula with the specified vector<string >. | |
vector< float > | getCoeffValue () const |
===> Attribute coeffValue | |
void | setCoeffValue (vector< float > coeffValue) |
Set coeffValue with the specified vector<float >. | |
vector< float > | getCoeffError () const |
===> Attribute coeffError | |
void | setCoeffError (vector< float > coeffError) |
Set coeffError with the specified vector<float >. | |
vector< bool > | getCoeffFixed () const |
===> Attribute coeffFixed | |
void | setCoeffFixed (vector< bool > coeffFixed) |
Set coeffFixed with the specified vector<bool >. | |
string | getFocusModel () const |
===> Attribute focusModel | |
void | setFocusModel (string focusModel) |
Set focusModel with the specified string. | |
vector< Length > | getFocusRMS () const |
===> Attribute focusRMS | |
void | setFocusRMS (vector< Length > focusRMS) |
Set focusRMS with the specified vector<Length >. | |
double | getReducedChiSquared () const |
===> Attribute reducedChiSquared | |
void | setReducedChiSquared (double reducedChiSquared) |
Set reducedChiSquared with the specified double. | |
void | setCalDataId (Tag calDataId) |
Set calDataId with the specified Tag. | |
Tag | getCalReductionId () const |
===> Attribute calReductionId | |
void | setCalReductionId (Tag calReductionId) |
Set calReductionId with the specified Tag. | |
Links *CalReductionRow * | getCalReductionUsingCalReductionId () |
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId | |
CalDataRow * | getCalDataUsingCalDataId () |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId | |
bool | compareNoAutoInc (string antennaName, ReceiverBandMod::ReceiverBand receiverBand, PolarizationTypeMod::PolarizationType polarizationType, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, AntennaMakeMod::AntennaMake antennaMake, int numCoeff, int numSourceObs, vector< string > coeffName, vector< string > coeffFormula, vector< float > coeffValue, vector< float > coeffError, vector< bool > coeffFixed, string focusModel, vector< Length > focusRMS, double reducedChiSquared) |
Compare each mandatory attribute except the autoincrementable one of this CalFocusModelRow with the corresponding parameters and return true if there is a match and false otherwise. | |
bool | compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, AntennaMakeMod::AntennaMake antennaMake, int numCoeff, int numSourceObs, vector< string > coeffName, vector< string > coeffFormula, vector< float > coeffValue, vector< float > coeffError, vector< bool > coeffFixed, string focusModel, vector< Length > focusRMS, double reducedChiSquared) |
Compare each mandatory value (i.e. | |
bool | equalByRequiredValue (CalFocusModelRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
asdmIDL::CalFocusModelRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. | |
void | setFromIDL (asdmIDL::CalFocusModelRowIDL x) |
Fill the values of this row from the IDL struct CalFocusModelRowIDL. | |
std::string | toXML () const |
Return this row in the form of an XML string. | |
void | setFromXML (std::string rowDoc) |
Fill the values of this row from an XML string that was produced by the toXML() method. | |
Public Attributes | |
Intrinsic Table | Attributes |
Extrinsic Table | Attributes |
Private Member Functions | |
void | isAdded (bool added) |
This method is used by the Table class when this row is added to the table. | |
CalFocusModelRow (CalFocusModelTable &table) | |
Create a CalFocusModelRow. | |
CalFocusModelRow (CalFocusModelTable &table, CalFocusModelRow &row) | |
Create a CalFocusModelRow using a copy constructor mechanism. | |
void | antennaNameFromBin (EndianIStream &eis) |
void | receiverBandFromBin (EndianIStream &eis) |
void | polarizationTypeFromBin (EndianIStream &eis) |
void | calDataIdFromBin (EndianIStream &eis) |
void | calReductionIdFromBin (EndianIStream &eis) |
void | startValidTimeFromBin (EndianIStream &eis) |
void | endValidTimeFromBin (EndianIStream &eis) |
void | antennaMakeFromBin (EndianIStream &eis) |
void | numCoeffFromBin (EndianIStream &eis) |
void | numSourceObsFromBin (EndianIStream &eis) |
void | coeffNameFromBin (EndianIStream &eis) |
void | coeffFormulaFromBin (EndianIStream &eis) |
void | coeffValueFromBin (EndianIStream &eis) |
void | coeffErrorFromBin (EndianIStream &eis) |
void | coeffFixedFromBin (EndianIStream &eis) |
void | focusModelFromBin (EndianIStream &eis) |
void | focusRMSFromBin (EndianIStream &eis) |
void | reducedChiSquaredFromBin (EndianIStream &eis) |
void | antennaNameFromText (const string &s) |
void | receiverBandFromText (const string &s) |
void | polarizationTypeFromText (const string &s) |
void | calDataIdFromText (const string &s) |
void | calReductionIdFromText (const string &s) |
void | startValidTimeFromText (const string &s) |
void | endValidTimeFromText (const string &s) |
void | antennaMakeFromText (const string &s) |
void | numCoeffFromText (const string &s) |
void | numSourceObsFromText (const string &s) |
void | coeffNameFromText (const string &s) |
void | coeffFormulaFromText (const string &s) |
void | coeffValueFromText (const string &s) |
void | coeffErrorFromText (const string &s) |
void | coeffFixedFromText (const string &s) |
void | focusModelFromText (const string &s) |
void | focusRMSFromText (const string &s) |
void | reducedChiSquaredFromText (const string &s) |
void | toBin (EndianOSStream &eoss) |
Serialize this into a stream of bytes written to an EndianOSStream. | |
void | isAdded (bool added) |
This method is used by the Table class when this row is added to the table. | |
CalFocusModelRow (CalFocusModelTable &table) | |
Create a CalFocusModelRow. | |
CalFocusModelRow (CalFocusModelTable &table, CalFocusModelRow &row) | |
Create a CalFocusModelRow using a copy constructor mechanism. | |
void | antennaNameFromBin (EndianIStream &eis) |
void | receiverBandFromBin (EndianIStream &eis) |
void | polarizationTypeFromBin (EndianIStream &eis) |
void | calDataIdFromBin (EndianIStream &eis) |
void | calReductionIdFromBin (EndianIStream &eis) |
void | startValidTimeFromBin (EndianIStream &eis) |
void | endValidTimeFromBin (EndianIStream &eis) |
void | antennaMakeFromBin (EndianIStream &eis) |
void | numCoeffFromBin (EndianIStream &eis) |
void | numSourceObsFromBin (EndianIStream &eis) |
void | coeffNameFromBin (EndianIStream &eis) |
void | coeffFormulaFromBin (EndianIStream &eis) |
void | coeffValueFromBin (EndianIStream &eis) |
void | coeffErrorFromBin (EndianIStream &eis) |
void | coeffFixedFromBin (EndianIStream &eis) |
void | focusModelFromBin (EndianIStream &eis) |
void | focusRMSFromBin (EndianIStream &eis) |
void | reducedChiSquaredFromBin (EndianIStream &eis) |
void | antennaNameFromText (const string &s) |
void | receiverBandFromText (const string &s) |
void | polarizationTypeFromText (const string &s) |
void | calDataIdFromText (const string &s) |
void | calReductionIdFromText (const string &s) |
void | startValidTimeFromText (const string &s) |
void | endValidTimeFromText (const string &s) |
void | antennaMakeFromText (const string &s) |
void | numCoeffFromText (const string &s) |
void | numSourceObsFromText (const string &s) |
void | coeffNameFromText (const string &s) |
void | coeffFormulaFromText (const string &s) |
void | coeffValueFromText (const string &s) |
void | coeffErrorFromText (const string &s) |
void | coeffFixedFromText (const string &s) |
void | focusModelFromText (const string &s) |
void | focusRMSFromText (const string &s) |
void | reducedChiSquaredFromText (const string &s) |
void | fromText (const std::string &attributeName, const std::string &t) |
void | toBin (EndianOSStream &eoss) |
Serialize this into a stream of bytes written to an EndianOSStream. | |
Private Attributes | |
CalFocusModelTable & | table |
The table to which this row belongs. | |
bool | hasBeenAdded |
Whether this row has been added to the table or not. | |
ReceiverBandMod::ReceiverBand | receiverBand |
===> Attribute receiverBand | |
PolarizationTypeMod::PolarizationType | polarizationType |
===> Attribute polarizationType | |
ArrayTime | startValidTime |
===> Attribute startValidTime | |
ArrayTime | endValidTime |
===> Attribute endValidTime | |
AntennaMakeMod::AntennaMake | antennaMake |
===> Attribute antennaMake | |
int | numCoeff |
===> Attribute numCoeff | |
int | numSourceObs |
===> Attribute numSourceObs | |
vector< string > | coeffName |
===> Attribute coeffName | |
vector< string > | coeffFormula |
===> Attribute coeffFormula | |
vector< float > | coeffValue |
===> Attribute coeffValue | |
vector< float > | coeffError |
===> Attribute coeffError | |
vector< bool > | coeffFixed |
===> Attribute coeffFixed | |
string | focusModel |
===> Attribute focusModel | |
vector< Length > | focusRMS |
===> Attribute focusRMS | |
double | reducedChiSquared |
===> Attribute reducedChiSquared | |
Tag | calReductionId |
===> Attribute calReductionId | |
Links *binary deserialization material from an EndianIStream std::map< std::string, CalFocusModelAttributeFromBin > | fromBinMethods |
*text deserialization material std::map< std::string, CalFocusModelAttributeFromText > | fromTextMethods |
Friends | |
class | asdm::CalFocusModelTable |
class | asdm::RowTransformer< CalFocusModelRow > |
The CalFocusModelRow class is a row of a CalFocusModelTable.
Generated from model's revision "1.64", branch "HEAD"
Generated from model's revision "1.61", branch "HEAD"
Definition at line 138 of file CalFocusModelRow.h.
virtual asdm::CalFocusModelRow::~CalFocusModelRow | ( | ) | [virtual] |
friend class asdm::TableStreamReader<CalFocusModelTable, CalFocusModelRow>;
asdm::CalFocusModelRow::CalFocusModelRow | ( | CalFocusModelTable & | table | ) | [private] |
Create a CalFocusModelRow.
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. |
asdm::CalFocusModelRow::CalFocusModelRow | ( | CalFocusModelTable & | table, |
CalFocusModelRow & | row | ||
) | [private] |
Create a CalFocusModelRow using a copy constructor mechanism.
Given a CalFocusModelRow row and a CalFocusModelTable table, the method creates a new CalFocusModelRow 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. |
virtual asdm::CalFocusModelRow::~CalFocusModelRow | ( | ) | [virtual] |
friend class asdm::TableStreamReader<CalFocusModelTable, CalFocusModelRow>;
asdm::CalFocusModelRow::CalFocusModelRow | ( | CalFocusModelTable & | table | ) | [private] |
Create a CalFocusModelRow.
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. |
asdm::CalFocusModelRow::CalFocusModelRow | ( | CalFocusModelTable & | table, |
CalFocusModelRow & | row | ||
) | [private] |
Create a CalFocusModelRow using a copy constructor mechanism.
Given a CalFocusModelRow row and a CalFocusModelTable table, the method creates a new CalFocusModelRow 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. |
void asdm::CalFocusModelRow::antennaMakeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::antennaMakeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::antennaMakeFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::antennaMakeFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::antennaNameFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::antennaNameFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::antennaNameFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::antennaNameFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::calDataIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::calDataIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::calDataIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::calDataIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::calReductionIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::calReductionIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::calReductionIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::calReductionIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::coeffErrorFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::coeffErrorFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::coeffErrorFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::coeffErrorFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::coeffFixedFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::coeffFixedFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::coeffFixedFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::coeffFixedFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::coeffFormulaFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::coeffFormulaFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::coeffFormulaFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::coeffFormulaFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::coeffNameFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::coeffNameFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::coeffNameFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::coeffNameFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::coeffValueFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::coeffValueFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::coeffValueFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::coeffValueFromText | ( | const string & | s | ) | [private] |
bool asdm::CalFocusModelRow::compareNoAutoInc | ( | string | antennaName, |
ReceiverBandMod::ReceiverBand | receiverBand, | ||
PolarizationTypeMod::PolarizationType | polarizationType, | ||
Tag | calDataId, | ||
Tag | calReductionId, | ||
ArrayTime | startValidTime, | ||
ArrayTime | endValidTime, | ||
AntennaMakeMod::AntennaMake | antennaMake, | ||
int | numCoeff, | ||
int | numSourceObs, | ||
vector< string > | coeffName, | ||
vector< string > | coeffFormula, | ||
vector< float > | coeffValue, | ||
vector< float > | coeffError, | ||
vector< bool > | coeffFixed, | ||
string | focusModel, | ||
vector< Length > | focusRMS, | ||
double | reducedChiSquared | ||
) |
Compare each mandatory attribute except the autoincrementable one of this CalFocusModelRow with the corresponding parameters and return true if there is a match and false otherwise.
antennaName | |
receiverBand | |
polarizationType | |
calDataId | |
calReductionId | |
startValidTime | |
endValidTime | |
antennaMake | |
numCoeff | |
numSourceObs | |
coeffName | |
coeffFormula | |
coeffValue | |
coeffError | |
coeffFixed | |
focusModel | |
focusRMS | |
reducedChiSquared |
bool asdm::CalFocusModelRow::compareNoAutoInc | ( | string | antennaName, |
ReceiverBandMod::ReceiverBand | receiverBand, | ||
PolarizationTypeMod::PolarizationType | polarizationType, | ||
Tag | calDataId, | ||
Tag | calReductionId, | ||
ArrayTime | startValidTime, | ||
ArrayTime | endValidTime, | ||
AntennaMakeMod::AntennaMake | antennaMake, | ||
int | numCoeff, | ||
int | numSourceObs, | ||
vector< string > | coeffName, | ||
vector< string > | coeffFormula, | ||
vector< float > | coeffValue, | ||
vector< float > | coeffError, | ||
vector< bool > | coeffFixed, | ||
string | focusModel, | ||
vector< Length > | focusRMS, | ||
double | reducedChiSquared | ||
) |
Compare each mandatory attribute except the autoincrementable one of this CalFocusModelRow with the corresponding parameters and return true if there is a match and false otherwise.
antennaName | |
receiverBand | |
polarizationType | |
calDataId | |
calReductionId | |
startValidTime | |
endValidTime | |
antennaMake | |
numCoeff | |
numSourceObs | |
coeffName | |
coeffFormula | |
coeffValue | |
coeffError | |
coeffFixed | |
focusModel | |
focusRMS | |
reducedChiSquared |
bool asdm::CalFocusModelRow::compareRequiredValue | ( | ArrayTime | startValidTime, |
ArrayTime | endValidTime, | ||
AntennaMakeMod::AntennaMake | antennaMake, | ||
int | numCoeff, | ||
int | numSourceObs, | ||
vector< string > | coeffName, | ||
vector< string > | coeffFormula, | ||
vector< float > | coeffValue, | ||
vector< float > | coeffError, | ||
vector< bool > | coeffFixed, | ||
string | focusModel, | ||
vector< Length > | focusRMS, | ||
double | reducedChiSquared | ||
) |
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.
startValidTime | |
endValidTime | |
antennaMake | |
numCoeff | |
numSourceObs | |
coeffName | |
coeffFormula | |
coeffValue | |
coeffError | |
coeffFixed | |
focusModel | |
focusRMS | |
reducedChiSquared |
bool asdm::CalFocusModelRow::compareRequiredValue | ( | ArrayTime | startValidTime, |
ArrayTime | endValidTime, | ||
AntennaMakeMod::AntennaMake | antennaMake, | ||
int | numCoeff, | ||
int | numSourceObs, | ||
vector< string > | coeffName, | ||
vector< string > | coeffFormula, | ||
vector< float > | coeffValue, | ||
vector< float > | coeffError, | ||
vector< bool > | coeffFixed, | ||
string | focusModel, | ||
vector< Length > | focusRMS, | ||
double | reducedChiSquared | ||
) |
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.
startValidTime | |
endValidTime | |
antennaMake | |
numCoeff | |
numSourceObs | |
coeffName | |
coeffFormula | |
coeffValue | |
coeffError | |
coeffFixed | |
focusModel | |
focusRMS | |
reducedChiSquared |
void asdm::CalFocusModelRow::endValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::endValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::endValidTimeFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::endValidTimeFromText | ( | const string & | s | ) | [private] |
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 CalFocusModelRow whose required attributes of the value part will be compared with those of this. |
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 CalFocusModelRow whose required attributes of the value part will be compared with those of this. |
void asdm::CalFocusModelRow::focusModelFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::focusModelFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::focusModelFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::focusModelFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::focusRMSFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::focusRMSFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::focusRMSFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::focusRMSFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::fromText | ( | const std::string & | attributeName, |
const std::string & | t | ||
) | [private] |
AntennaMakeMod::AntennaMake asdm::CalFocusModelRow::getAntennaMake | ( | ) | const |
===> Attribute antennaMake
Get antennaMake.
AntennaMakeMod::AntennaMake asdm::CalFocusModelRow::getAntennaMake | ( | ) | const |
===> Attribute antennaMake
Get antennaMake.
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
Tag asdm::CalFocusModelRow::getCalReductionId | ( | ) | const |
Tag asdm::CalFocusModelRow::getCalReductionId | ( | ) | const |
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
vector<float > asdm::CalFocusModelRow::getCoeffError | ( | ) | const |
===> Attribute coeffError
Get coeffError.
vector<float > asdm::CalFocusModelRow::getCoeffError | ( | ) | const |
===> Attribute coeffError
Get coeffError.
vector<bool > asdm::CalFocusModelRow::getCoeffFixed | ( | ) | const |
===> Attribute coeffFixed
Get coeffFixed.
vector<bool > asdm::CalFocusModelRow::getCoeffFixed | ( | ) | const |
===> Attribute coeffFixed
Get coeffFixed.
vector<string > asdm::CalFocusModelRow::getCoeffFormula | ( | ) | const |
===> Attribute coeffFormula
Get coeffFormula.
vector<string > asdm::CalFocusModelRow::getCoeffFormula | ( | ) | const |
===> Attribute coeffFormula
Get coeffFormula.
vector<string > asdm::CalFocusModelRow::getCoeffName | ( | ) | const |
===> Attribute coeffName
Get coeffName.
vector<string > asdm::CalFocusModelRow::getCoeffName | ( | ) | const |
===> Attribute coeffName
Get coeffName.
vector<float > asdm::CalFocusModelRow::getCoeffValue | ( | ) | const |
===> Attribute coeffValue
Get coeffValue.
vector<float > asdm::CalFocusModelRow::getCoeffValue | ( | ) | const |
===> Attribute coeffValue
Get coeffValue.
string asdm::CalFocusModelRow::getFocusModel | ( | ) | const |
===> Attribute focusModel
Get focusModel.
string asdm::CalFocusModelRow::getFocusModel | ( | ) | const |
===> Attribute focusModel
Get focusModel.
vector<Length > asdm::CalFocusModelRow::getFocusRMS | ( | ) | const |
===> Attribute focusRMS
Get focusRMS.
vector<Length > asdm::CalFocusModelRow::getFocusRMS | ( | ) | const |
===> Attribute focusRMS
Get focusRMS.
int asdm::CalFocusModelRow::getNumCoeff | ( | ) | const |
===> Attribute numCoeff
Get numCoeff.
int asdm::CalFocusModelRow::getNumCoeff | ( | ) | const |
===> Attribute numCoeff
Get numCoeff.
int asdm::CalFocusModelRow::getNumSourceObs | ( | ) | const |
===> Attribute numSourceObs
Get numSourceObs.
int asdm::CalFocusModelRow::getNumSourceObs | ( | ) | const |
===> Attribute numSourceObs
Get numSourceObs.
PolarizationTypeMod::PolarizationType asdm::CalFocusModelRow::getPolarizationType | ( | ) | const |
===> Attribute polarizationType
Get polarizationType.
PolarizationTypeMod::PolarizationType asdm::CalFocusModelRow::getPolarizationType | ( | ) | const |
===> Attribute polarizationType
Get polarizationType.
ReceiverBandMod::ReceiverBand asdm::CalFocusModelRow::getReceiverBand | ( | ) | const |
===> Attribute receiverBand
Get receiverBand.
ReceiverBandMod::ReceiverBand asdm::CalFocusModelRow::getReceiverBand | ( | ) | const |
===> Attribute receiverBand
Get receiverBand.
double asdm::CalFocusModelRow::getReducedChiSquared | ( | ) | const |
===> Attribute reducedChiSquared
Get reducedChiSquared.
double asdm::CalFocusModelRow::getReducedChiSquared | ( | ) | const |
===> Attribute reducedChiSquared
Get reducedChiSquared.
Return the table to which this row belongs.
Return the table to which this row belongs.
bool asdm::CalFocusModelRow::isAdded | ( | ) | const |
Has this row been added to its table ?
bool asdm::CalFocusModelRow::isAdded | ( | ) | const |
Has this row been added to its table ?
void asdm::CalFocusModelRow::isAdded | ( | bool | added | ) | [private] |
This method is used by the Table class when this row is added to the table.
void asdm::CalFocusModelRow::isAdded | ( | bool | added | ) | [private] |
This method is used by the Table class when this row is added to the table.
void asdm::CalFocusModelRow::numCoeffFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::numCoeffFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::numCoeffFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::numCoeffFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::numSourceObsFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::numSourceObsFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::numSourceObsFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::numSourceObsFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::polarizationTypeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::polarizationTypeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::polarizationTypeFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::polarizationTypeFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::receiverBandFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::receiverBandFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::receiverBandFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::receiverBandFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::reducedChiSquaredFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::reducedChiSquaredFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::reducedChiSquaredFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::reducedChiSquaredFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::setAntennaMake | ( | AntennaMakeMod::AntennaMake | antennaMake | ) |
Set antennaMake with the specified AntennaMakeMod::AntennaMake.
antennaMake | The AntennaMakeMod::AntennaMake value to which antennaMake is to be set. |
void asdm::CalFocusModelRow::setAntennaMake | ( | AntennaMakeMod::AntennaMake | antennaMake | ) |
Set antennaMake with the specified AntennaMakeMod::AntennaMake.
antennaMake | The AntennaMakeMod::AntennaMake value to which antennaMake is to be set. |
void asdm::CalFocusModelRow::setAntennaName | ( | string | antennaName | ) |
Set antennaName with the specified string.
antennaName | The string value to which antennaName is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalFocusModelRow::setAntennaName | ( | string | antennaName | ) |
Set antennaName with the specified string.
antennaName | The string value to which antennaName is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalFocusModelRow::setCalDataId | ( | Tag | calDataId | ) |
Set calDataId with the specified Tag.
calDataId | The Tag value to which calDataId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalFocusModelRow::setCalDataId | ( | Tag | calDataId | ) |
Set calDataId with the specified Tag.
calDataId | The Tag value to which calDataId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalFocusModelRow::setCalReductionId | ( | Tag | calReductionId | ) |
Set calReductionId with the specified Tag.
calReductionId | The Tag value to which calReductionId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalFocusModelRow::setCalReductionId | ( | Tag | calReductionId | ) |
Set calReductionId with the specified Tag.
calReductionId | The Tag value to which calReductionId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalFocusModelRow::setCoeffError | ( | vector< float > | coeffError | ) |
Set coeffError with the specified vector<float >.
coeffError | The vector<float > value to which coeffError is to be set. |
void asdm::CalFocusModelRow::setCoeffError | ( | vector< float > | coeffError | ) |
Set coeffError with the specified vector<float >.
coeffError | The vector<float > value to which coeffError is to be set. |
void asdm::CalFocusModelRow::setCoeffFixed | ( | vector< bool > | coeffFixed | ) |
Set coeffFixed with the specified vector<bool >.
coeffFixed | The vector<bool > value to which coeffFixed is to be set. |
void asdm::CalFocusModelRow::setCoeffFixed | ( | vector< bool > | coeffFixed | ) |
Set coeffFixed with the specified vector<bool >.
coeffFixed | The vector<bool > value to which coeffFixed is to be set. |
void asdm::CalFocusModelRow::setCoeffFormula | ( | vector< string > | coeffFormula | ) |
Set coeffFormula with the specified vector<string >.
coeffFormula | The vector<string > value to which coeffFormula is to be set. |
void asdm::CalFocusModelRow::setCoeffFormula | ( | vector< string > | coeffFormula | ) |
Set coeffFormula with the specified vector<string >.
coeffFormula | The vector<string > value to which coeffFormula is to be set. |
void asdm::CalFocusModelRow::setCoeffName | ( | vector< string > | coeffName | ) |
Set coeffName with the specified vector<string >.
coeffName | The vector<string > value to which coeffName is to be set. |
void asdm::CalFocusModelRow::setCoeffName | ( | vector< string > | coeffName | ) |
Set coeffName with the specified vector<string >.
coeffName | The vector<string > value to which coeffName is to be set. |
void asdm::CalFocusModelRow::setCoeffValue | ( | vector< float > | coeffValue | ) |
Set coeffValue with the specified vector<float >.
coeffValue | The vector<float > value to which coeffValue is to be set. |
void asdm::CalFocusModelRow::setCoeffValue | ( | vector< float > | coeffValue | ) |
Set coeffValue with the specified vector<float >.
coeffValue | The vector<float > value to which coeffValue is to be set. |
void asdm::CalFocusModelRow::setEndValidTime | ( | ArrayTime | endValidTime | ) |
void asdm::CalFocusModelRow::setEndValidTime | ( | ArrayTime | endValidTime | ) |
void asdm::CalFocusModelRow::setFocusModel | ( | string | focusModel | ) |
Set focusModel with the specified string.
focusModel | The string value to which focusModel is to be set. |
void asdm::CalFocusModelRow::setFocusModel | ( | string | focusModel | ) |
Set focusModel with the specified string.
focusModel | The string value to which focusModel is to be set. |
void asdm::CalFocusModelRow::setFocusRMS | ( | vector< Length > | focusRMS | ) |
Set focusRMS with the specified vector<Length >.
focusRMS | The vector<Length > value to which focusRMS is to be set. |
void asdm::CalFocusModelRow::setFocusRMS | ( | vector< Length > | focusRMS | ) |
Set focusRMS with the specified vector<Length >.
focusRMS | The vector<Length > value to which focusRMS is to be set. |
void asdm::CalFocusModelRow::setFromIDL | ( | asdmIDL::CalFocusModelRowIDL | x | ) |
Fill the values of this row from the IDL struct CalFocusModelRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::CalFocusModelRow::setFromIDL | ( | asdmIDL::CalFocusModelRowIDL | x | ) |
Fill the values of this row from the IDL struct CalFocusModelRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::CalFocusModelRow::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::CalFocusModelRow::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::CalFocusModelRow::setNumCoeff | ( | int | numCoeff | ) |
Set numCoeff with the specified int.
numCoeff | The int value to which numCoeff is to be set. |
void asdm::CalFocusModelRow::setNumCoeff | ( | int | numCoeff | ) |
Set numCoeff with the specified int.
numCoeff | The int value to which numCoeff is to be set. |
void asdm::CalFocusModelRow::setNumSourceObs | ( | int | numSourceObs | ) |
Set numSourceObs with the specified int.
numSourceObs | The int value to which numSourceObs is to be set. |
void asdm::CalFocusModelRow::setNumSourceObs | ( | int | numSourceObs | ) |
Set numSourceObs with the specified int.
numSourceObs | The int value to which numSourceObs is to be set. |
void asdm::CalFocusModelRow::setPolarizationType | ( | PolarizationTypeMod::PolarizationType | polarizationType | ) |
Set polarizationType with the specified PolarizationTypeMod::PolarizationType.
polarizationType | The PolarizationTypeMod::PolarizationType value to which polarizationType is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalFocusModelRow::setPolarizationType | ( | PolarizationTypeMod::PolarizationType | polarizationType | ) |
Set polarizationType with the specified PolarizationTypeMod::PolarizationType.
polarizationType | The PolarizationTypeMod::PolarizationType value to which polarizationType is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalFocusModelRow::setReceiverBand | ( | ReceiverBandMod::ReceiverBand | receiverBand | ) |
Set receiverBand with the specified ReceiverBandMod::ReceiverBand.
receiverBand | The ReceiverBandMod::ReceiverBand value to which receiverBand is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalFocusModelRow::setReceiverBand | ( | ReceiverBandMod::ReceiverBand | receiverBand | ) |
Set receiverBand with the specified ReceiverBandMod::ReceiverBand.
receiverBand | The ReceiverBandMod::ReceiverBand value to which receiverBand is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalFocusModelRow::setReducedChiSquared | ( | double | reducedChiSquared | ) |
Set reducedChiSquared with the specified double.
reducedChiSquared | The double value to which reducedChiSquared is to be set. |
void asdm::CalFocusModelRow::setReducedChiSquared | ( | double | reducedChiSquared | ) |
Set reducedChiSquared with the specified double.
reducedChiSquared | The double value to which reducedChiSquared is to be set. |
void asdm::CalFocusModelRow::setStartValidTime | ( | ArrayTime | startValidTime | ) |
void asdm::CalFocusModelRow::setStartValidTime | ( | ArrayTime | startValidTime | ) |
void asdm::CalFocusModelRow::startValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::startValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFocusModelRow::startValidTimeFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::startValidTimeFromText | ( | const string & | s | ) | [private] |
void asdm::CalFocusModelRow::toBin | ( | EndianOSStream & | eoss | ) | [private] |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
void asdm::CalFocusModelRow::toBin | ( | EndianOSStream & | eoss | ) | [private] |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
asdmIDL::CalFocusModelRowIDL* asdm::CalFocusModelRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
asdmIDL::CalFocusModelRowIDL* asdm::CalFocusModelRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
void asdm::CalFocusModelRow::toIDL | ( | asdmIDL::CalFocusModelRowIDL & | x | ) | const |
Define the content of a CalFocusModelRowIDL struct from the values found in this row.
x | a reference to the CalFocusModelRowIDL struct to be set. |
std::string asdm::CalFocusModelRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
std::string asdm::CalFocusModelRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
asdm::CalFocusModelTable [friend] |
Definition at line 139 of file CalFocusModelRow.h.
friend class asdm::RowTransformer< CalFocusModelRow > [friend] |
Definition at line 140 of file CalFocusModelRow.h.
AntennaMakeMod::AntennaMake asdm::CalFocusModelRow::antennaMake [private] |
Extrinsic Table asdm::CalFocusModelRow::Attributes |
Definition at line 163 of file CalFocusModelRow.h.
Extrinsic Table asdm::CalFocusModelRow::Attributes |
Definition at line 653 of file CalFocusModelRow.h.
Tag asdm::CalFocusModelRow::calReductionId [private] |
vector< float > asdm::CalFocusModelRow::coeffError [private] |
vector< bool > asdm::CalFocusModelRow::coeffFixed [private] |
vector< string > asdm::CalFocusModelRow::coeffFormula [private] |
vector< string > asdm::CalFocusModelRow::coeffName [private] |
vector< float > asdm::CalFocusModelRow::coeffValue [private] |
string asdm::CalFocusModelRow::focusModel [private] |
vector< Length > asdm::CalFocusModelRow::focusRMS [private] |
Links *binary deserialization material from an EndianIStream std::map< std::string, CalFocusModelAttributeFromBin > asdm::CalFocusModelRow::fromBinMethods [private] |
Definition at line 1200 of file CalFocusModelRow.h.
*text deserialization material std::map< std::string, CalFocusModelAttributeFromText > asdm::CalFocusModelRow::fromTextMethods [private] |
Definition at line 1226 of file CalFocusModelRow.h.
bool asdm::CalFocusModelRow::hasBeenAdded [private] |
Whether this row has been added to the table or not.
Definition at line 936 of file CalFocusModelRow.h.
int asdm::CalFocusModelRow::numCoeff [private] |
int asdm::CalFocusModelRow::numSourceObs [private] |
PolarizationTypeMod::PolarizationType asdm::CalFocusModelRow::polarizationType [private] |
ReceiverBandMod::ReceiverBand asdm::CalFocusModelRow::receiverBand [private] |
double asdm::CalFocusModelRow::reducedChiSquared [private] |
CalFocusModelTable & asdm::CalFocusModelRow::table [private] |
The table to which this row belongs.
Definition at line 932 of file CalFocusModelRow.h.