casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | Friends
asdm::CalCurveRow Class Reference

The CalCurveRow class is a row of a CalCurveTable. More...

#include <CalCurveRow.h>

List of all members.

Public Member Functions

virtual ~CalCurveRow ()
 friend class asdm::TableStreamReader<CalCurveTable, CalCurveRow>;
CalCurveTablegetTable () 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.
CalCurveTypeMod::CalCurveType getTypeCurve () const
 ===> Attribute typeCurve
void setTypeCurve (CalCurveTypeMod::CalCurveType typeCurve)
 Set typeCurve with the specified CalCurveTypeMod::CalCurveType.
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.
vector< FrequencygetFrequencyRange () const
 ===> Attribute frequencyRange
void setFrequencyRange (vector< Frequency > frequencyRange)
 Set frequencyRange with the specified vector<Frequency >.
int getNumAntenna () const
 ===> Attribute numAntenna
void setNumAntenna (int numAntenna)
 Set numAntenna with the specified int.
int getNumPoly () const
 ===> Attribute numPoly
void setNumPoly (int numPoly)
 Set numPoly with the specified int.
int getNumReceptor () const
 ===> Attribute numReceptor
void setNumReceptor (int numReceptor)
 Set numReceptor with the specified int.
vector< string > getAntennaNames () const
 ===> Attribute antennaNames
void setAntennaNames (vector< string > antennaNames)
 Set antennaNames with the specified vector<string >.
string getRefAntennaName () const
 ===> Attribute refAntennaName
void setRefAntennaName (string refAntennaName)
 Set refAntennaName with the specified string.
vector
< PolarizationTypeMod::PolarizationType > 
getPolarizationTypes () const
 ===> Attribute polarizationTypes
void setPolarizationTypes (vector< PolarizationTypeMod::PolarizationType > polarizationTypes)
 Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >.
vector< vector< vector< float > > > getCurve () const
 ===> Attribute curve
void setCurve (vector< vector< vector< float > > > curve)
 Set curve with the specified vector<vector<vector<float > > >.
vector< double > getReducedChiSquared () const
 ===> Attribute reducedChiSquared
void setReducedChiSquared (vector< double > reducedChiSquared)
 Set reducedChiSquared with the specified vector<double >.
bool isNumBaselineExists () const
 ===> Attribute numBaseline, which is optional
int getNumBaseline () const
 Get numBaseline, which is optional.
void setNumBaseline (int numBaseline)
 Set numBaseline with the specified int.
void clearNumBaseline ()
 Mark numBaseline, which is an optional field, as non-existent.
bool isRmsExists () const
 ===> Attribute rms, which is optional
vector< vector< float > > getRms () const
 Get rms, which is optional.
void setRms (vector< vector< float > > rms)
 Set rms with the specified vector<vector<float > >.
void clearRms ()
 Mark rms, 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 *CalDataRowgetCalDataUsingCalDataId ()
 calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
CalReductionRowgetCalReductionUsingCalReductionId ()
 calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
bool compareNoAutoInc (AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection, CalCurveTypeMod::CalCurveType typeCurve, ReceiverBandMod::ReceiverBand receiverBand, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, int numAntenna, int numPoly, int numReceptor, vector< string > antennaNames, string refAntennaName, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, vector< vector< vector< float > > > curve, vector< double > reducedChiSquared)
 Compare each mandatory attribute except the autoincrementable one of this CalCurveRow with the corresponding parameters and return true if there is a match and false otherwise.
bool compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, int numAntenna, int numPoly, int numReceptor, vector< string > antennaNames, string refAntennaName, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, vector< vector< vector< float > > > curve, vector< double > reducedChiSquared)
 Compare each mandatory value (i.e.
bool equalByRequiredValue (CalCurveRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
asdmIDL::CalCurveRowIDL * toIDL () const
 Return this row in the form of an IDL struct.
void toIDL (asdmIDL::CalCurveRowIDL &x) const
 Define the content of a CalCurveRowIDL struct from the values found in this row.
void setFromIDL (asdmIDL::CalCurveRowIDL x)
 Fill the values of this row from the IDL struct CalCurveRowIDL.
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 ~CalCurveRow ()
 friend class asdm::TableStreamReader<CalCurveTable, CalCurveRow>;
CalCurveTablegetTable () 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.
CalCurveTypeMod::CalCurveType getTypeCurve () const
 ===> Attribute typeCurve
void setTypeCurve (CalCurveTypeMod::CalCurveType typeCurve)
 Set typeCurve with the specified CalCurveTypeMod::CalCurveType.
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.
vector< FrequencygetFrequencyRange () const
 ===> Attribute frequencyRange
void setFrequencyRange (vector< Frequency > frequencyRange)
 Set frequencyRange with the specified vector<Frequency >.
int getNumAntenna () const
 ===> Attribute numAntenna
void setNumAntenna (int numAntenna)
 Set numAntenna with the specified int.
int getNumPoly () const
 ===> Attribute numPoly
void setNumPoly (int numPoly)
 Set numPoly with the specified int.
int getNumReceptor () const
 ===> Attribute numReceptor
void setNumReceptor (int numReceptor)
 Set numReceptor with the specified int.
vector< string > getAntennaNames () const
 ===> Attribute antennaNames
void setAntennaNames (vector< string > antennaNames)
 Set antennaNames with the specified vector<string >.
string getRefAntennaName () const
 ===> Attribute refAntennaName
void setRefAntennaName (string refAntennaName)
 Set refAntennaName with the specified string.
vector
< PolarizationTypeMod::PolarizationType > 
getPolarizationTypes () const
 ===> Attribute polarizationTypes
void setPolarizationTypes (vector< PolarizationTypeMod::PolarizationType > polarizationTypes)
 Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >.
vector< vector< vector< float > > > getCurve () const
 ===> Attribute curve
void setCurve (vector< vector< vector< float > > > curve)
 Set curve with the specified vector<vector<vector<float > > >.
vector< double > getReducedChiSquared () const
 ===> Attribute reducedChiSquared
void setReducedChiSquared (vector< double > reducedChiSquared)
 Set reducedChiSquared with the specified vector<double >.
bool isNumBaselineExists () const
 ===> Attribute numBaseline, which is optional
int getNumBaseline () const
 Get numBaseline, which is optional.
void setNumBaseline (int numBaseline)
 Set numBaseline with the specified int.
void clearNumBaseline ()
 Mark numBaseline, which is an optional field, as non-existent.
bool isRmsExists () const
 ===> Attribute rms, which is optional
vector< vector< float > > getRms () const
 Get rms, which is optional.
void setRms (vector< vector< float > > rms)
 Set rms with the specified vector<vector<float > >.
void clearRms ()
 Mark rms, 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 *CalDataRowgetCalDataUsingCalDataId ()
 calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
CalReductionRowgetCalReductionUsingCalReductionId ()
 calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
bool compareNoAutoInc (AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection, CalCurveTypeMod::CalCurveType typeCurve, ReceiverBandMod::ReceiverBand receiverBand, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, int numAntenna, int numPoly, int numReceptor, vector< string > antennaNames, string refAntennaName, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, vector< vector< vector< float > > > curve, vector< double > reducedChiSquared)
 Compare each mandatory attribute except the autoincrementable one of this CalCurveRow with the corresponding parameters and return true if there is a match and false otherwise.
bool compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, int numAntenna, int numPoly, int numReceptor, vector< string > antennaNames, string refAntennaName, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, vector< vector< vector< float > > > curve, vector< double > reducedChiSquared)
 Compare each mandatory value (i.e.
bool equalByRequiredValue (CalCurveRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
asdmIDL::CalCurveRowIDL * toIDL () const
 Return this row in the form of an IDL struct.
void setFromIDL (asdmIDL::CalCurveRowIDL x)
 Fill the values of this row from the IDL struct CalCurveRowIDL.
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.
 CalCurveRow (CalCurveTable &table)
 Create a CalCurveRow.
 CalCurveRow (CalCurveTable &table, CalCurveRow &row)
 Create a CalCurveRow using a copy constructor mechanism.
void atmPhaseCorrectionFromBin (EndianIStream &eis)
void typeCurveFromBin (EndianIStream &eis)
void receiverBandFromBin (EndianIStream &eis)
void calDataIdFromBin (EndianIStream &eis)
void calReductionIdFromBin (EndianIStream &eis)
void startValidTimeFromBin (EndianIStream &eis)
void endValidTimeFromBin (EndianIStream &eis)
void frequencyRangeFromBin (EndianIStream &eis)
void numAntennaFromBin (EndianIStream &eis)
void numPolyFromBin (EndianIStream &eis)
void numReceptorFromBin (EndianIStream &eis)
void antennaNamesFromBin (EndianIStream &eis)
void refAntennaNameFromBin (EndianIStream &eis)
void polarizationTypesFromBin (EndianIStream &eis)
void curveFromBin (EndianIStream &eis)
void reducedChiSquaredFromBin (EndianIStream &eis)
void numBaselineFromBin (EndianIStream &eis)
void rmsFromBin (EndianIStream &eis)
void atmPhaseCorrectionFromText (const string &s)
void typeCurveFromText (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 frequencyRangeFromText (const string &s)
void numAntennaFromText (const string &s)
void numPolyFromText (const string &s)
void numReceptorFromText (const string &s)
void antennaNamesFromText (const string &s)
void refAntennaNameFromText (const string &s)
void polarizationTypesFromText (const string &s)
void curveFromText (const string &s)
void reducedChiSquaredFromText (const string &s)
void numBaselineFromText (const string &s)
void rmsFromText (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.
 CalCurveRow (CalCurveTable &table)
 Create a CalCurveRow.
 CalCurveRow (CalCurveTable &table, CalCurveRow &row)
 Create a CalCurveRow using a copy constructor mechanism.
void atmPhaseCorrectionFromBin (EndianIStream &eis)
void typeCurveFromBin (EndianIStream &eis)
void receiverBandFromBin (EndianIStream &eis)
void calDataIdFromBin (EndianIStream &eis)
void calReductionIdFromBin (EndianIStream &eis)
void startValidTimeFromBin (EndianIStream &eis)
void endValidTimeFromBin (EndianIStream &eis)
void frequencyRangeFromBin (EndianIStream &eis)
void numAntennaFromBin (EndianIStream &eis)
void numPolyFromBin (EndianIStream &eis)
void numReceptorFromBin (EndianIStream &eis)
void antennaNamesFromBin (EndianIStream &eis)
void refAntennaNameFromBin (EndianIStream &eis)
void polarizationTypesFromBin (EndianIStream &eis)
void curveFromBin (EndianIStream &eis)
void reducedChiSquaredFromBin (EndianIStream &eis)
void numBaselineFromBin (EndianIStream &eis)
void rmsFromBin (EndianIStream &eis)
void atmPhaseCorrectionFromText (const string &s)
void typeCurveFromText (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 frequencyRangeFromText (const string &s)
void numAntennaFromText (const string &s)
void numPolyFromText (const string &s)
void numReceptorFromText (const string &s)
void antennaNamesFromText (const string &s)
void refAntennaNameFromText (const string &s)
void polarizationTypesFromText (const string &s)
void curveFromText (const string &s)
void reducedChiSquaredFromText (const string &s)
void numBaselineFromText (const string &s)
void rmsFromText (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

CalCurveTabletable
 The table to which this row belongs.
bool hasBeenAdded
 Whether this row has been added to the table or not.
CalCurveTypeMod::CalCurveType typeCurve
 ===> Attribute typeCurve
ReceiverBandMod::ReceiverBand receiverBand
 ===> Attribute receiverBand
ArrayTime startValidTime
 ===> Attribute startValidTime
ArrayTime endValidTime
 ===> Attribute endValidTime
vector< FrequencyfrequencyRange
 ===> Attribute frequencyRange
int numAntenna
 ===> Attribute numAntenna
int numPoly
 ===> Attribute numPoly
int numReceptor
 ===> Attribute numReceptor
vector< string > antennaNames
 ===> Attribute antennaNames
string refAntennaName
 ===> Attribute refAntennaName
vector
< PolarizationTypeMod::PolarizationType > 
polarizationTypes
 ===> Attribute polarizationTypes
vector< vector< vector< float > > > curve
 ===> Attribute curve
vector< double > reducedChiSquared
 ===> Attribute reducedChiSquared
bool numBaselineExists
 ===> Attribute numBaseline, which is optional
int numBaseline
bool rmsExists
 ===> Attribute rms, which is optional
vector< vector< float > > rms
Tag calReductionId
 ===> Attribute calReductionId
Links *binary deserialization
material from an EndianIStream
std::map< std::string,
CalCurveAttributeFromBin
fromBinMethods
*text deserialization material
std::map< std::string,
CalCurveAttributeFromText
fromTextMethods

Friends

class asdm::CalCurveTable
class asdm::RowTransformer< CalCurveRow >

Detailed Description

The CalCurveRow class is a row of a CalCurveTable.

Generated from model's revision "1.64", branch "HEAD"

Generated from model's revision "1.61", branch "HEAD"

Definition at line 140 of file CalCurveRow.h.


Constructor & Destructor Documentation

virtual asdm::CalCurveRow::~CalCurveRow ( ) [virtual]

friend class asdm::TableStreamReader<CalCurveTable, CalCurveRow>;

Create a CalCurveRow.

This constructor is private because only the table can create rows. All rows know the table to which they belong.

Parameters:
tableThe table to which this row belongs.
asdm::CalCurveRow::CalCurveRow ( CalCurveTable table,
CalCurveRow row 
) [private]

Create a CalCurveRow using a copy constructor mechanism.

Given a CalCurveRow row and a CalCurveTable table, the method creates a new CalCurveRow 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.

Parameters:
tableThe table to which this row belongs.
rowThe row which is to be copied.
virtual asdm::CalCurveRow::~CalCurveRow ( ) [virtual]

friend class asdm::TableStreamReader<CalCurveTable, CalCurveRow>;

Create a CalCurveRow.

This constructor is private because only the table can create rows. All rows know the table to which they belong.

Parameters:
tableThe table to which this row belongs.
asdm::CalCurveRow::CalCurveRow ( CalCurveTable table,
CalCurveRow row 
) [private]

Create a CalCurveRow using a copy constructor mechanism.

Given a CalCurveRow row and a CalCurveTable table, the method creates a new CalCurveRow 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.

Parameters:
tableThe table to which this row belongs.
rowThe row which is to be copied.

Member Function Documentation

void asdm::CalCurveRow::antennaNamesFromText ( const string &  s) [private]
void asdm::CalCurveRow::antennaNamesFromText ( const string &  s) [private]
void asdm::CalCurveRow::atmPhaseCorrectionFromText ( const string &  s) [private]
void asdm::CalCurveRow::atmPhaseCorrectionFromText ( const string &  s) [private]
void asdm::CalCurveRow::calDataIdFromText ( const string &  s) [private]
void asdm::CalCurveRow::calDataIdFromText ( const string &  s) [private]
void asdm::CalCurveRow::calReductionIdFromText ( const string &  s) [private]
void asdm::CalCurveRow::calReductionIdFromText ( const string &  s) [private]

Mark numBaseline, which is an optional field, as non-existent.

Mark numBaseline, which is an optional field, as non-existent.

Mark rms, which is an optional field, as non-existent.

Mark rms, which is an optional field, as non-existent.

bool asdm::CalCurveRow::compareNoAutoInc ( AtmPhaseCorrectionMod::AtmPhaseCorrection  atmPhaseCorrection,
CalCurveTypeMod::CalCurveType  typeCurve,
ReceiverBandMod::ReceiverBand  receiverBand,
Tag  calDataId,
Tag  calReductionId,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
vector< Frequency frequencyRange,
int  numAntenna,
int  numPoly,
int  numReceptor,
vector< string >  antennaNames,
string  refAntennaName,
vector< PolarizationTypeMod::PolarizationType >  polarizationTypes,
vector< vector< vector< float > > >  curve,
vector< double >  reducedChiSquared 
)

Compare each mandatory attribute except the autoincrementable one of this CalCurveRow with the corresponding parameters and return true if there is a match and false otherwise.

Parameters:
atmPhaseCorrection
typeCurve
receiverBand
calDataId
calReductionId
startValidTime
endValidTime
frequencyRange
numAntenna
numPoly
numReceptor
antennaNames
refAntennaName
polarizationTypes
curve
reducedChiSquared
bool asdm::CalCurveRow::compareNoAutoInc ( AtmPhaseCorrectionMod::AtmPhaseCorrection  atmPhaseCorrection,
CalCurveTypeMod::CalCurveType  typeCurve,
ReceiverBandMod::ReceiverBand  receiverBand,
Tag  calDataId,
Tag  calReductionId,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
vector< Frequency frequencyRange,
int  numAntenna,
int  numPoly,
int  numReceptor,
vector< string >  antennaNames,
string  refAntennaName,
vector< PolarizationTypeMod::PolarizationType >  polarizationTypes,
vector< vector< vector< float > > >  curve,
vector< double >  reducedChiSquared 
)

Compare each mandatory attribute except the autoincrementable one of this CalCurveRow with the corresponding parameters and return true if there is a match and false otherwise.

Parameters:
atmPhaseCorrection
typeCurve
receiverBand
calDataId
calReductionId
startValidTime
endValidTime
frequencyRange
numAntenna
numPoly
numReceptor
antennaNames
refAntennaName
polarizationTypes
curve
reducedChiSquared
bool asdm::CalCurveRow::compareRequiredValue ( ArrayTime  startValidTime,
ArrayTime  endValidTime,
vector< Frequency frequencyRange,
int  numAntenna,
int  numPoly,
int  numReceptor,
vector< string >  antennaNames,
string  refAntennaName,
vector< PolarizationTypeMod::PolarizationType >  polarizationTypes,
vector< vector< vector< float > > >  curve,
vector< double >  reducedChiSquared 
)

Compare each mandatory value (i.e.

not in the key) attribute with the corresponding parameters and return true if there is a match and false otherwise.

Parameters:
startValidTime
endValidTime
frequencyRange
numAntenna
numPoly
numReceptor
antennaNames
refAntennaName
polarizationTypes
curve
reducedChiSquared
bool asdm::CalCurveRow::compareRequiredValue ( ArrayTime  startValidTime,
ArrayTime  endValidTime,
vector< Frequency frequencyRange,
int  numAntenna,
int  numPoly,
int  numReceptor,
vector< string >  antennaNames,
string  refAntennaName,
vector< PolarizationTypeMod::PolarizationType >  polarizationTypes,
vector< vector< vector< float > > >  curve,
vector< double >  reducedChiSquared 
)

Compare each mandatory value (i.e.

not in the key) attribute with the corresponding parameters and return true if there is a match and false otherwise.

Parameters:
startValidTime
endValidTime
frequencyRange
numAntenna
numPoly
numReceptor
antennaNames
refAntennaName
polarizationTypes
curve
reducedChiSquared
void asdm::CalCurveRow::curveFromText ( const string &  s) [private]
void asdm::CalCurveRow::curveFromText ( const string &  s) [private]
void asdm::CalCurveRow::endValidTimeFromText ( const string &  s) [private]
void asdm::CalCurveRow::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.

Parameters:
xa pointer on the CalCurveRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.

Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.

Parameters:
xa pointer on the CalCurveRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.
void asdm::CalCurveRow::frequencyRangeFromText ( const string &  s) [private]
void asdm::CalCurveRow::frequencyRangeFromText ( const string &  s) [private]
void asdm::CalCurveRow::fromText ( const std::string &  attributeName,
const std::string &  t 
) [private]
vector<string > asdm::CalCurveRow::getAntennaNames ( ) const

===> Attribute antennaNames

         

Get antennaNames.

Returns:
antennaNames as vector<string >
vector<string > asdm::CalCurveRow::getAntennaNames ( ) const

===> Attribute antennaNames

         

Get antennaNames.

Returns:
antennaNames as vector<string >

calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId

Returns:
a CalDataRow*

calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId

Returns:
a CalDataRow*

===> Attribute calReductionId

         

Get calReductionId.

Returns:
calReductionId as Tag

===> Attribute calReductionId

         

Get calReductionId.

Returns:
calReductionId as Tag

calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId

Returns:
a CalReductionRow*

calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId

Returns:
a CalReductionRow*
vector<vector<vector<float > > > asdm::CalCurveRow::getCurve ( ) const

===> Attribute curve

         

Get curve.

Returns:
curve as vector<vector<vector<float > > >
vector<vector<vector<float > > > asdm::CalCurveRow::getCurve ( ) const

===> Attribute curve

         

Get curve.

Returns:
curve as vector<vector<vector<float > > >

===> Attribute endValidTime

         

Get endValidTime.

Returns:
endValidTime as ArrayTime

===> Attribute endValidTime

         

Get endValidTime.

Returns:
endValidTime as ArrayTime

===> Attribute frequencyRange

         

Get frequencyRange.

Returns:
frequencyRange as vector<Frequency >

===> Attribute frequencyRange

         

Get frequencyRange.

Returns:
frequencyRange as vector<Frequency >

===> Attribute numAntenna

         

Get numAntenna.

Returns:
numAntenna as int

===> Attribute numAntenna

         

Get numAntenna.

Returns:
numAntenna as int

Get numBaseline, which is optional.

Returns:
numBaseline as int
Exceptions:
IllegalAccessExceptionIf numBaseline does not exist.

Get numBaseline, which is optional.

Returns:
numBaseline as int
Exceptions:
IllegalAccessExceptionIf numBaseline does not exist.

===> Attribute numPoly

         

Get numPoly.

Returns:
numPoly as int

===> Attribute numPoly

         

Get numPoly.

Returns:
numPoly as int

===> Attribute numReceptor

         

Get numReceptor.

Returns:
numReceptor as int

===> Attribute numReceptor

         

Get numReceptor.

Returns:
numReceptor as int
vector<PolarizationTypeMod::PolarizationType > asdm::CalCurveRow::getPolarizationTypes ( ) const

===> Attribute polarizationTypes

         

Get polarizationTypes.

Returns:
polarizationTypes as vector<PolarizationTypeMod::PolarizationType >
vector<PolarizationTypeMod::PolarizationType > asdm::CalCurveRow::getPolarizationTypes ( ) const

===> Attribute polarizationTypes

         

Get polarizationTypes.

Returns:
polarizationTypes as vector<PolarizationTypeMod::PolarizationType >
ReceiverBandMod::ReceiverBand asdm::CalCurveRow::getReceiverBand ( ) const

===> Attribute receiverBand

         

Get receiverBand.

Returns:
receiverBand as ReceiverBandMod::ReceiverBand
ReceiverBandMod::ReceiverBand asdm::CalCurveRow::getReceiverBand ( ) const

===> Attribute receiverBand

         

Get receiverBand.

Returns:
receiverBand as ReceiverBandMod::ReceiverBand
vector<double > asdm::CalCurveRow::getReducedChiSquared ( ) const

===> Attribute reducedChiSquared

         

Get reducedChiSquared.

Returns:
reducedChiSquared as vector<double >
vector<double > asdm::CalCurveRow::getReducedChiSquared ( ) const

===> Attribute reducedChiSquared

         

Get reducedChiSquared.

Returns:
reducedChiSquared as vector<double >

===> Attribute refAntennaName

         

Get refAntennaName.

Returns:
refAntennaName as string

===> Attribute refAntennaName

         

Get refAntennaName.

Returns:
refAntennaName as string
vector<vector<float > > asdm::CalCurveRow::getRms ( ) const

Get rms, which is optional.

Returns:
rms as vector<vector<float > >
Exceptions:
IllegalAccessExceptionIf rms does not exist.
vector<vector<float > > asdm::CalCurveRow::getRms ( ) const

Get rms, which is optional.

Returns:
rms as vector<vector<float > >
Exceptions:
IllegalAccessExceptionIf rms does not exist.

===> Attribute startValidTime

         

Get startValidTime.

Returns:
startValidTime as ArrayTime

===> Attribute startValidTime

         

Get startValidTime.

Returns:
startValidTime as ArrayTime

Return the table to which this row belongs.

Return the table to which this row belongs.

CalCurveTypeMod::CalCurveType asdm::CalCurveRow::getTypeCurve ( ) const

===> Attribute typeCurve

         

Get typeCurve.

Returns:
typeCurve as CalCurveTypeMod::CalCurveType
CalCurveTypeMod::CalCurveType asdm::CalCurveRow::getTypeCurve ( ) const

===> Attribute typeCurve

         

Get typeCurve.

Returns:
typeCurve as CalCurveTypeMod::CalCurveType

Has this row been added to its table ?

Returns:
true if and only if it has been added.

Has this row been added to its table ?

Returns:
true if and only if it has been added.
void asdm::CalCurveRow::isAdded ( bool  added) [private]

This method is used by the Table class when this row is added to the table.

void asdm::CalCurveRow::isAdded ( bool  added) [private]

This method is used by the Table class when this row is added to the table.

===> Attribute numBaseline, which is optional

         

The attribute numBaseline is optional. Return true if this attribute exists.

Returns:
true if and only if the numBaseline attribute exists.

===> Attribute numBaseline, which is optional

         

The attribute numBaseline is optional. Return true if this attribute exists.

Returns:
true if and only if the numBaseline attribute exists.

===> Attribute rms, which is optional

         

The attribute rms is optional. Return true if this attribute exists.

Returns:
true if and only if the rms attribute exists.

===> Attribute rms, which is optional

         

The attribute rms is optional. Return true if this attribute exists.

Returns:
true if and only if the rms attribute exists.
void asdm::CalCurveRow::numAntennaFromText ( const string &  s) [private]
void asdm::CalCurveRow::numAntennaFromText ( const string &  s) [private]
void asdm::CalCurveRow::numBaselineFromText ( const string &  s) [private]
void asdm::CalCurveRow::numBaselineFromText ( const string &  s) [private]
void asdm::CalCurveRow::numPolyFromText ( const string &  s) [private]
void asdm::CalCurveRow::numPolyFromText ( const string &  s) [private]
void asdm::CalCurveRow::numReceptorFromText ( const string &  s) [private]
void asdm::CalCurveRow::numReceptorFromText ( const string &  s) [private]
void asdm::CalCurveRow::polarizationTypesFromText ( const string &  s) [private]
void asdm::CalCurveRow::polarizationTypesFromText ( const string &  s) [private]
void asdm::CalCurveRow::receiverBandFromText ( const string &  s) [private]
void asdm::CalCurveRow::receiverBandFromText ( const string &  s) [private]
void asdm::CalCurveRow::reducedChiSquaredFromText ( const string &  s) [private]
void asdm::CalCurveRow::reducedChiSquaredFromText ( const string &  s) [private]
void asdm::CalCurveRow::refAntennaNameFromText ( const string &  s) [private]
void asdm::CalCurveRow::refAntennaNameFromText ( const string &  s) [private]
void asdm::CalCurveRow::rmsFromBin ( EndianIStream eis) [private]
void asdm::CalCurveRow::rmsFromBin ( EndianIStream eis) [private]
void asdm::CalCurveRow::rmsFromText ( const string &  s) [private]
void asdm::CalCurveRow::rmsFromText ( const string &  s) [private]
void asdm::CalCurveRow::setAntennaNames ( vector< string >  antennaNames)

Set antennaNames with the specified vector<string >.

Parameters:
antennaNamesThe vector<string > value to which antennaNames is to be set.
void asdm::CalCurveRow::setAntennaNames ( vector< string >  antennaNames)

Set antennaNames with the specified vector<string >.

Parameters:
antennaNamesThe vector<string > value to which antennaNames is to be set.
void asdm::CalCurveRow::setAtmPhaseCorrection ( AtmPhaseCorrectionMod::AtmPhaseCorrection  atmPhaseCorrection)

Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection.

Parameters:
atmPhaseCorrectionThe AtmPhaseCorrectionMod::AtmPhaseCorrection value to which atmPhaseCorrection is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalCurveRow::setAtmPhaseCorrection ( AtmPhaseCorrectionMod::AtmPhaseCorrection  atmPhaseCorrection)

Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection.

Parameters:
atmPhaseCorrectionThe AtmPhaseCorrectionMod::AtmPhaseCorrection value to which atmPhaseCorrection is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalCurveRow::setCalDataId ( Tag  calDataId)

Set calDataId with the specified Tag.

Parameters:
calDataIdThe Tag value to which calDataId is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalCurveRow::setCalDataId ( Tag  calDataId)

Set calDataId with the specified Tag.

Parameters:
calDataIdThe Tag value to which calDataId is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalCurveRow::setCalReductionId ( Tag  calReductionId)

Set calReductionId with the specified Tag.

Parameters:
calReductionIdThe Tag value to which calReductionId is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalCurveRow::setCalReductionId ( Tag  calReductionId)

Set calReductionId with the specified Tag.

Parameters:
calReductionIdThe Tag value to which calReductionId is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalCurveRow::setCurve ( vector< vector< vector< float > > >  curve)

Set curve with the specified vector<vector<vector<float > > >.

Parameters:
curveThe vector<vector<vector<float > > > value to which curve is to be set.
void asdm::CalCurveRow::setCurve ( vector< vector< vector< float > > >  curve)

Set curve with the specified vector<vector<vector<float > > >.

Parameters:
curveThe vector<vector<vector<float > > > value to which curve is to be set.

Set endValidTime with the specified ArrayTime.

Parameters:
endValidTimeThe ArrayTime value to which endValidTime is to be set.

Set endValidTime with the specified ArrayTime.

Parameters:
endValidTimeThe ArrayTime value to which endValidTime is to be set.
void asdm::CalCurveRow::setFrequencyRange ( vector< Frequency frequencyRange)

Set frequencyRange with the specified vector<Frequency >.

Parameters:
frequencyRangeThe vector<Frequency > value to which frequencyRange is to be set.
void asdm::CalCurveRow::setFrequencyRange ( vector< Frequency frequencyRange)

Set frequencyRange with the specified vector<Frequency >.

Parameters:
frequencyRangeThe vector<Frequency > value to which frequencyRange is to be set.
void asdm::CalCurveRow::setFromIDL ( asdmIDL::CalCurveRowIDL  x)

Fill the values of this row from the IDL struct CalCurveRowIDL.

Parameters:
xThe IDL struct containing the values used to fill this row.
Exceptions:
ConversionException
void asdm::CalCurveRow::setFromIDL ( asdmIDL::CalCurveRowIDL  x)

Fill the values of this row from the IDL struct CalCurveRowIDL.

Parameters:
xThe IDL struct containing the values used to fill this row.
Exceptions:
ConversionException
void asdm::CalCurveRow::setFromXML ( std::string  rowDoc)

Fill the values of this row from an XML string that was produced by the toXML() method.

Parameters:
rowDocthe XML string being used to set the values of this row.
Exceptions:
ConversionException
void asdm::CalCurveRow::setFromXML ( std::string  rowDoc)

Fill the values of this row from an XML string that was produced by the toXML() method.

Parameters:
rowDocthe XML string being used to set the values of this row.
Exceptions:
ConversionException
void asdm::CalCurveRow::setNumAntenna ( int  numAntenna)

Set numAntenna with the specified int.

Parameters:
numAntennaThe int value to which numAntenna is to be set.
void asdm::CalCurveRow::setNumAntenna ( int  numAntenna)

Set numAntenna with the specified int.

Parameters:
numAntennaThe int value to which numAntenna is to be set.
void asdm::CalCurveRow::setNumBaseline ( int  numBaseline)

Set numBaseline with the specified int.

Parameters:
numBaselineThe int value to which numBaseline is to be set.
void asdm::CalCurveRow::setNumBaseline ( int  numBaseline)

Set numBaseline with the specified int.

Parameters:
numBaselineThe int value to which numBaseline is to be set.
void asdm::CalCurveRow::setNumPoly ( int  numPoly)

Set numPoly with the specified int.

Parameters:
numPolyThe int value to which numPoly is to be set.
void asdm::CalCurveRow::setNumPoly ( int  numPoly)

Set numPoly with the specified int.

Parameters:
numPolyThe int value to which numPoly is to be set.
void asdm::CalCurveRow::setNumReceptor ( int  numReceptor)

Set numReceptor with the specified int.

Parameters:
numReceptorThe int value to which numReceptor is to be set.
void asdm::CalCurveRow::setNumReceptor ( int  numReceptor)

Set numReceptor with the specified int.

Parameters:
numReceptorThe int value to which numReceptor is to be set.
void asdm::CalCurveRow::setPolarizationTypes ( vector< PolarizationTypeMod::PolarizationType >  polarizationTypes)

Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >.

Parameters:
polarizationTypesThe vector<PolarizationTypeMod::PolarizationType > value to which polarizationTypes is to be set.
void asdm::CalCurveRow::setPolarizationTypes ( vector< PolarizationTypeMod::PolarizationType >  polarizationTypes)

Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >.

Parameters:
polarizationTypesThe vector<PolarizationTypeMod::PolarizationType > value to which polarizationTypes is to be set.
void asdm::CalCurveRow::setReceiverBand ( ReceiverBandMod::ReceiverBand  receiverBand)

Set receiverBand with the specified ReceiverBandMod::ReceiverBand.

Parameters:
receiverBandThe ReceiverBandMod::ReceiverBand value to which receiverBand is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalCurveRow::setReceiverBand ( ReceiverBandMod::ReceiverBand  receiverBand)

Set receiverBand with the specified ReceiverBandMod::ReceiverBand.

Parameters:
receiverBandThe ReceiverBandMod::ReceiverBand value to which receiverBand is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalCurveRow::setReducedChiSquared ( vector< double >  reducedChiSquared)

Set reducedChiSquared with the specified vector<double >.

Parameters:
reducedChiSquaredThe vector<double > value to which reducedChiSquared is to be set.
void asdm::CalCurveRow::setReducedChiSquared ( vector< double >  reducedChiSquared)

Set reducedChiSquared with the specified vector<double >.

Parameters:
reducedChiSquaredThe vector<double > value to which reducedChiSquared is to be set.
void asdm::CalCurveRow::setRefAntennaName ( string  refAntennaName)

Set refAntennaName with the specified string.

Parameters:
refAntennaNameThe string value to which refAntennaName is to be set.
void asdm::CalCurveRow::setRefAntennaName ( string  refAntennaName)

Set refAntennaName with the specified string.

Parameters:
refAntennaNameThe string value to which refAntennaName is to be set.
void asdm::CalCurveRow::setRms ( vector< vector< float > >  rms)

Set rms with the specified vector<vector<float > >.

Parameters:
rmsThe vector<vector<float > > value to which rms is to be set.
void asdm::CalCurveRow::setRms ( vector< vector< float > >  rms)

Set rms with the specified vector<vector<float > >.

Parameters:
rmsThe vector<vector<float > > value to which rms is to be set.

Set startValidTime with the specified ArrayTime.

Parameters:
startValidTimeThe ArrayTime value to which startValidTime is to be set.

Set startValidTime with the specified ArrayTime.

Parameters:
startValidTimeThe ArrayTime value to which startValidTime is to be set.
void asdm::CalCurveRow::setTypeCurve ( CalCurveTypeMod::CalCurveType  typeCurve)

Set typeCurve with the specified CalCurveTypeMod::CalCurveType.

Parameters:
typeCurveThe CalCurveTypeMod::CalCurveType value to which typeCurve is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalCurveRow::setTypeCurve ( CalCurveTypeMod::CalCurveType  typeCurve)

Set typeCurve with the specified CalCurveTypeMod::CalCurveType.

Parameters:
typeCurveThe CalCurveTypeMod::CalCurveType value to which typeCurve is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalCurveRow::startValidTimeFromText ( const string &  s) [private]
void asdm::CalCurveRow::startValidTimeFromText ( const string &  s) [private]
void asdm::CalCurveRow::toBin ( EndianOSStream eoss) [private]

Serialize this into a stream of bytes written to an EndianOSStream.

Parameters:
eossthe EndianOSStream to be written to
void asdm::CalCurveRow::toBin ( EndianOSStream eoss) [private]

Serialize this into a stream of bytes written to an EndianOSStream.

Parameters:
eossthe EndianOSStream to be written to
asdmIDL::CalCurveRowIDL* asdm::CalCurveRow::toIDL ( ) const

Return this row in the form of an IDL struct.

Returns:
The values of this row as a CalCurveRowIDL struct.
asdmIDL::CalCurveRowIDL* asdm::CalCurveRow::toIDL ( ) const

Return this row in the form of an IDL struct.

Returns:
The values of this row as a CalCurveRowIDL struct.
void asdm::CalCurveRow::toIDL ( asdmIDL::CalCurveRowIDL &  x) const

Define the content of a CalCurveRowIDL struct from the values found in this row.

Parameters:
xa reference to the CalCurveRowIDL struct to be set.
std::string asdm::CalCurveRow::toXML ( ) const

Return this row in the form of an XML string.

Returns:
The values of this row as an XML string.
std::string asdm::CalCurveRow::toXML ( ) const

Return this row in the form of an XML string.

Returns:
The values of this row as an XML string.
void asdm::CalCurveRow::typeCurveFromText ( const string &  s) [private]
void asdm::CalCurveRow::typeCurveFromText ( const string &  s) [private]

Friends And Related Function Documentation

Definition at line 141 of file CalCurveRow.h.

friend class asdm::RowTransformer< CalCurveRow > [friend]

Definition at line 142 of file CalCurveRow.h.


Member Data Documentation

vector< string > asdm::CalCurveRow::antennaNames [private]

===> Attribute antennaNames

         

Definition at line 1095 of file CalCurveRow.h.

Definition at line 165 of file CalCurveRow.h.

Definition at line 677 of file CalCurveRow.h.

===> Attribute calReductionId

         

Definition at line 1191 of file CalCurveRow.h.

vector< vector< vector< float > > > asdm::CalCurveRow::curve [private]

===> Attribute curve

         

Definition at line 1128 of file CalCurveRow.h.

===> Attribute endValidTime

         

Definition at line 1040 of file CalCurveRow.h.

===> Attribute frequencyRange

         

Definition at line 1051 of file CalCurveRow.h.

Links *binary deserialization material from an EndianIStream std::map< std::string, CalCurveAttributeFromBin > asdm::CalCurveRow::fromBinMethods [private]

Definition at line 1220 of file CalCurveRow.h.

*text deserialization material std::map< std::string, CalCurveAttributeFromText > asdm::CalCurveRow::fromTextMethods [private]

Definition at line 1246 of file CalCurveRow.h.

Whether this row has been added to the table or not.

Definition at line 952 of file CalCurveRow.h.

===> Attribute numAntenna

         

Definition at line 1062 of file CalCurveRow.h.

Definition at line 1152 of file CalCurveRow.h.

===> Attribute numBaseline, which is optional

         

Definition at line 1149 of file CalCurveRow.h.

===> Attribute numPoly

         

Definition at line 1073 of file CalCurveRow.h.

===> Attribute numReceptor

         

Definition at line 1084 of file CalCurveRow.h.

vector< PolarizationTypeMod::PolarizationType > asdm::CalCurveRow::polarizationTypes [private]

===> Attribute polarizationTypes

         

Definition at line 1117 of file CalCurveRow.h.

ReceiverBandMod::ReceiverBand asdm::CalCurveRow::receiverBand [private]

===> Attribute receiverBand

         

Definition at line 1018 of file CalCurveRow.h.

vector< double > asdm::CalCurveRow::reducedChiSquared [private]

===> Attribute reducedChiSquared

         

Definition at line 1139 of file CalCurveRow.h.

===> Attribute refAntennaName

         

Definition at line 1106 of file CalCurveRow.h.

vector< vector< float > > asdm::CalCurveRow::rms [private]

Definition at line 1165 of file CalCurveRow.h.

===> Attribute rms, which is optional

         

Definition at line 1162 of file CalCurveRow.h.

===> Attribute startValidTime

         

Definition at line 1029 of file CalCurveRow.h.

The table to which this row belongs.

Definition at line 948 of file CalCurveRow.h.

CalCurveTypeMod::CalCurveType asdm::CalCurveRow::typeCurve [private]

===> Attribute typeCurve

         

Definition at line 1007 of file CalCurveRow.h.


The documentation for this class was generated from the following files: