casa
$Rev:20696$
|
The CalPrimaryBeamRow class is a row of a CalPrimaryBeamTable. More...
#include <CalPrimaryBeamRow.h>
Public Member Functions | |
virtual | ~CalPrimaryBeamRow () |
friend class asdm::TableStreamReader<CalPrimaryBeamTable, CalPrimaryBeamRow>; | |
CalPrimaryBeamTable & | 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. | |
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 | getNumSubband () const |
===> Attribute numSubband | |
void | setNumSubband (int numSubband) |
Set numSubband with the specified int. | |
vector< vector< Frequency > > | getFrequencyRange () const |
===> Attribute frequencyRange | |
void | setFrequencyRange (vector< vector< Frequency > > frequencyRange) |
Set frequencyRange with the specified vector<vector<Frequency > >. | |
int | getNumReceptor () const |
===> Attribute numReceptor | |
void | setNumReceptor (int numReceptor) |
Set numReceptor with the specified int. | |
vector < PolarizationTypeMod::PolarizationType > | getPolarizationTypes () const |
===> Attribute polarizationTypes | |
void | setPolarizationTypes (vector< PolarizationTypeMod::PolarizationType > polarizationTypes) |
Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >. | |
vector< double > | getMainBeamEfficiency () const |
===> Attribute mainBeamEfficiency | |
void | setMainBeamEfficiency (vector< double > mainBeamEfficiency) |
Set mainBeamEfficiency with the specified vector<double >. | |
EntityRef | getBeamDescriptionUID () const |
===> Attribute beamDescriptionUID | |
void | setBeamDescriptionUID (EntityRef beamDescriptionUID) |
Set beamDescriptionUID with the specified EntityRef. | |
float | getRelativeAmplitudeRms () const |
===> Attribute relativeAmplitudeRms | |
void | setRelativeAmplitudeRms (float relativeAmplitudeRms) |
Set relativeAmplitudeRms with the specified float. | |
vector< Angle > | getDirection () const |
===> Attribute direction | |
void | setDirection (vector< Angle > direction) |
Set direction with the specified vector<Angle >. | |
vector< Angle > | getMinValidDirection () const |
===> Attribute minValidDirection | |
void | setMinValidDirection (vector< Angle > minValidDirection) |
Set minValidDirection with the specified vector<Angle >. | |
vector< Angle > | getMaxValidDirection () const |
===> Attribute maxValidDirection | |
void | setMaxValidDirection (vector< Angle > maxValidDirection) |
Set maxValidDirection with the specified vector<Angle >. | |
PrimaryBeamDescriptionMod::PrimaryBeamDescription | getDescriptionType () const |
===> Attribute descriptionType | |
void | setDescriptionType (PrimaryBeamDescriptionMod::PrimaryBeamDescription descriptionType) |
Set descriptionType with the specified PrimaryBeamDescriptionMod::PrimaryBeamDescription. | |
vector< int > | getImageChannelNumber () const |
===> Attribute imageChannelNumber | |
void | setImageChannelNumber (vector< int > imageChannelNumber) |
Set imageChannelNumber with the specified vector<int >. | |
vector< Frequency > | getImageNominalFrequency () const |
===> Attribute imageNominalFrequency | |
void | setImageNominalFrequency (vector< Frequency > imageNominalFrequency) |
Set imageNominalFrequency with the specified vector<Frequency >. | |
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, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, AntennaMakeMod::AntennaMake antennaMake, int numSubband, vector< vector< Frequency > > frequencyRange, int numReceptor, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, vector< double > mainBeamEfficiency, EntityRef beamDescriptionUID, float relativeAmplitudeRms, vector< Angle > direction, vector< Angle > minValidDirection, vector< Angle > maxValidDirection, PrimaryBeamDescriptionMod::PrimaryBeamDescription descriptionType, vector< int > imageChannelNumber, vector< Frequency > imageNominalFrequency) |
Compare each mandatory attribute except the autoincrementable one of this CalPrimaryBeamRow 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 numSubband, vector< vector< Frequency > > frequencyRange, int numReceptor, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, vector< double > mainBeamEfficiency, EntityRef beamDescriptionUID, float relativeAmplitudeRms, vector< Angle > direction, vector< Angle > minValidDirection, vector< Angle > maxValidDirection, PrimaryBeamDescriptionMod::PrimaryBeamDescription descriptionType, vector< int > imageChannelNumber, vector< Frequency > imageNominalFrequency) |
Compare each mandatory value (i.e. | |
bool | equalByRequiredValue (CalPrimaryBeamRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
asdmIDL::CalPrimaryBeamRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. | |
void | toIDL (asdmIDL::CalPrimaryBeamRowIDL &x) const |
Define the content of a CalPrimaryBeamRowIDL struct from the values found in this row. | |
void | setFromIDL (asdmIDL::CalPrimaryBeamRowIDL x) |
Fill the values of this row from the IDL struct CalPrimaryBeamRowIDL. | |
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 | ~CalPrimaryBeamRow () |
friend class asdm::TableStreamReader<CalPrimaryBeamTable, CalPrimaryBeamRow>; | |
CalPrimaryBeamTable & | 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. | |
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 | getNumSubband () const |
===> Attribute numSubband | |
void | setNumSubband (int numSubband) |
Set numSubband with the specified int. | |
vector< vector< Frequency > > | getFrequencyRange () const |
===> Attribute frequencyRange | |
void | setFrequencyRange (vector< vector< Frequency > > frequencyRange) |
Set frequencyRange with the specified vector<vector<Frequency > >. | |
int | getNumReceptor () const |
===> Attribute numReceptor | |
void | setNumReceptor (int numReceptor) |
Set numReceptor with the specified int. | |
vector < PolarizationTypeMod::PolarizationType > | getPolarizationTypes () const |
===> Attribute polarizationTypes | |
void | setPolarizationTypes (vector< PolarizationTypeMod::PolarizationType > polarizationTypes) |
Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >. | |
vector< double > | getMainBeamEfficiency () const |
===> Attribute mainBeamEfficiency | |
void | setMainBeamEfficiency (vector< double > mainBeamEfficiency) |
Set mainBeamEfficiency with the specified vector<double >. | |
EntityRef | getBeamDescriptionUID () const |
===> Attribute beamDescriptionUID | |
void | setBeamDescriptionUID (EntityRef beamDescriptionUID) |
Set beamDescriptionUID with the specified EntityRef. | |
float | getRelativeAmplitudeRms () const |
===> Attribute relativeAmplitudeRms | |
void | setRelativeAmplitudeRms (float relativeAmplitudeRms) |
Set relativeAmplitudeRms with the specified float. | |
vector< Angle > | getDirection () const |
===> Attribute direction | |
void | setDirection (vector< Angle > direction) |
Set direction with the specified vector<Angle >. | |
vector< Angle > | getMinValidDirection () const |
===> Attribute minValidDirection | |
void | setMinValidDirection (vector< Angle > minValidDirection) |
Set minValidDirection with the specified vector<Angle >. | |
vector< Angle > | getMaxValidDirection () const |
===> Attribute maxValidDirection | |
void | setMaxValidDirection (vector< Angle > maxValidDirection) |
Set maxValidDirection with the specified vector<Angle >. | |
PrimaryBeamDescriptionMod::PrimaryBeamDescription | getDescriptionType () const |
===> Attribute descriptionType | |
void | setDescriptionType (PrimaryBeamDescriptionMod::PrimaryBeamDescription descriptionType) |
Set descriptionType with the specified PrimaryBeamDescriptionMod::PrimaryBeamDescription. | |
vector< int > | getImageChannelNumber () const |
===> Attribute imageChannelNumber | |
void | setImageChannelNumber (vector< int > imageChannelNumber) |
Set imageChannelNumber with the specified vector<int >. | |
vector< Frequency > | getImageNominalFrequency () const |
===> Attribute imageNominalFrequency | |
void | setImageNominalFrequency (vector< Frequency > imageNominalFrequency) |
Set imageNominalFrequency with the specified vector<Frequency >. | |
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, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, AntennaMakeMod::AntennaMake antennaMake, int numSubband, vector< vector< Frequency > > frequencyRange, int numReceptor, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, vector< double > mainBeamEfficiency, EntityRef beamDescriptionUID, float relativeAmplitudeRms, vector< Angle > direction, vector< Angle > minValidDirection, vector< Angle > maxValidDirection, PrimaryBeamDescriptionMod::PrimaryBeamDescription descriptionType, vector< int > imageChannelNumber, vector< Frequency > imageNominalFrequency) |
Compare each mandatory attribute except the autoincrementable one of this CalPrimaryBeamRow 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 numSubband, vector< vector< Frequency > > frequencyRange, int numReceptor, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, vector< double > mainBeamEfficiency, EntityRef beamDescriptionUID, float relativeAmplitudeRms, vector< Angle > direction, vector< Angle > minValidDirection, vector< Angle > maxValidDirection, PrimaryBeamDescriptionMod::PrimaryBeamDescription descriptionType, vector< int > imageChannelNumber, vector< Frequency > imageNominalFrequency) |
Compare each mandatory value (i.e. | |
bool | equalByRequiredValue (CalPrimaryBeamRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
asdmIDL::CalPrimaryBeamRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. | |
void | setFromIDL (asdmIDL::CalPrimaryBeamRowIDL x) |
Fill the values of this row from the IDL struct CalPrimaryBeamRowIDL. | |
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. | |
CalPrimaryBeamRow (CalPrimaryBeamTable &table) | |
Create a CalPrimaryBeamRow. | |
CalPrimaryBeamRow (CalPrimaryBeamTable &table, CalPrimaryBeamRow &row) | |
Create a CalPrimaryBeamRow using a copy constructor mechanism. | |
void | antennaNameFromBin (EndianIStream &eis) |
void | receiverBandFromBin (EndianIStream &eis) |
void | calDataIdFromBin (EndianIStream &eis) |
void | calReductionIdFromBin (EndianIStream &eis) |
void | startValidTimeFromBin (EndianIStream &eis) |
void | endValidTimeFromBin (EndianIStream &eis) |
void | antennaMakeFromBin (EndianIStream &eis) |
void | numSubbandFromBin (EndianIStream &eis) |
void | frequencyRangeFromBin (EndianIStream &eis) |
void | numReceptorFromBin (EndianIStream &eis) |
void | polarizationTypesFromBin (EndianIStream &eis) |
void | mainBeamEfficiencyFromBin (EndianIStream &eis) |
void | beamDescriptionUIDFromBin (EndianIStream &eis) |
void | relativeAmplitudeRmsFromBin (EndianIStream &eis) |
void | directionFromBin (EndianIStream &eis) |
void | minValidDirectionFromBin (EndianIStream &eis) |
void | maxValidDirectionFromBin (EndianIStream &eis) |
void | descriptionTypeFromBin (EndianIStream &eis) |
void | imageChannelNumberFromBin (EndianIStream &eis) |
void | imageNominalFrequencyFromBin (EndianIStream &eis) |
void | antennaNameFromText (const string &s) |
void | receiverBandFromText (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 | numSubbandFromText (const string &s) |
void | frequencyRangeFromText (const string &s) |
void | numReceptorFromText (const string &s) |
void | polarizationTypesFromText (const string &s) |
void | mainBeamEfficiencyFromText (const string &s) |
void | relativeAmplitudeRmsFromText (const string &s) |
void | directionFromText (const string &s) |
void | minValidDirectionFromText (const string &s) |
void | maxValidDirectionFromText (const string &s) |
void | descriptionTypeFromText (const string &s) |
void | imageChannelNumberFromText (const string &s) |
void | imageNominalFrequencyFromText (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. | |
CalPrimaryBeamRow (CalPrimaryBeamTable &table) | |
Create a CalPrimaryBeamRow. | |
CalPrimaryBeamRow (CalPrimaryBeamTable &table, CalPrimaryBeamRow &row) | |
Create a CalPrimaryBeamRow using a copy constructor mechanism. | |
void | antennaNameFromBin (EndianIStream &eis) |
void | receiverBandFromBin (EndianIStream &eis) |
void | calDataIdFromBin (EndianIStream &eis) |
void | calReductionIdFromBin (EndianIStream &eis) |
void | startValidTimeFromBin (EndianIStream &eis) |
void | endValidTimeFromBin (EndianIStream &eis) |
void | antennaMakeFromBin (EndianIStream &eis) |
void | numSubbandFromBin (EndianIStream &eis) |
void | frequencyRangeFromBin (EndianIStream &eis) |
void | numReceptorFromBin (EndianIStream &eis) |
void | polarizationTypesFromBin (EndianIStream &eis) |
void | mainBeamEfficiencyFromBin (EndianIStream &eis) |
void | beamDescriptionUIDFromBin (EndianIStream &eis) |
void | relativeAmplitudeRmsFromBin (EndianIStream &eis) |
void | directionFromBin (EndianIStream &eis) |
void | minValidDirectionFromBin (EndianIStream &eis) |
void | maxValidDirectionFromBin (EndianIStream &eis) |
void | descriptionTypeFromBin (EndianIStream &eis) |
void | imageChannelNumberFromBin (EndianIStream &eis) |
void | imageNominalFrequencyFromBin (EndianIStream &eis) |
void | antennaNameFromText (const string &s) |
void | receiverBandFromText (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 | numSubbandFromText (const string &s) |
void | frequencyRangeFromText (const string &s) |
void | numReceptorFromText (const string &s) |
void | polarizationTypesFromText (const string &s) |
void | mainBeamEfficiencyFromText (const string &s) |
void | relativeAmplitudeRmsFromText (const string &s) |
void | directionFromText (const string &s) |
void | minValidDirectionFromText (const string &s) |
void | maxValidDirectionFromText (const string &s) |
void | descriptionTypeFromText (const string &s) |
void | imageChannelNumberFromText (const string &s) |
void | imageNominalFrequencyFromText (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 | |
CalPrimaryBeamTable & | 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 | |
ArrayTime | startValidTime |
===> Attribute startValidTime | |
ArrayTime | endValidTime |
===> Attribute endValidTime | |
AntennaMakeMod::AntennaMake | antennaMake |
===> Attribute antennaMake | |
int | numSubband |
===> Attribute numSubband | |
vector< vector< Frequency > > | frequencyRange |
===> Attribute frequencyRange | |
int | numReceptor |
===> Attribute numReceptor | |
vector < PolarizationTypeMod::PolarizationType > | polarizationTypes |
===> Attribute polarizationTypes | |
vector< double > | mainBeamEfficiency |
===> Attribute mainBeamEfficiency | |
EntityRef | beamDescriptionUID |
===> Attribute beamDescriptionUID | |
float | relativeAmplitudeRms |
===> Attribute relativeAmplitudeRms | |
vector< Angle > | direction |
===> Attribute direction | |
vector< Angle > | minValidDirection |
===> Attribute minValidDirection | |
vector< Angle > | maxValidDirection |
===> Attribute maxValidDirection | |
PrimaryBeamDescriptionMod::PrimaryBeamDescription | descriptionType |
===> Attribute descriptionType | |
vector< int > | imageChannelNumber |
===> Attribute imageChannelNumber | |
vector< Frequency > | imageNominalFrequency |
===> Attribute imageNominalFrequency | |
Tag | calReductionId |
===> Attribute calReductionId | |
Links *binary deserialization material from an EndianIStream std::map< std::string, CalPrimaryBeamAttributeFromBin > | fromBinMethods |
*text deserialization material std::map< std::string, CalPrimaryBeamAttributeFromText > | fromTextMethods |
Friends | |
class | asdm::CalPrimaryBeamTable |
class | asdm::RowTransformer< CalPrimaryBeamRow > |
The CalPrimaryBeamRow class is a row of a CalPrimaryBeamTable.
Generated from model's revision "1.64", branch "HEAD"
Generated from model's revision "1.61", branch "HEAD"
Definition at line 152 of file CalPrimaryBeamRow.h.
virtual asdm::CalPrimaryBeamRow::~CalPrimaryBeamRow | ( | ) | [virtual] |
friend class asdm::TableStreamReader<CalPrimaryBeamTable, CalPrimaryBeamRow>;
asdm::CalPrimaryBeamRow::CalPrimaryBeamRow | ( | CalPrimaryBeamTable & | table | ) | [private] |
Create a CalPrimaryBeamRow.
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::CalPrimaryBeamRow::CalPrimaryBeamRow | ( | CalPrimaryBeamTable & | table, |
CalPrimaryBeamRow & | row | ||
) | [private] |
Create a CalPrimaryBeamRow using a copy constructor mechanism.
Given a CalPrimaryBeamRow row and a CalPrimaryBeamTable table, the method creates a new CalPrimaryBeamRow 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::CalPrimaryBeamRow::~CalPrimaryBeamRow | ( | ) | [virtual] |
friend class asdm::TableStreamReader<CalPrimaryBeamTable, CalPrimaryBeamRow>;
asdm::CalPrimaryBeamRow::CalPrimaryBeamRow | ( | CalPrimaryBeamTable & | table | ) | [private] |
Create a CalPrimaryBeamRow.
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::CalPrimaryBeamRow::CalPrimaryBeamRow | ( | CalPrimaryBeamTable & | table, |
CalPrimaryBeamRow & | row | ||
) | [private] |
Create a CalPrimaryBeamRow using a copy constructor mechanism.
Given a CalPrimaryBeamRow row and a CalPrimaryBeamTable table, the method creates a new CalPrimaryBeamRow 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::CalPrimaryBeamRow::antennaMakeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::antennaMakeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::antennaMakeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::antennaMakeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::antennaNameFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::antennaNameFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::antennaNameFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::antennaNameFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::beamDescriptionUIDFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::beamDescriptionUIDFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::calDataIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::calDataIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::calDataIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::calDataIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::calReductionIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::calReductionIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::calReductionIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::calReductionIdFromText | ( | const string & | s | ) | [private] |
bool asdm::CalPrimaryBeamRow::compareNoAutoInc | ( | string | antennaName, |
ReceiverBandMod::ReceiverBand | receiverBand, | ||
Tag | calDataId, | ||
Tag | calReductionId, | ||
ArrayTime | startValidTime, | ||
ArrayTime | endValidTime, | ||
AntennaMakeMod::AntennaMake | antennaMake, | ||
int | numSubband, | ||
vector< vector< Frequency > > | frequencyRange, | ||
int | numReceptor, | ||
vector< PolarizationTypeMod::PolarizationType > | polarizationTypes, | ||
vector< double > | mainBeamEfficiency, | ||
EntityRef | beamDescriptionUID, | ||
float | relativeAmplitudeRms, | ||
vector< Angle > | direction, | ||
vector< Angle > | minValidDirection, | ||
vector< Angle > | maxValidDirection, | ||
PrimaryBeamDescriptionMod::PrimaryBeamDescription | descriptionType, | ||
vector< int > | imageChannelNumber, | ||
vector< Frequency > | imageNominalFrequency | ||
) |
Compare each mandatory attribute except the autoincrementable one of this CalPrimaryBeamRow with the corresponding parameters and return true if there is a match and false otherwise.
antennaName | |
receiverBand | |
calDataId | |
calReductionId | |
startValidTime | |
endValidTime | |
antennaMake | |
numSubband | |
frequencyRange | |
numReceptor | |
polarizationTypes | |
mainBeamEfficiency | |
beamDescriptionUID | |
relativeAmplitudeRms | |
direction | |
minValidDirection | |
maxValidDirection | |
descriptionType | |
imageChannelNumber | |
imageNominalFrequency |
bool asdm::CalPrimaryBeamRow::compareNoAutoInc | ( | string | antennaName, |
ReceiverBandMod::ReceiverBand | receiverBand, | ||
Tag | calDataId, | ||
Tag | calReductionId, | ||
ArrayTime | startValidTime, | ||
ArrayTime | endValidTime, | ||
AntennaMakeMod::AntennaMake | antennaMake, | ||
int | numSubband, | ||
vector< vector< Frequency > > | frequencyRange, | ||
int | numReceptor, | ||
vector< PolarizationTypeMod::PolarizationType > | polarizationTypes, | ||
vector< double > | mainBeamEfficiency, | ||
EntityRef | beamDescriptionUID, | ||
float | relativeAmplitudeRms, | ||
vector< Angle > | direction, | ||
vector< Angle > | minValidDirection, | ||
vector< Angle > | maxValidDirection, | ||
PrimaryBeamDescriptionMod::PrimaryBeamDescription | descriptionType, | ||
vector< int > | imageChannelNumber, | ||
vector< Frequency > | imageNominalFrequency | ||
) |
Compare each mandatory attribute except the autoincrementable one of this CalPrimaryBeamRow with the corresponding parameters and return true if there is a match and false otherwise.
antennaName | |
receiverBand | |
calDataId | |
calReductionId | |
startValidTime | |
endValidTime | |
antennaMake | |
numSubband | |
frequencyRange | |
numReceptor | |
polarizationTypes | |
mainBeamEfficiency | |
beamDescriptionUID | |
relativeAmplitudeRms | |
direction | |
minValidDirection | |
maxValidDirection | |
descriptionType | |
imageChannelNumber | |
imageNominalFrequency |
bool asdm::CalPrimaryBeamRow::compareRequiredValue | ( | ArrayTime | startValidTime, |
ArrayTime | endValidTime, | ||
AntennaMakeMod::AntennaMake | antennaMake, | ||
int | numSubband, | ||
vector< vector< Frequency > > | frequencyRange, | ||
int | numReceptor, | ||
vector< PolarizationTypeMod::PolarizationType > | polarizationTypes, | ||
vector< double > | mainBeamEfficiency, | ||
EntityRef | beamDescriptionUID, | ||
float | relativeAmplitudeRms, | ||
vector< Angle > | direction, | ||
vector< Angle > | minValidDirection, | ||
vector< Angle > | maxValidDirection, | ||
PrimaryBeamDescriptionMod::PrimaryBeamDescription | descriptionType, | ||
vector< int > | imageChannelNumber, | ||
vector< Frequency > | imageNominalFrequency | ||
) |
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 | |
numSubband | |
frequencyRange | |
numReceptor | |
polarizationTypes | |
mainBeamEfficiency | |
beamDescriptionUID | |
relativeAmplitudeRms | |
direction | |
minValidDirection | |
maxValidDirection | |
descriptionType | |
imageChannelNumber | |
imageNominalFrequency |
bool asdm::CalPrimaryBeamRow::compareRequiredValue | ( | ArrayTime | startValidTime, |
ArrayTime | endValidTime, | ||
AntennaMakeMod::AntennaMake | antennaMake, | ||
int | numSubband, | ||
vector< vector< Frequency > > | frequencyRange, | ||
int | numReceptor, | ||
vector< PolarizationTypeMod::PolarizationType > | polarizationTypes, | ||
vector< double > | mainBeamEfficiency, | ||
EntityRef | beamDescriptionUID, | ||
float | relativeAmplitudeRms, | ||
vector< Angle > | direction, | ||
vector< Angle > | minValidDirection, | ||
vector< Angle > | maxValidDirection, | ||
PrimaryBeamDescriptionMod::PrimaryBeamDescription | descriptionType, | ||
vector< int > | imageChannelNumber, | ||
vector< Frequency > | imageNominalFrequency | ||
) |
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 | |
numSubband | |
frequencyRange | |
numReceptor | |
polarizationTypes | |
mainBeamEfficiency | |
beamDescriptionUID | |
relativeAmplitudeRms | |
direction | |
minValidDirection | |
maxValidDirection | |
descriptionType | |
imageChannelNumber | |
imageNominalFrequency |
void asdm::CalPrimaryBeamRow::descriptionTypeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::descriptionTypeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::descriptionTypeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::descriptionTypeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::directionFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::directionFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::directionFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::directionFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::endValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::endValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::endValidTimeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::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 CalPrimaryBeamRow 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 CalPrimaryBeamRow whose required attributes of the value part will be compared with those of this. |
void asdm::CalPrimaryBeamRow::frequencyRangeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::frequencyRangeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::frequencyRangeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::frequencyRangeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::fromText | ( | const std::string & | attributeName, |
const std::string & | t | ||
) | [private] |
AntennaMakeMod::AntennaMake asdm::CalPrimaryBeamRow::getAntennaMake | ( | ) | const |
===> Attribute antennaMake
Get antennaMake.
AntennaMakeMod::AntennaMake asdm::CalPrimaryBeamRow::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
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
PrimaryBeamDescriptionMod::PrimaryBeamDescription asdm::CalPrimaryBeamRow::getDescriptionType | ( | ) | const |
===> Attribute descriptionType
Get descriptionType.
PrimaryBeamDescriptionMod::PrimaryBeamDescription asdm::CalPrimaryBeamRow::getDescriptionType | ( | ) | const |
===> Attribute descriptionType
Get descriptionType.
vector<Angle > asdm::CalPrimaryBeamRow::getDirection | ( | ) | const |
===> Attribute direction
Get direction.
vector<Angle > asdm::CalPrimaryBeamRow::getDirection | ( | ) | const |
===> Attribute direction
Get direction.
vector<vector<Frequency > > asdm::CalPrimaryBeamRow::getFrequencyRange | ( | ) | const |
===> Attribute frequencyRange
Get frequencyRange.
vector<vector<Frequency > > asdm::CalPrimaryBeamRow::getFrequencyRange | ( | ) | const |
===> Attribute frequencyRange
Get frequencyRange.
vector<int > asdm::CalPrimaryBeamRow::getImageChannelNumber | ( | ) | const |
===> Attribute imageChannelNumber
Get imageChannelNumber.
vector<int > asdm::CalPrimaryBeamRow::getImageChannelNumber | ( | ) | const |
===> Attribute imageChannelNumber
Get imageChannelNumber.
vector<Frequency > asdm::CalPrimaryBeamRow::getImageNominalFrequency | ( | ) | const |
===> Attribute imageNominalFrequency
Get imageNominalFrequency.
vector<Frequency > asdm::CalPrimaryBeamRow::getImageNominalFrequency | ( | ) | const |
===> Attribute imageNominalFrequency
Get imageNominalFrequency.
vector<double > asdm::CalPrimaryBeamRow::getMainBeamEfficiency | ( | ) | const |
===> Attribute mainBeamEfficiency
Get mainBeamEfficiency.
vector<double > asdm::CalPrimaryBeamRow::getMainBeamEfficiency | ( | ) | const |
===> Attribute mainBeamEfficiency
Get mainBeamEfficiency.
vector<Angle > asdm::CalPrimaryBeamRow::getMaxValidDirection | ( | ) | const |
===> Attribute maxValidDirection
Get maxValidDirection.
vector<Angle > asdm::CalPrimaryBeamRow::getMaxValidDirection | ( | ) | const |
===> Attribute maxValidDirection
Get maxValidDirection.
vector<Angle > asdm::CalPrimaryBeamRow::getMinValidDirection | ( | ) | const |
===> Attribute minValidDirection
Get minValidDirection.
vector<Angle > asdm::CalPrimaryBeamRow::getMinValidDirection | ( | ) | const |
===> Attribute minValidDirection
Get minValidDirection.
int asdm::CalPrimaryBeamRow::getNumReceptor | ( | ) | const |
===> Attribute numReceptor
Get numReceptor.
int asdm::CalPrimaryBeamRow::getNumReceptor | ( | ) | const |
===> Attribute numReceptor
Get numReceptor.
int asdm::CalPrimaryBeamRow::getNumSubband | ( | ) | const |
===> Attribute numSubband
Get numSubband.
int asdm::CalPrimaryBeamRow::getNumSubband | ( | ) | const |
===> Attribute numSubband
Get numSubband.
vector<PolarizationTypeMod::PolarizationType > asdm::CalPrimaryBeamRow::getPolarizationTypes | ( | ) | const |
===> Attribute polarizationTypes
Get polarizationTypes.
vector<PolarizationTypeMod::PolarizationType > asdm::CalPrimaryBeamRow::getPolarizationTypes | ( | ) | const |
===> Attribute polarizationTypes
Get polarizationTypes.
ReceiverBandMod::ReceiverBand asdm::CalPrimaryBeamRow::getReceiverBand | ( | ) | const |
===> Attribute receiverBand
Get receiverBand.
ReceiverBandMod::ReceiverBand asdm::CalPrimaryBeamRow::getReceiverBand | ( | ) | const |
===> Attribute receiverBand
Get receiverBand.
float asdm::CalPrimaryBeamRow::getRelativeAmplitudeRms | ( | ) | const |
===> Attribute relativeAmplitudeRms
Get relativeAmplitudeRms.
float asdm::CalPrimaryBeamRow::getRelativeAmplitudeRms | ( | ) | const |
===> Attribute relativeAmplitudeRms
Get relativeAmplitudeRms.
Return the table to which this row belongs.
Return the table to which this row belongs.
void asdm::CalPrimaryBeamRow::imageChannelNumberFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::imageChannelNumberFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::imageChannelNumberFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::imageChannelNumberFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::imageNominalFrequencyFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::imageNominalFrequencyFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::imageNominalFrequencyFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::imageNominalFrequencyFromText | ( | const string & | s | ) | [private] |
bool asdm::CalPrimaryBeamRow::isAdded | ( | ) | const |
Has this row been added to its table ?
bool asdm::CalPrimaryBeamRow::isAdded | ( | ) | const |
Has this row been added to its table ?
void asdm::CalPrimaryBeamRow::isAdded | ( | bool | added | ) | [private] |
This method is used by the Table class when this row is added to the table.
void asdm::CalPrimaryBeamRow::isAdded | ( | bool | added | ) | [private] |
This method is used by the Table class when this row is added to the table.
void asdm::CalPrimaryBeamRow::mainBeamEfficiencyFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::mainBeamEfficiencyFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::mainBeamEfficiencyFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::mainBeamEfficiencyFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::maxValidDirectionFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::maxValidDirectionFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::maxValidDirectionFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::maxValidDirectionFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::minValidDirectionFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::minValidDirectionFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::minValidDirectionFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::minValidDirectionFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::numReceptorFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::numReceptorFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::numReceptorFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::numReceptorFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::numSubbandFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::numSubbandFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::numSubbandFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::numSubbandFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::polarizationTypesFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::polarizationTypesFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::polarizationTypesFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::polarizationTypesFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::receiverBandFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::receiverBandFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::receiverBandFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::receiverBandFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::relativeAmplitudeRmsFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::relativeAmplitudeRmsFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::relativeAmplitudeRmsFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::relativeAmplitudeRmsFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::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::CalPrimaryBeamRow::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::CalPrimaryBeamRow::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::CalPrimaryBeamRow::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::CalPrimaryBeamRow::setBeamDescriptionUID | ( | EntityRef | beamDescriptionUID | ) |
void asdm::CalPrimaryBeamRow::setBeamDescriptionUID | ( | EntityRef | beamDescriptionUID | ) |
void asdm::CalPrimaryBeamRow::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::CalPrimaryBeamRow::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::CalPrimaryBeamRow::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::CalPrimaryBeamRow::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::CalPrimaryBeamRow::setDescriptionType | ( | PrimaryBeamDescriptionMod::PrimaryBeamDescription | descriptionType | ) |
Set descriptionType with the specified PrimaryBeamDescriptionMod::PrimaryBeamDescription.
descriptionType | The PrimaryBeamDescriptionMod::PrimaryBeamDescription value to which descriptionType is to be set. |
void asdm::CalPrimaryBeamRow::setDescriptionType | ( | PrimaryBeamDescriptionMod::PrimaryBeamDescription | descriptionType | ) |
Set descriptionType with the specified PrimaryBeamDescriptionMod::PrimaryBeamDescription.
descriptionType | The PrimaryBeamDescriptionMod::PrimaryBeamDescription value to which descriptionType is to be set. |
void asdm::CalPrimaryBeamRow::setDirection | ( | vector< Angle > | direction | ) |
Set direction with the specified vector<Angle >.
direction | The vector<Angle > value to which direction is to be set. |
void asdm::CalPrimaryBeamRow::setDirection | ( | vector< Angle > | direction | ) |
Set direction with the specified vector<Angle >.
direction | The vector<Angle > value to which direction is to be set. |
void asdm::CalPrimaryBeamRow::setEndValidTime | ( | ArrayTime | endValidTime | ) |
void asdm::CalPrimaryBeamRow::setEndValidTime | ( | ArrayTime | endValidTime | ) |
void asdm::CalPrimaryBeamRow::setFrequencyRange | ( | vector< vector< Frequency > > | frequencyRange | ) |
Set frequencyRange with the specified vector<vector<Frequency > >.
frequencyRange | The vector<vector<Frequency > > value to which frequencyRange is to be set. |
void asdm::CalPrimaryBeamRow::setFrequencyRange | ( | vector< vector< Frequency > > | frequencyRange | ) |
Set frequencyRange with the specified vector<vector<Frequency > >.
frequencyRange | The vector<vector<Frequency > > value to which frequencyRange is to be set. |
void asdm::CalPrimaryBeamRow::setFromIDL | ( | asdmIDL::CalPrimaryBeamRowIDL | x | ) |
Fill the values of this row from the IDL struct CalPrimaryBeamRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::CalPrimaryBeamRow::setFromIDL | ( | asdmIDL::CalPrimaryBeamRowIDL | x | ) |
Fill the values of this row from the IDL struct CalPrimaryBeamRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::CalPrimaryBeamRow::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::CalPrimaryBeamRow::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::CalPrimaryBeamRow::setImageChannelNumber | ( | vector< int > | imageChannelNumber | ) |
Set imageChannelNumber with the specified vector<int >.
imageChannelNumber | The vector<int > value to which imageChannelNumber is to be set. |
void asdm::CalPrimaryBeamRow::setImageChannelNumber | ( | vector< int > | imageChannelNumber | ) |
Set imageChannelNumber with the specified vector<int >.
imageChannelNumber | The vector<int > value to which imageChannelNumber is to be set. |
void asdm::CalPrimaryBeamRow::setImageNominalFrequency | ( | vector< Frequency > | imageNominalFrequency | ) |
Set imageNominalFrequency with the specified vector<Frequency >.
imageNominalFrequency | The vector<Frequency > value to which imageNominalFrequency is to be set. |
void asdm::CalPrimaryBeamRow::setImageNominalFrequency | ( | vector< Frequency > | imageNominalFrequency | ) |
Set imageNominalFrequency with the specified vector<Frequency >.
imageNominalFrequency | The vector<Frequency > value to which imageNominalFrequency is to be set. |
void asdm::CalPrimaryBeamRow::setMainBeamEfficiency | ( | vector< double > | mainBeamEfficiency | ) |
Set mainBeamEfficiency with the specified vector<double >.
mainBeamEfficiency | The vector<double > value to which mainBeamEfficiency is to be set. |
void asdm::CalPrimaryBeamRow::setMainBeamEfficiency | ( | vector< double > | mainBeamEfficiency | ) |
Set mainBeamEfficiency with the specified vector<double >.
mainBeamEfficiency | The vector<double > value to which mainBeamEfficiency is to be set. |
void asdm::CalPrimaryBeamRow::setMaxValidDirection | ( | vector< Angle > | maxValidDirection | ) |
Set maxValidDirection with the specified vector<Angle >.
maxValidDirection | The vector<Angle > value to which maxValidDirection is to be set. |
void asdm::CalPrimaryBeamRow::setMaxValidDirection | ( | vector< Angle > | maxValidDirection | ) |
Set maxValidDirection with the specified vector<Angle >.
maxValidDirection | The vector<Angle > value to which maxValidDirection is to be set. |
void asdm::CalPrimaryBeamRow::setMinValidDirection | ( | vector< Angle > | minValidDirection | ) |
Set minValidDirection with the specified vector<Angle >.
minValidDirection | The vector<Angle > value to which minValidDirection is to be set. |
void asdm::CalPrimaryBeamRow::setMinValidDirection | ( | vector< Angle > | minValidDirection | ) |
Set minValidDirection with the specified vector<Angle >.
minValidDirection | The vector<Angle > value to which minValidDirection is to be set. |
void asdm::CalPrimaryBeamRow::setNumReceptor | ( | int | numReceptor | ) |
Set numReceptor with the specified int.
numReceptor | The int value to which numReceptor is to be set. |
void asdm::CalPrimaryBeamRow::setNumReceptor | ( | int | numReceptor | ) |
Set numReceptor with the specified int.
numReceptor | The int value to which numReceptor is to be set. |
void asdm::CalPrimaryBeamRow::setNumSubband | ( | int | numSubband | ) |
Set numSubband with the specified int.
numSubband | The int value to which numSubband is to be set. |
void asdm::CalPrimaryBeamRow::setNumSubband | ( | int | numSubband | ) |
Set numSubband with the specified int.
numSubband | The int value to which numSubband is to be set. |
void asdm::CalPrimaryBeamRow::setPolarizationTypes | ( | vector< PolarizationTypeMod::PolarizationType > | polarizationTypes | ) |
Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >.
polarizationTypes | The vector<PolarizationTypeMod::PolarizationType > value to which polarizationTypes is to be set. |
void asdm::CalPrimaryBeamRow::setPolarizationTypes | ( | vector< PolarizationTypeMod::PolarizationType > | polarizationTypes | ) |
Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >.
polarizationTypes | The vector<PolarizationTypeMod::PolarizationType > value to which polarizationTypes is to be set. |
void asdm::CalPrimaryBeamRow::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::CalPrimaryBeamRow::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::CalPrimaryBeamRow::setRelativeAmplitudeRms | ( | float | relativeAmplitudeRms | ) |
Set relativeAmplitudeRms with the specified float.
relativeAmplitudeRms | The float value to which relativeAmplitudeRms is to be set. |
void asdm::CalPrimaryBeamRow::setRelativeAmplitudeRms | ( | float | relativeAmplitudeRms | ) |
Set relativeAmplitudeRms with the specified float.
relativeAmplitudeRms | The float value to which relativeAmplitudeRms is to be set. |
void asdm::CalPrimaryBeamRow::setStartValidTime | ( | ArrayTime | startValidTime | ) |
void asdm::CalPrimaryBeamRow::setStartValidTime | ( | ArrayTime | startValidTime | ) |
void asdm::CalPrimaryBeamRow::startValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::startValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPrimaryBeamRow::startValidTimeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::startValidTimeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPrimaryBeamRow::toBin | ( | EndianOSStream & | eoss | ) | [private] |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
void asdm::CalPrimaryBeamRow::toBin | ( | EndianOSStream & | eoss | ) | [private] |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
asdmIDL::CalPrimaryBeamRowIDL* asdm::CalPrimaryBeamRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
asdmIDL::CalPrimaryBeamRowIDL* asdm::CalPrimaryBeamRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
void asdm::CalPrimaryBeamRow::toIDL | ( | asdmIDL::CalPrimaryBeamRowIDL & | x | ) | const |
Define the content of a CalPrimaryBeamRowIDL struct from the values found in this row.
x | a reference to the CalPrimaryBeamRowIDL struct to be set. |
std::string asdm::CalPrimaryBeamRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
std::string asdm::CalPrimaryBeamRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
asdm::CalPrimaryBeamTable [friend] |
Definition at line 153 of file CalPrimaryBeamRow.h.
friend class asdm::RowTransformer< CalPrimaryBeamRow > [friend] |
Definition at line 154 of file CalPrimaryBeamRow.h.
AntennaMakeMod::AntennaMake asdm::CalPrimaryBeamRow::antennaMake [private] |
Extrinsic Table asdm::CalPrimaryBeamRow::Attributes |
Definition at line 177 of file CalPrimaryBeamRow.h.
Extrinsic Table asdm::CalPrimaryBeamRow::Attributes |
Definition at line 725 of file CalPrimaryBeamRow.h.
Tag asdm::CalPrimaryBeamRow::calReductionId [private] |
PrimaryBeamDescriptionMod::PrimaryBeamDescription asdm::CalPrimaryBeamRow::descriptionType [private] |
vector< Angle > asdm::CalPrimaryBeamRow::direction [private] |
vector< vector< Frequency > > asdm::CalPrimaryBeamRow::frequencyRange [private] |
Links *binary deserialization material from an EndianIStream std::map< std::string, CalPrimaryBeamAttributeFromBin > asdm::CalPrimaryBeamRow::fromBinMethods [private] |
Definition at line 1306 of file CalPrimaryBeamRow.h.
*text deserialization material std::map< std::string, CalPrimaryBeamAttributeFromText > asdm::CalPrimaryBeamRow::fromTextMethods [private] |
Definition at line 1334 of file CalPrimaryBeamRow.h.
bool asdm::CalPrimaryBeamRow::hasBeenAdded [private] |
Whether this row has been added to the table or not.
Definition at line 1020 of file CalPrimaryBeamRow.h.
vector< int > asdm::CalPrimaryBeamRow::imageChannelNumber [private] |
vector< Frequency > asdm::CalPrimaryBeamRow::imageNominalFrequency [private] |
vector< double > asdm::CalPrimaryBeamRow::mainBeamEfficiency [private] |
vector< Angle > asdm::CalPrimaryBeamRow::maxValidDirection [private] |
vector< Angle > asdm::CalPrimaryBeamRow::minValidDirection [private] |
int asdm::CalPrimaryBeamRow::numReceptor [private] |
int asdm::CalPrimaryBeamRow::numSubband [private] |
vector< PolarizationTypeMod::PolarizationType > asdm::CalPrimaryBeamRow::polarizationTypes [private] |
ReceiverBandMod::ReceiverBand asdm::CalPrimaryBeamRow::receiverBand [private] |
float asdm::CalPrimaryBeamRow::relativeAmplitudeRms [private] |
CalPrimaryBeamTable & asdm::CalPrimaryBeamRow::table [private] |
The table to which this row belongs.
Definition at line 1016 of file CalPrimaryBeamRow.h.