casa
$Rev:20696$
|
The CalSeeingRow class is a row of a CalSeeingTable. More...
#include <CalSeeingRow.h>
Public Member Functions | |
virtual | ~CalSeeingRow () |
friend class asdm::TableStreamReader<CalSeeingTable, CalSeeingRow>; | |
CalSeeingTable & | getTable () const |
Return the table to which this row belongs. | |
bool | isAdded () const |
Has this row been added to its table ? | |
void | setAtmPhaseCorrection (AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection) |
Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection. | |
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. | |
vector< Frequency > | getFrequencyRange () const |
===> Attribute frequencyRange | |
void | setFrequencyRange (vector< Frequency > frequencyRange) |
Set frequencyRange with the specified vector<Frequency >. | |
Interval | getIntegrationTime () const |
===> Attribute integrationTime | |
void | setIntegrationTime (Interval integrationTime) |
Set integrationTime with the specified Interval. | |
int | getNumBaseLengths () const |
===> Attribute numBaseLengths | |
void | setNumBaseLengths (int numBaseLengths) |
Set numBaseLengths with the specified int. | |
vector< Length > | getBaselineLengths () const |
===> Attribute baselineLengths | |
void | setBaselineLengths (vector< Length > baselineLengths) |
Set baselineLengths with the specified vector<Length >. | |
vector< Angle > | getPhaseRMS () const |
===> Attribute phaseRMS | |
void | setPhaseRMS (vector< Angle > phaseRMS) |
Set phaseRMS with the specified vector<Angle >. | |
Angle | getSeeing () const |
===> Attribute seeing | |
void | setSeeing (Angle seeing) |
Set seeing with the specified Angle. | |
Angle | getSeeingError () const |
===> Attribute seeingError | |
void | setSeeingError (Angle seeingError) |
Set seeingError with the specified Angle. | |
bool | isExponentExists () const |
===> Attribute exponent, which is optional | |
float | getExponent () const |
Get exponent, which is optional. | |
void | setExponent (float exponent) |
Set exponent with the specified float. | |
void | clearExponent () |
Mark exponent, which is an optional field, as non-existent. | |
bool | isOuterScaleExists () const |
===> Attribute outerScale, which is optional | |
Length | getOuterScale () const |
Get outerScale, which is optional. | |
void | setOuterScale (Length outerScale) |
Set outerScale with the specified Length. | |
void | clearOuterScale () |
Mark outerScale, which is an optional field, as non-existent. | |
bool | isOuterScaleRMSExists () const |
===> Attribute outerScaleRMS, which is optional | |
Angle | getOuterScaleRMS () const |
Get outerScaleRMS, which is optional. | |
void | setOuterScaleRMS (Angle outerScaleRMS) |
Set outerScaleRMS with the specified Angle. | |
void | clearOuterScaleRMS () |
Mark outerScaleRMS, which is an optional field, as non-existent. | |
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 *CalDataRow * | getCalDataUsingCalDataId () |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId | |
CalReductionRow * | getCalReductionUsingCalReductionId () |
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId | |
bool | compareNoAutoInc (AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, Interval integrationTime, int numBaseLengths, vector< Length > baselineLengths, vector< Angle > phaseRMS, Angle seeing, Angle seeingError) |
Compare each mandatory attribute except the autoincrementable one of this CalSeeingRow with the corresponding parameters and return true if there is a match and false otherwise. | |
bool | compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, Interval integrationTime, int numBaseLengths, vector< Length > baselineLengths, vector< Angle > phaseRMS, Angle seeing, Angle seeingError) |
Compare each mandatory value (i.e. | |
bool | equalByRequiredValue (CalSeeingRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
asdmIDL::CalSeeingRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. | |
void | toIDL (asdmIDL::CalSeeingRowIDL &x) const |
Define the content of a CalSeeingRowIDL struct from the values found in this row. | |
void | setFromIDL (asdmIDL::CalSeeingRowIDL x) |
Fill the values of this row from the IDL struct CalSeeingRowIDL. | |
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 | ~CalSeeingRow () |
friend class asdm::TableStreamReader<CalSeeingTable, CalSeeingRow>; | |
CalSeeingTable & | getTable () const |
Return the table to which this row belongs. | |
bool | isAdded () const |
Has this row been added to its table ? | |
void | setAtmPhaseCorrection (AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection) |
Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection. | |
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. | |
vector< Frequency > | getFrequencyRange () const |
===> Attribute frequencyRange | |
void | setFrequencyRange (vector< Frequency > frequencyRange) |
Set frequencyRange with the specified vector<Frequency >. | |
Interval | getIntegrationTime () const |
===> Attribute integrationTime | |
void | setIntegrationTime (Interval integrationTime) |
Set integrationTime with the specified Interval. | |
int | getNumBaseLengths () const |
===> Attribute numBaseLengths | |
void | setNumBaseLengths (int numBaseLengths) |
Set numBaseLengths with the specified int. | |
vector< Length > | getBaselineLengths () const |
===> Attribute baselineLengths | |
void | setBaselineLengths (vector< Length > baselineLengths) |
Set baselineLengths with the specified vector<Length >. | |
vector< Angle > | getPhaseRMS () const |
===> Attribute phaseRMS | |
void | setPhaseRMS (vector< Angle > phaseRMS) |
Set phaseRMS with the specified vector<Angle >. | |
Angle | getSeeing () const |
===> Attribute seeing | |
void | setSeeing (Angle seeing) |
Set seeing with the specified Angle. | |
Angle | getSeeingError () const |
===> Attribute seeingError | |
void | setSeeingError (Angle seeingError) |
Set seeingError with the specified Angle. | |
bool | isExponentExists () const |
===> Attribute exponent, which is optional | |
float | getExponent () const |
Get exponent, which is optional. | |
void | setExponent (float exponent) |
Set exponent with the specified float. | |
void | clearExponent () |
Mark exponent, which is an optional field, as non-existent. | |
bool | isOuterScaleExists () const |
===> Attribute outerScale, which is optional | |
Length | getOuterScale () const |
Get outerScale, which is optional. | |
void | setOuterScale (Length outerScale) |
Set outerScale with the specified Length. | |
void | clearOuterScale () |
Mark outerScale, which is an optional field, as non-existent. | |
bool | isOuterScaleRMSExists () const |
===> Attribute outerScaleRMS, which is optional | |
Angle | getOuterScaleRMS () const |
Get outerScaleRMS, which is optional. | |
void | setOuterScaleRMS (Angle outerScaleRMS) |
Set outerScaleRMS with the specified Angle. | |
void | clearOuterScaleRMS () |
Mark outerScaleRMS, which is an optional field, as non-existent. | |
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 *CalDataRow * | getCalDataUsingCalDataId () |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId | |
CalReductionRow * | getCalReductionUsingCalReductionId () |
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId | |
bool | compareNoAutoInc (AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, Interval integrationTime, int numBaseLengths, vector< Length > baselineLengths, vector< Angle > phaseRMS, Angle seeing, Angle seeingError) |
Compare each mandatory attribute except the autoincrementable one of this CalSeeingRow with the corresponding parameters and return true if there is a match and false otherwise. | |
bool | compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, Interval integrationTime, int numBaseLengths, vector< Length > baselineLengths, vector< Angle > phaseRMS, Angle seeing, Angle seeingError) |
Compare each mandatory value (i.e. | |
bool | equalByRequiredValue (CalSeeingRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
asdmIDL::CalSeeingRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. | |
void | setFromIDL (asdmIDL::CalSeeingRowIDL x) |
Fill the values of this row from the IDL struct CalSeeingRowIDL. | |
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. | |
CalSeeingRow (CalSeeingTable &table) | |
Create a CalSeeingRow. | |
CalSeeingRow (CalSeeingTable &table, CalSeeingRow &row) | |
Create a CalSeeingRow using a copy constructor mechanism. | |
void | atmPhaseCorrectionFromBin (EndianIStream &eis) |
void | calDataIdFromBin (EndianIStream &eis) |
void | calReductionIdFromBin (EndianIStream &eis) |
void | startValidTimeFromBin (EndianIStream &eis) |
void | endValidTimeFromBin (EndianIStream &eis) |
void | frequencyRangeFromBin (EndianIStream &eis) |
void | integrationTimeFromBin (EndianIStream &eis) |
void | numBaseLengthsFromBin (EndianIStream &eis) |
void | baselineLengthsFromBin (EndianIStream &eis) |
void | phaseRMSFromBin (EndianIStream &eis) |
void | seeingFromBin (EndianIStream &eis) |
void | seeingErrorFromBin (EndianIStream &eis) |
void | exponentFromBin (EndianIStream &eis) |
void | outerScaleFromBin (EndianIStream &eis) |
void | outerScaleRMSFromBin (EndianIStream &eis) |
void | atmPhaseCorrectionFromText (const string &s) |
void | calDataIdFromText (const string &s) |
void | calReductionIdFromText (const string &s) |
void | startValidTimeFromText (const string &s) |
void | endValidTimeFromText (const string &s) |
void | frequencyRangeFromText (const string &s) |
void | integrationTimeFromText (const string &s) |
void | numBaseLengthsFromText (const string &s) |
void | baselineLengthsFromText (const string &s) |
void | phaseRMSFromText (const string &s) |
void | seeingFromText (const string &s) |
void | seeingErrorFromText (const string &s) |
void | exponentFromText (const string &s) |
void | outerScaleFromText (const string &s) |
void | outerScaleRMSFromText (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. | |
CalSeeingRow (CalSeeingTable &table) | |
Create a CalSeeingRow. | |
CalSeeingRow (CalSeeingTable &table, CalSeeingRow &row) | |
Create a CalSeeingRow using a copy constructor mechanism. | |
void | atmPhaseCorrectionFromBin (EndianIStream &eis) |
void | calDataIdFromBin (EndianIStream &eis) |
void | calReductionIdFromBin (EndianIStream &eis) |
void | startValidTimeFromBin (EndianIStream &eis) |
void | endValidTimeFromBin (EndianIStream &eis) |
void | frequencyRangeFromBin (EndianIStream &eis) |
void | integrationTimeFromBin (EndianIStream &eis) |
void | numBaseLengthsFromBin (EndianIStream &eis) |
void | baselineLengthsFromBin (EndianIStream &eis) |
void | phaseRMSFromBin (EndianIStream &eis) |
void | seeingFromBin (EndianIStream &eis) |
void | seeingErrorFromBin (EndianIStream &eis) |
void | exponentFromBin (EndianIStream &eis) |
void | outerScaleFromBin (EndianIStream &eis) |
void | outerScaleRMSFromBin (EndianIStream &eis) |
void | atmPhaseCorrectionFromText (const string &s) |
void | calDataIdFromText (const string &s) |
void | calReductionIdFromText (const string &s) |
void | startValidTimeFromText (const string &s) |
void | endValidTimeFromText (const string &s) |
void | frequencyRangeFromText (const string &s) |
void | integrationTimeFromText (const string &s) |
void | numBaseLengthsFromText (const string &s) |
void | baselineLengthsFromText (const string &s) |
void | phaseRMSFromText (const string &s) |
void | seeingFromText (const string &s) |
void | seeingErrorFromText (const string &s) |
void | exponentFromText (const string &s) |
void | outerScaleFromText (const string &s) |
void | outerScaleRMSFromText (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 | |
CalSeeingTable & | table |
The table to which this row belongs. | |
bool | hasBeenAdded |
Whether this row has been added to the table or not. | |
ArrayTime | startValidTime |
===> Attribute startValidTime | |
ArrayTime | endValidTime |
===> Attribute endValidTime | |
vector< Frequency > | frequencyRange |
===> Attribute frequencyRange | |
Interval | integrationTime |
===> Attribute integrationTime | |
int | numBaseLengths |
===> Attribute numBaseLengths | |
vector< Length > | baselineLengths |
===> Attribute baselineLengths | |
vector< Angle > | phaseRMS |
===> Attribute phaseRMS | |
Angle | seeing |
===> Attribute seeing | |
Angle | seeingError |
===> Attribute seeingError | |
bool | exponentExists |
===> Attribute exponent, which is optional | |
float | exponent |
bool | outerScaleExists |
===> Attribute outerScale, which is optional | |
Length | outerScale |
bool | outerScaleRMSExists |
===> Attribute outerScaleRMS, which is optional | |
Angle | outerScaleRMS |
Tag | calReductionId |
===> Attribute calReductionId | |
Links *binary deserialization material from an EndianIStream std::map< std::string, CalSeeingAttributeFromBin > | fromBinMethods |
*text deserialization material std::map< std::string, CalSeeingAttributeFromText > | fromTextMethods |
Friends | |
class | asdm::CalSeeingTable |
class | asdm::RowTransformer< CalSeeingRow > |
The CalSeeingRow class is a row of a CalSeeingTable.
Generated from model's revision "1.64", branch "HEAD"
Generated from model's revision "1.61", branch "HEAD"
Definition at line 140 of file CalSeeingRow.h.
virtual asdm::CalSeeingRow::~CalSeeingRow | ( | ) | [virtual] |
friend class asdm::TableStreamReader<CalSeeingTable, CalSeeingRow>;
asdm::CalSeeingRow::CalSeeingRow | ( | CalSeeingTable & | table | ) | [private] |
Create a CalSeeingRow.
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::CalSeeingRow::CalSeeingRow | ( | CalSeeingTable & | table, |
CalSeeingRow & | row | ||
) | [private] |
Create a CalSeeingRow using a copy constructor mechanism.
Given a CalSeeingRow row and a CalSeeingTable table, the method creates a new CalSeeingRow 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::CalSeeingRow::~CalSeeingRow | ( | ) | [virtual] |
friend class asdm::TableStreamReader<CalSeeingTable, CalSeeingRow>;
asdm::CalSeeingRow::CalSeeingRow | ( | CalSeeingTable & | table | ) | [private] |
Create a CalSeeingRow.
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::CalSeeingRow::CalSeeingRow | ( | CalSeeingTable & | table, |
CalSeeingRow & | row | ||
) | [private] |
Create a CalSeeingRow using a copy constructor mechanism.
Given a CalSeeingRow row and a CalSeeingTable table, the method creates a new CalSeeingRow 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::CalSeeingRow::atmPhaseCorrectionFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalSeeingRow::atmPhaseCorrectionFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalSeeingRow::atmPhaseCorrectionFromText | ( | const string & | s | ) | [private] |
void asdm::CalSeeingRow::atmPhaseCorrectionFromText | ( | const string & | s | ) | [private] |
void asdm::CalSeeingRow::baselineLengthsFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalSeeingRow::baselineLengthsFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalSeeingRow::baselineLengthsFromText | ( | const string & | s | ) | [private] |
void asdm::CalSeeingRow::baselineLengthsFromText | ( | const string & | s | ) | [private] |
void asdm::CalSeeingRow::calDataIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalSeeingRow::calDataIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalSeeingRow::calDataIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalSeeingRow::calDataIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalSeeingRow::calReductionIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalSeeingRow::calReductionIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalSeeingRow::calReductionIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalSeeingRow::calReductionIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalSeeingRow::clearExponent | ( | ) |
Mark exponent, which is an optional field, as non-existent.
void asdm::CalSeeingRow::clearExponent | ( | ) |
Mark exponent, which is an optional field, as non-existent.
void asdm::CalSeeingRow::clearOuterScale | ( | ) |
Mark outerScale, which is an optional field, as non-existent.
void asdm::CalSeeingRow::clearOuterScale | ( | ) |
Mark outerScale, which is an optional field, as non-existent.
Mark outerScaleRMS, which is an optional field, as non-existent.
Mark outerScaleRMS, which is an optional field, as non-existent.
bool asdm::CalSeeingRow::compareNoAutoInc | ( | AtmPhaseCorrectionMod::AtmPhaseCorrection | atmPhaseCorrection, |
Tag | calDataId, | ||
Tag | calReductionId, | ||
ArrayTime | startValidTime, | ||
ArrayTime | endValidTime, | ||
vector< Frequency > | frequencyRange, | ||
Interval | integrationTime, | ||
int | numBaseLengths, | ||
vector< Length > | baselineLengths, | ||
vector< Angle > | phaseRMS, | ||
Angle | seeing, | ||
Angle | seeingError | ||
) |
Compare each mandatory attribute except the autoincrementable one of this CalSeeingRow with the corresponding parameters and return true if there is a match and false otherwise.
atmPhaseCorrection | |
calDataId | |
calReductionId | |
startValidTime | |
endValidTime | |
frequencyRange | |
integrationTime | |
numBaseLengths | |
baselineLengths | |
phaseRMS | |
seeing | |
seeingError |
bool asdm::CalSeeingRow::compareNoAutoInc | ( | AtmPhaseCorrectionMod::AtmPhaseCorrection | atmPhaseCorrection, |
Tag | calDataId, | ||
Tag | calReductionId, | ||
ArrayTime | startValidTime, | ||
ArrayTime | endValidTime, | ||
vector< Frequency > | frequencyRange, | ||
Interval | integrationTime, | ||
int | numBaseLengths, | ||
vector< Length > | baselineLengths, | ||
vector< Angle > | phaseRMS, | ||
Angle | seeing, | ||
Angle | seeingError | ||
) |
Compare each mandatory attribute except the autoincrementable one of this CalSeeingRow with the corresponding parameters and return true if there is a match and false otherwise.
atmPhaseCorrection | |
calDataId | |
calReductionId | |
startValidTime | |
endValidTime | |
frequencyRange | |
integrationTime | |
numBaseLengths | |
baselineLengths | |
phaseRMS | |
seeing | |
seeingError |
bool asdm::CalSeeingRow::compareRequiredValue | ( | ArrayTime | startValidTime, |
ArrayTime | endValidTime, | ||
vector< Frequency > | frequencyRange, | ||
Interval | integrationTime, | ||
int | numBaseLengths, | ||
vector< Length > | baselineLengths, | ||
vector< Angle > | phaseRMS, | ||
Angle | seeing, | ||
Angle | seeingError | ||
) |
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 | |
frequencyRange | |
integrationTime | |
numBaseLengths | |
baselineLengths | |
phaseRMS | |
seeing | |
seeingError |
bool asdm::CalSeeingRow::compareRequiredValue | ( | ArrayTime | startValidTime, |
ArrayTime | endValidTime, | ||
vector< Frequency > | frequencyRange, | ||
Interval | integrationTime, | ||
int | numBaseLengths, | ||
vector< Length > | baselineLengths, | ||
vector< Angle > | phaseRMS, | ||
Angle | seeing, | ||
Angle | seeingError | ||
) |
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 | |
frequencyRange | |
integrationTime | |
numBaseLengths | |
baselineLengths | |
phaseRMS | |
seeing | |
seeingError |
void asdm::CalSeeingRow::endValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalSeeingRow::endValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalSeeingRow::endValidTimeFromText | ( | const string & | s | ) | [private] |
void asdm::CalSeeingRow::endValidTimeFromText | ( | const string & | s | ) | [private] |
bool asdm::CalSeeingRow::equalByRequiredValue | ( | CalSeeingRow * | 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 CalSeeingRow whose required attributes of the value part will be compared with those of this. |
bool asdm::CalSeeingRow::equalByRequiredValue | ( | CalSeeingRow * | 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 CalSeeingRow whose required attributes of the value part will be compared with those of this. |
void asdm::CalSeeingRow::exponentFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalSeeingRow::exponentFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalSeeingRow::exponentFromText | ( | const string & | s | ) | [private] |
void asdm::CalSeeingRow::exponentFromText | ( | const string & | s | ) | [private] |
void asdm::CalSeeingRow::frequencyRangeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalSeeingRow::frequencyRangeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalSeeingRow::frequencyRangeFromText | ( | const string & | s | ) | [private] |
void asdm::CalSeeingRow::frequencyRangeFromText | ( | const string & | s | ) | [private] |
void asdm::CalSeeingRow::fromText | ( | const std::string & | attributeName, |
const std::string & | t | ||
) | [private] |
vector<Length > asdm::CalSeeingRow::getBaselineLengths | ( | ) | const |
===> Attribute baselineLengths
Get baselineLengths.
vector<Length > asdm::CalSeeingRow::getBaselineLengths | ( | ) | const |
===> Attribute baselineLengths
Get baselineLengths.
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::CalSeeingRow::getCalReductionId | ( | ) | const |
Tag asdm::CalSeeingRow::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
ArrayTime asdm::CalSeeingRow::getEndValidTime | ( | ) | const |
ArrayTime asdm::CalSeeingRow::getEndValidTime | ( | ) | const |
float asdm::CalSeeingRow::getExponent | ( | ) | const |
Get exponent, which is optional.
IllegalAccessException | If exponent does not exist. |
float asdm::CalSeeingRow::getExponent | ( | ) | const |
Get exponent, which is optional.
IllegalAccessException | If exponent does not exist. |
vector<Frequency > asdm::CalSeeingRow::getFrequencyRange | ( | ) | const |
===> Attribute frequencyRange
Get frequencyRange.
vector<Frequency > asdm::CalSeeingRow::getFrequencyRange | ( | ) | const |
===> Attribute frequencyRange
Get frequencyRange.
int asdm::CalSeeingRow::getNumBaseLengths | ( | ) | const |
===> Attribute numBaseLengths
Get numBaseLengths.
int asdm::CalSeeingRow::getNumBaseLengths | ( | ) | const |
===> Attribute numBaseLengths
Get numBaseLengths.
Length asdm::CalSeeingRow::getOuterScale | ( | ) | const |
Get outerScale, which is optional.
IllegalAccessException | If outerScale does not exist. |
Length asdm::CalSeeingRow::getOuterScale | ( | ) | const |
Get outerScale, which is optional.
IllegalAccessException | If outerScale does not exist. |
Angle asdm::CalSeeingRow::getOuterScaleRMS | ( | ) | const |
Get outerScaleRMS, which is optional.
IllegalAccessException | If outerScaleRMS does not exist. |
Angle asdm::CalSeeingRow::getOuterScaleRMS | ( | ) | const |
Get outerScaleRMS, which is optional.
IllegalAccessException | If outerScaleRMS does not exist. |
vector<Angle > asdm::CalSeeingRow::getPhaseRMS | ( | ) | const |
===> Attribute phaseRMS
Get phaseRMS.
vector<Angle > asdm::CalSeeingRow::getPhaseRMS | ( | ) | const |
===> Attribute phaseRMS
Get phaseRMS.
Angle asdm::CalSeeingRow::getSeeing | ( | ) | const |
Angle asdm::CalSeeingRow::getSeeing | ( | ) | const |
Angle asdm::CalSeeingRow::getSeeingError | ( | ) | const |
Angle asdm::CalSeeingRow::getSeeingError | ( | ) | const |
CalSeeingTable& asdm::CalSeeingRow::getTable | ( | ) | const |
Return the table to which this row belongs.
CalSeeingTable& asdm::CalSeeingRow::getTable | ( | ) | const |
Return the table to which this row belongs.
void asdm::CalSeeingRow::integrationTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalSeeingRow::integrationTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalSeeingRow::integrationTimeFromText | ( | const string & | s | ) | [private] |
void asdm::CalSeeingRow::integrationTimeFromText | ( | const string & | s | ) | [private] |
bool asdm::CalSeeingRow::isAdded | ( | ) | const |
Has this row been added to its table ?
bool asdm::CalSeeingRow::isAdded | ( | ) | const |
Has this row been added to its table ?
void asdm::CalSeeingRow::isAdded | ( | bool | added | ) | [private] |
This method is used by the Table class when this row is added to the table.
void asdm::CalSeeingRow::isAdded | ( | bool | added | ) | [private] |
This method is used by the Table class when this row is added to the table.
bool asdm::CalSeeingRow::isExponentExists | ( | ) | const |
===> Attribute exponent, which is optional
The attribute exponent is optional. Return true if this attribute exists.
bool asdm::CalSeeingRow::isExponentExists | ( | ) | const |
===> Attribute exponent, which is optional
The attribute exponent is optional. Return true if this attribute exists.
bool asdm::CalSeeingRow::isOuterScaleExists | ( | ) | const |
===> Attribute outerScale, which is optional
The attribute outerScale is optional. Return true if this attribute exists.
bool asdm::CalSeeingRow::isOuterScaleExists | ( | ) | const |
===> Attribute outerScale, which is optional
The attribute outerScale is optional. Return true if this attribute exists.
bool asdm::CalSeeingRow::isOuterScaleRMSExists | ( | ) | const |
===> Attribute outerScaleRMS, which is optional
The attribute outerScaleRMS is optional. Return true if this attribute exists.
bool asdm::CalSeeingRow::isOuterScaleRMSExists | ( | ) | const |
===> Attribute outerScaleRMS, which is optional
The attribute outerScaleRMS is optional. Return true if this attribute exists.
void asdm::CalSeeingRow::numBaseLengthsFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalSeeingRow::numBaseLengthsFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalSeeingRow::numBaseLengthsFromText | ( | const string & | s | ) | [private] |
void asdm::CalSeeingRow::numBaseLengthsFromText | ( | const string & | s | ) | [private] |
void asdm::CalSeeingRow::outerScaleFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalSeeingRow::outerScaleFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalSeeingRow::outerScaleFromText | ( | const string & | s | ) | [private] |
void asdm::CalSeeingRow::outerScaleFromText | ( | const string & | s | ) | [private] |
void asdm::CalSeeingRow::outerScaleRMSFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalSeeingRow::outerScaleRMSFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalSeeingRow::outerScaleRMSFromText | ( | const string & | s | ) | [private] |
void asdm::CalSeeingRow::outerScaleRMSFromText | ( | const string & | s | ) | [private] |
void asdm::CalSeeingRow::phaseRMSFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalSeeingRow::phaseRMSFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalSeeingRow::phaseRMSFromText | ( | const string & | s | ) | [private] |
void asdm::CalSeeingRow::phaseRMSFromText | ( | const string & | s | ) | [private] |
void asdm::CalSeeingRow::seeingErrorFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalSeeingRow::seeingErrorFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalSeeingRow::seeingErrorFromText | ( | const string & | s | ) | [private] |
void asdm::CalSeeingRow::seeingErrorFromText | ( | const string & | s | ) | [private] |
void asdm::CalSeeingRow::seeingFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalSeeingRow::seeingFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalSeeingRow::seeingFromText | ( | const string & | s | ) | [private] |
void asdm::CalSeeingRow::seeingFromText | ( | const string & | s | ) | [private] |
void asdm::CalSeeingRow::setAtmPhaseCorrection | ( | AtmPhaseCorrectionMod::AtmPhaseCorrection | atmPhaseCorrection | ) |
Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection.
atmPhaseCorrection | The AtmPhaseCorrectionMod::AtmPhaseCorrection value to which atmPhaseCorrection is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalSeeingRow::setAtmPhaseCorrection | ( | AtmPhaseCorrectionMod::AtmPhaseCorrection | atmPhaseCorrection | ) |
Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection.
atmPhaseCorrection | The AtmPhaseCorrectionMod::AtmPhaseCorrection value to which atmPhaseCorrection is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalSeeingRow::setBaselineLengths | ( | vector< Length > | baselineLengths | ) |
Set baselineLengths with the specified vector<Length >.
baselineLengths | The vector<Length > value to which baselineLengths is to be set. |
void asdm::CalSeeingRow::setBaselineLengths | ( | vector< Length > | baselineLengths | ) |
Set baselineLengths with the specified vector<Length >.
baselineLengths | The vector<Length > value to which baselineLengths is to be set. |
void asdm::CalSeeingRow::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::CalSeeingRow::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::CalSeeingRow::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::CalSeeingRow::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::CalSeeingRow::setEndValidTime | ( | ArrayTime | endValidTime | ) |
void asdm::CalSeeingRow::setEndValidTime | ( | ArrayTime | endValidTime | ) |
void asdm::CalSeeingRow::setExponent | ( | float | exponent | ) |
Set exponent with the specified float.
exponent | The float value to which exponent is to be set. |
void asdm::CalSeeingRow::setExponent | ( | float | exponent | ) |
Set exponent with the specified float.
exponent | The float value to which exponent is to be set. |
void asdm::CalSeeingRow::setFrequencyRange | ( | vector< Frequency > | frequencyRange | ) |
Set frequencyRange with the specified vector<Frequency >.
frequencyRange | The vector<Frequency > value to which frequencyRange is to be set. |
void asdm::CalSeeingRow::setFrequencyRange | ( | vector< Frequency > | frequencyRange | ) |
Set frequencyRange with the specified vector<Frequency >.
frequencyRange | The vector<Frequency > value to which frequencyRange is to be set. |
void asdm::CalSeeingRow::setFromIDL | ( | asdmIDL::CalSeeingRowIDL | x | ) |
Fill the values of this row from the IDL struct CalSeeingRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::CalSeeingRow::setFromIDL | ( | asdmIDL::CalSeeingRowIDL | x | ) |
Fill the values of this row from the IDL struct CalSeeingRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::CalSeeingRow::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::CalSeeingRow::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::CalSeeingRow::setIntegrationTime | ( | Interval | integrationTime | ) |
void asdm::CalSeeingRow::setIntegrationTime | ( | Interval | integrationTime | ) |
void asdm::CalSeeingRow::setNumBaseLengths | ( | int | numBaseLengths | ) |
Set numBaseLengths with the specified int.
numBaseLengths | The int value to which numBaseLengths is to be set. |
void asdm::CalSeeingRow::setNumBaseLengths | ( | int | numBaseLengths | ) |
Set numBaseLengths with the specified int.
numBaseLengths | The int value to which numBaseLengths is to be set. |
void asdm::CalSeeingRow::setOuterScale | ( | Length | outerScale | ) |
void asdm::CalSeeingRow::setOuterScale | ( | Length | outerScale | ) |
void asdm::CalSeeingRow::setOuterScaleRMS | ( | Angle | outerScaleRMS | ) |
void asdm::CalSeeingRow::setOuterScaleRMS | ( | Angle | outerScaleRMS | ) |
void asdm::CalSeeingRow::setPhaseRMS | ( | vector< Angle > | phaseRMS | ) |
Set phaseRMS with the specified vector<Angle >.
phaseRMS | The vector<Angle > value to which phaseRMS is to be set. |
void asdm::CalSeeingRow::setPhaseRMS | ( | vector< Angle > | phaseRMS | ) |
Set phaseRMS with the specified vector<Angle >.
phaseRMS | The vector<Angle > value to which phaseRMS is to be set. |
void asdm::CalSeeingRow::setSeeing | ( | Angle | seeing | ) |
void asdm::CalSeeingRow::setSeeing | ( | Angle | seeing | ) |
void asdm::CalSeeingRow::setSeeingError | ( | Angle | seeingError | ) |
void asdm::CalSeeingRow::setSeeingError | ( | Angle | seeingError | ) |
void asdm::CalSeeingRow::setStartValidTime | ( | ArrayTime | startValidTime | ) |
void asdm::CalSeeingRow::setStartValidTime | ( | ArrayTime | startValidTime | ) |
void asdm::CalSeeingRow::startValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalSeeingRow::startValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalSeeingRow::startValidTimeFromText | ( | const string & | s | ) | [private] |
void asdm::CalSeeingRow::startValidTimeFromText | ( | const string & | s | ) | [private] |
void asdm::CalSeeingRow::toBin | ( | EndianOSStream & | eoss | ) | [private] |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
void asdm::CalSeeingRow::toBin | ( | EndianOSStream & | eoss | ) | [private] |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
asdmIDL::CalSeeingRowIDL* asdm::CalSeeingRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
asdmIDL::CalSeeingRowIDL* asdm::CalSeeingRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
void asdm::CalSeeingRow::toIDL | ( | asdmIDL::CalSeeingRowIDL & | x | ) | const |
Define the content of a CalSeeingRowIDL struct from the values found in this row.
x | a reference to the CalSeeingRowIDL struct to be set. |
std::string asdm::CalSeeingRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
std::string asdm::CalSeeingRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
asdm::CalSeeingTable [friend] |
Definition at line 141 of file CalSeeingRow.h.
friend class asdm::RowTransformer< CalSeeingRow > [friend] |
Definition at line 142 of file CalSeeingRow.h.
Extrinsic Table asdm::CalSeeingRow::Attributes |
Definition at line 165 of file CalSeeingRow.h.
Extrinsic Table asdm::CalSeeingRow::Attributes |
Definition at line 594 of file CalSeeingRow.h.
vector< Length > asdm::CalSeeingRow::baselineLengths [private] |
Tag asdm::CalSeeingRow::calReductionId [private] |
ArrayTime asdm::CalSeeingRow::endValidTime [private] |
float asdm::CalSeeingRow::exponent [private] |
Definition at line 1010 of file CalSeeingRow.h.
bool asdm::CalSeeingRow::exponentExists [private] |
vector< Frequency > asdm::CalSeeingRow::frequencyRange [private] |
Links *binary deserialization material from an EndianIStream std::map< std::string, CalSeeingAttributeFromBin > asdm::CalSeeingRow::fromBinMethods [private] |
Definition at line 1091 of file CalSeeingRow.h.
*text deserialization material std::map< std::string, CalSeeingAttributeFromText > asdm::CalSeeingRow::fromTextMethods [private] |
Definition at line 1114 of file CalSeeingRow.h.
bool asdm::CalSeeingRow::hasBeenAdded [private] |
Whether this row has been added to the table or not.
Definition at line 854 of file CalSeeingRow.h.
Interval asdm::CalSeeingRow::integrationTime [private] |
int asdm::CalSeeingRow::numBaseLengths [private] |
Length asdm::CalSeeingRow::outerScale [private] |
Definition at line 1023 of file CalSeeingRow.h.
bool asdm::CalSeeingRow::outerScaleExists [private] |
Angle asdm::CalSeeingRow::outerScaleRMS [private] |
Definition at line 1036 of file CalSeeingRow.h.
bool asdm::CalSeeingRow::outerScaleRMSExists [private] |
vector< Angle > asdm::CalSeeingRow::phaseRMS [private] |
Angle asdm::CalSeeingRow::seeing [private] |
Angle asdm::CalSeeingRow::seeingError [private] |
ArrayTime asdm::CalSeeingRow::startValidTime [private] |
CalSeeingTable & asdm::CalSeeingRow::table [private] |
The table to which this row belongs.
Definition at line 850 of file CalSeeingRow.h.