casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | Friends | List of all members
asdm::CalFocusModelRow Class Reference

The CalFocusModelRow class is a row of a CalFocusModelTable. More...

#include <CalFocusModelRow.h>

Public Member Functions

virtual ~CalFocusModelRow ()
 friend class asdm::TableStreamReader<CalFocusModelTable, CalFocusModelRow>; More...
 
CalFocusModelTablegetTable () const
 Return the table to which this row belongs. More...
 
bool isAdded () const
 Has this row been added to its table ? More...
 
void setAntennaName (std::string antennaName)
 Set antennaName with the specified std::string. More...
 
ReceiverBandMod::ReceiverBand getReceiverBand () const
 ===> Attribute receiverBand More...
 
void setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand)
 Set receiverBand with the specified ReceiverBandMod::ReceiverBand. More...
 
PolarizationTypeMod::PolarizationType getPolarizationType () const
 ===> Attribute polarizationType More...
 
void setPolarizationType (PolarizationTypeMod::PolarizationType polarizationType)
 Set polarizationType with the specified PolarizationTypeMod::PolarizationType. More...
 
ArrayTime getStartValidTime () const
 ===> Attribute startValidTime More...
 
void setStartValidTime (ArrayTime startValidTime)
 Set startValidTime with the specified ArrayTime. More...
 
ArrayTime getEndValidTime () const
 ===> Attribute endValidTime More...
 
void setEndValidTime (ArrayTime endValidTime)
 Set endValidTime with the specified ArrayTime. More...
 
AntennaMakeMod::AntennaMake getAntennaMake () const
 ===> Attribute antennaMake More...
 
void setAntennaMake (AntennaMakeMod::AntennaMake antennaMake)
 Set antennaMake with the specified AntennaMakeMod::AntennaMake. More...
 
int getNumCoeff () const
 ===> Attribute numCoeff More...
 
void setNumCoeff (int numCoeff)
 Set numCoeff with the specified int. More...
 
int getNumSourceObs () const
 ===> Attribute numSourceObs More...
 
void setNumSourceObs (int numSourceObs)
 Set numSourceObs with the specified int. More...
 
std::vector< std::string > getCoeffName () const
 ===> Attribute coeffName More...
 
void setCoeffName (std::vector< std::string > coeffName)
 Set coeffName with the specified std::vector<std::string >. More...
 
std::vector< std::string > getCoeffFormula () const
 ===> Attribute coeffFormula More...
 
void setCoeffFormula (std::vector< std::string > coeffFormula)
 Set coeffFormula with the specified std::vector<std::string >. More...
 
std::vector< float > getCoeffValue () const
 ===> Attribute coeffValue More...
 
void setCoeffValue (std::vector< float > coeffValue)
 Set coeffValue with the specified std::vector<float >. More...
 
std::vector< float > getCoeffError () const
 ===> Attribute coeffError More...
 
void setCoeffError (std::vector< float > coeffError)
 Set coeffError with the specified std::vector<float >. More...
 
std::vector< bool > getCoeffFixed () const
 ===> Attribute coeffFixed More...
 
void setCoeffFixed (std::vector< bool > coeffFixed)
 Set coeffFixed with the specified std::vector<bool >. More...
 
std::string getFocusModel () const
 ===> Attribute focusModel More...
 
void setFocusModel (std::string focusModel)
 Set focusModel with the specified std::string. More...
 
std::vector< LengthgetFocusRMS () const
 ===> Attribute focusRMS More...
 
void setFocusRMS (std::vector< Length > focusRMS)
 Set focusRMS with the specified std::vector<Length >. More...
 
double getReducedChiSquared () const
 ===> Attribute reducedChiSquared More...
 
void setReducedChiSquared (double reducedChiSquared)
 Set reducedChiSquared with the specified double. More...
 
void setCalDataId (Tag calDataId)
 Set calDataId with the specified Tag. More...
 
Tag getCalReductionId () const
 ===> Attribute calReductionId More...
 
void setCalReductionId (Tag calReductionId)
 Set calReductionId with the specified Tag. More...
 
Links *CalReductionRowgetCalReductionUsingCalReductionId ()
 calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId More...
 
CalDataRowgetCalDataUsingCalDataId ()
 calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId More...
 
bool compareNoAutoInc (std::string antennaName, ReceiverBandMod::ReceiverBand receiverBand, PolarizationTypeMod::PolarizationType polarizationType, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, AntennaMakeMod::AntennaMake antennaMake, int numCoeff, int numSourceObs, std::vector< std::string > coeffName, std::vector< std::string > coeffFormula, std::vector< float > coeffValue, std::vector< float > coeffError, std::vector< bool > coeffFixed, std::string focusModel, std::vector< Length > focusRMS, double reducedChiSquared)
 Compare each mandatory attribute except the autoincrementable one of this CalFocusModelRow with the corresponding parameters and return true if there is a match and false otherwise. More...
 
bool compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, AntennaMakeMod::AntennaMake antennaMake, int numCoeff, int numSourceObs, std::vector< std::string > coeffName, std::vector< std::string > coeffFormula, std::vector< float > coeffValue, std::vector< float > coeffError, std::vector< bool > coeffFixed, std::string focusModel, std::vector< Length > focusRMS, double reducedChiSquared)
 Compare each mandatory value (i.e. More...
 
bool equalByRequiredValue (CalFocusModelRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. More...
 
asdmIDL::CalFocusModelRowIDL * toIDL () const
 Return this row in the form of an IDL struct. More...
 
void toIDL (asdmIDL::CalFocusModelRowIDL &x) const
 Define the content of a CalFocusModelRowIDL struct from the values found in this row. More...
 
void setFromIDL (asdmIDL::CalFocusModelRowIDL x)
 Fill the values of this row from the IDL struct CalFocusModelRowIDL. More...
 
std::string toXML () const
 Return this row in the form of an XML string. More...
 
void setFromXML (std::string rowDoc)
 Fill the values of this row from an XML string that was produced by the toXML() method. More...
 

Public Attributes

Intrinsic Table Attributes
 
Extrinsic Table Attributes
 

Private Member Functions

void isAdded (bool added)
 This method is used by the Table class when this row is added to the table. More...
 
 CalFocusModelRow (CalFocusModelTable &table)
 Create a CalFocusModelRow. More...
 
 CalFocusModelRow (CalFocusModelTable &table, CalFocusModelRow *row)
 Create a CalFocusModelRow using a copy constructor mechanism. More...
 
void antennaNameFromBin (EndianIStream &eis)
 
void receiverBandFromBin (EndianIStream &eis)
 
void polarizationTypeFromBin (EndianIStream &eis)
 
void calDataIdFromBin (EndianIStream &eis)
 
void calReductionIdFromBin (EndianIStream &eis)
 
void startValidTimeFromBin (EndianIStream &eis)
 
void endValidTimeFromBin (EndianIStream &eis)
 
void antennaMakeFromBin (EndianIStream &eis)
 
void numCoeffFromBin (EndianIStream &eis)
 
void numSourceObsFromBin (EndianIStream &eis)
 
void coeffNameFromBin (EndianIStream &eis)
 
void coeffFormulaFromBin (EndianIStream &eis)
 
void coeffValueFromBin (EndianIStream &eis)
 
void coeffErrorFromBin (EndianIStream &eis)
 
void coeffFixedFromBin (EndianIStream &eis)
 
void focusModelFromBin (EndianIStream &eis)
 
void focusRMSFromBin (EndianIStream &eis)
 
void reducedChiSquaredFromBin (EndianIStream &eis)
 
void antennaNameFromText (const std::string &s)
 
void receiverBandFromText (const std::string &s)
 
void polarizationTypeFromText (const std::string &s)
 
void calDataIdFromText (const std::string &s)
 
void calReductionIdFromText (const std::string &s)
 
void startValidTimeFromText (const std::string &s)
 
void endValidTimeFromText (const std::string &s)
 
void antennaMakeFromText (const std::string &s)
 
void numCoeffFromText (const std::string &s)
 
void numSourceObsFromText (const std::string &s)
 
void coeffNameFromText (const std::string &s)
 
void coeffFormulaFromText (const std::string &s)
 
void coeffValueFromText (const std::string &s)
 
void coeffErrorFromText (const std::string &s)
 
void coeffFixedFromText (const std::string &s)
 
void focusModelFromText (const std::string &s)
 
void focusRMSFromText (const std::string &s)
 
void reducedChiSquaredFromText (const std::string &s)
 
void toBin (EndianOSStream &eoss)
 Serialize this into a stream of bytes written to an EndianOSStream. More...
 

Private Attributes

CalFocusModelTabletable
 The table to which this row belongs. More...
 
bool hasBeenAdded
 Whether this row has been added to the table or not. More...
 
ReceiverBandMod::ReceiverBand receiverBand
 ===> Attribute receiverBand More...
 
PolarizationTypeMod::PolarizationType polarizationType
 ===> Attribute polarizationType More...
 
ArrayTime startValidTime
 ===> Attribute startValidTime More...
 
ArrayTime endValidTime
 ===> Attribute endValidTime More...
 
AntennaMakeMod::AntennaMake antennaMake
 ===> Attribute antennaMake More...
 
int numCoeff
 ===> Attribute numCoeff More...
 
int numSourceObs
 ===> Attribute numSourceObs More...
 
std::vector< std::string > coeffName
 ===> Attribute coeffName More...
 
std::vector< std::string > coeffFormula
 ===> Attribute coeffFormula More...
 
std::vector< float > coeffValue
 ===> Attribute coeffValue More...
 
std::vector< float > coeffError
 ===> Attribute coeffError More...
 
std::vector< bool > coeffFixed
 ===> Attribute coeffFixed More...
 
std::string focusModel
 ===> Attribute focusModel More...
 
std::vector< LengthfocusRMS
 ===> Attribute focusRMS More...
 
double reducedChiSquared
 ===> Attribute reducedChiSquared More...
 
Tag calReductionId
 ===> Attribute calReductionId More...
 
Links *binary deserialization
material from an EndianIStream
std::map< std::string,
CalFocusModelAttributeFromBin
fromBinMethods
 
*text deserialization material
std::map< std::string,
CalFocusModelAttributeFromText
fromTextMethods
 

Friends

class asdm::CalFocusModelTable
 
class asdm::RowTransformer< CalFocusModelRow >
 

Detailed Description

The CalFocusModelRow class is a row of a CalFocusModelTable.

Generated from model's revision "-1", branch ""

Definition at line 138 of file CalFocusModelRow.h.

Constructor & Destructor Documentation

virtual asdm::CalFocusModelRow::~CalFocusModelRow ( )
virtual

friend class asdm::TableStreamReader<CalFocusModelTable, CalFocusModelRow>;

asdm::CalFocusModelRow::CalFocusModelRow ( CalFocusModelTable table)
private

Create a CalFocusModelRow.

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

Parameters
tableThe table to which this row belongs.
asdm::CalFocusModelRow::CalFocusModelRow ( CalFocusModelTable table,
CalFocusModelRow row 
)
private

Create a CalFocusModelRow using a copy constructor mechanism.

Given a CalFocusModelRow row and a CalFocusModelTable table, the method creates a new CalFocusModelRow owned by table. Each attribute of the created row is a copy (deep) of the corresponding attribute of row. The method does not add the created row to its table, its simply parents it to table, a call to the add method has to be done in order to get the row added (very likely after having modified some of its attributes). If row is null then the method returns a row with default values for its attributes.

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

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

Member Function Documentation

void asdm::CalFocusModelRow::antennaMakeFromBin ( EndianIStream eis)
private
void asdm::CalFocusModelRow::antennaMakeFromText ( const std::string &  s)
private
void asdm::CalFocusModelRow::antennaNameFromBin ( EndianIStream eis)
private
void asdm::CalFocusModelRow::antennaNameFromText ( const std::string &  s)
private
void asdm::CalFocusModelRow::calDataIdFromBin ( EndianIStream eis)
private
void asdm::CalFocusModelRow::calDataIdFromText ( const std::string &  s)
private
void asdm::CalFocusModelRow::calReductionIdFromBin ( EndianIStream eis)
private
void asdm::CalFocusModelRow::calReductionIdFromText ( const std::string &  s)
private
void asdm::CalFocusModelRow::coeffErrorFromBin ( EndianIStream eis)
private
void asdm::CalFocusModelRow::coeffErrorFromText ( const std::string &  s)
private
void asdm::CalFocusModelRow::coeffFixedFromBin ( EndianIStream eis)
private
void asdm::CalFocusModelRow::coeffFixedFromText ( const std::string &  s)
private
void asdm::CalFocusModelRow::coeffFormulaFromBin ( EndianIStream eis)
private
void asdm::CalFocusModelRow::coeffFormulaFromText ( const std::string &  s)
private
void asdm::CalFocusModelRow::coeffNameFromBin ( EndianIStream eis)
private
void asdm::CalFocusModelRow::coeffNameFromText ( const std::string &  s)
private
void asdm::CalFocusModelRow::coeffValueFromBin ( EndianIStream eis)
private
void asdm::CalFocusModelRow::coeffValueFromText ( const std::string &  s)
private
bool asdm::CalFocusModelRow::compareNoAutoInc ( std::string  antennaName,
ReceiverBandMod::ReceiverBand  receiverBand,
PolarizationTypeMod::PolarizationType  polarizationType,
Tag  calDataId,
Tag  calReductionId,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
AntennaMakeMod::AntennaMake  antennaMake,
int  numCoeff,
int  numSourceObs,
std::vector< std::string >  coeffName,
std::vector< std::string >  coeffFormula,
std::vector< float >  coeffValue,
std::vector< float >  coeffError,
std::vector< bool >  coeffFixed,
std::string  focusModel,
std::vector< Length focusRMS,
double  reducedChiSquared 
)

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

Parameters
antennaName
receiverBand
polarizationType
calDataId
calReductionId
startValidTime
endValidTime
antennaMake
numCoeff
numSourceObs
coeffName
coeffFormula
coeffValue
coeffError
coeffFixed
focusModel
focusRMS
reducedChiSquared
bool asdm::CalFocusModelRow::compareRequiredValue ( ArrayTime  startValidTime,
ArrayTime  endValidTime,
AntennaMakeMod::AntennaMake  antennaMake,
int  numCoeff,
int  numSourceObs,
std::vector< std::string >  coeffName,
std::vector< std::string >  coeffFormula,
std::vector< float >  coeffValue,
std::vector< float >  coeffError,
std::vector< bool >  coeffFixed,
std::string  focusModel,
std::vector< Length focusRMS,
double  reducedChiSquared 
)

Compare each mandatory value (i.e.

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

Parameters
startValidTime
endValidTime
antennaMake
numCoeff
numSourceObs
coeffName
coeffFormula
coeffValue
coeffError
coeffFixed
focusModel
focusRMS
reducedChiSquared
void asdm::CalFocusModelRow::endValidTimeFromBin ( EndianIStream eis)
private
void asdm::CalFocusModelRow::endValidTimeFromText ( const std::string &  s)
private
bool asdm::CalFocusModelRow::equalByRequiredValue ( CalFocusModelRow x)

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 CalFocusModelRow whose required attributes of the value part will be compared with those of this.
Returns
a boolean.
void asdm::CalFocusModelRow::focusModelFromBin ( EndianIStream eis)
private
void asdm::CalFocusModelRow::focusModelFromText ( const std::string &  s)
private
void asdm::CalFocusModelRow::focusRMSFromBin ( EndianIStream eis)
private
void asdm::CalFocusModelRow::focusRMSFromText ( const std::string &  s)
private
AntennaMakeMod::AntennaMake asdm::CalFocusModelRow::getAntennaMake ( ) const

===> Attribute antennaMake

Get antennaMake.

Returns
antennaMake as AntennaMakeMod::AntennaMake
CalDataRow* asdm::CalFocusModelRow::getCalDataUsingCalDataId ( )

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

Returns
a CalDataRow*
Tag asdm::CalFocusModelRow::getCalReductionId ( ) const

===> Attribute calReductionId

Get calReductionId.

Returns
calReductionId as Tag
Links* CalReductionRow* asdm::CalFocusModelRow::getCalReductionUsingCalReductionId ( )

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

Returns
a CalReductionRow*
std::vector<float > asdm::CalFocusModelRow::getCoeffError ( ) const

===> Attribute coeffError

Get coeffError.

Returns
coeffError as std::vector<float >
std::vector<bool > asdm::CalFocusModelRow::getCoeffFixed ( ) const

===> Attribute coeffFixed

Get coeffFixed.

Returns
coeffFixed as std::vector<bool >
std::vector<std::string > asdm::CalFocusModelRow::getCoeffFormula ( ) const

===> Attribute coeffFormula

Get coeffFormula.

Returns
coeffFormula as std::vector<std::string >
std::vector<std::string > asdm::CalFocusModelRow::getCoeffName ( ) const

===> Attribute coeffName

Get coeffName.

Returns
coeffName as std::vector<std::string >
std::vector<float > asdm::CalFocusModelRow::getCoeffValue ( ) const

===> Attribute coeffValue

Get coeffValue.

Returns
coeffValue as std::vector<float >
ArrayTime asdm::CalFocusModelRow::getEndValidTime ( ) const

===> Attribute endValidTime

Get endValidTime.

Returns
endValidTime as ArrayTime
std::string asdm::CalFocusModelRow::getFocusModel ( ) const

===> Attribute focusModel

Get focusModel.

Returns
focusModel as std::string
std::vector<Length > asdm::CalFocusModelRow::getFocusRMS ( ) const

===> Attribute focusRMS

Get focusRMS.

Returns
focusRMS as std::vector<Length >
int asdm::CalFocusModelRow::getNumCoeff ( ) const

===> Attribute numCoeff

Get numCoeff.

Returns
numCoeff as int
int asdm::CalFocusModelRow::getNumSourceObs ( ) const

===> Attribute numSourceObs

Get numSourceObs.

Returns
numSourceObs as int
PolarizationTypeMod::PolarizationType asdm::CalFocusModelRow::getPolarizationType ( ) const

===> Attribute polarizationType

Get polarizationType.

Returns
polarizationType as PolarizationTypeMod::PolarizationType
ReceiverBandMod::ReceiverBand asdm::CalFocusModelRow::getReceiverBand ( ) const

===> Attribute receiverBand

Get receiverBand.

Returns
receiverBand as ReceiverBandMod::ReceiverBand
double asdm::CalFocusModelRow::getReducedChiSquared ( ) const

===> Attribute reducedChiSquared

Get reducedChiSquared.

Returns
reducedChiSquared as double
ArrayTime asdm::CalFocusModelRow::getStartValidTime ( ) const

===> Attribute startValidTime

Get startValidTime.

Returns
startValidTime as ArrayTime
CalFocusModelTable& asdm::CalFocusModelRow::getTable ( ) const

Return the table to which this row belongs.

bool asdm::CalFocusModelRow::isAdded ( ) const

Has this row been added to its table ?

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

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

void asdm::CalFocusModelRow::numCoeffFromBin ( EndianIStream eis)
private
void asdm::CalFocusModelRow::numCoeffFromText ( const std::string &  s)
private
void asdm::CalFocusModelRow::numSourceObsFromBin ( EndianIStream eis)
private
void asdm::CalFocusModelRow::numSourceObsFromText ( const std::string &  s)
private
void asdm::CalFocusModelRow::polarizationTypeFromBin ( EndianIStream eis)
private
void asdm::CalFocusModelRow::polarizationTypeFromText ( const std::string &  s)
private
void asdm::CalFocusModelRow::receiverBandFromBin ( EndianIStream eis)
private
void asdm::CalFocusModelRow::receiverBandFromText ( const std::string &  s)
private
void asdm::CalFocusModelRow::reducedChiSquaredFromBin ( EndianIStream eis)
private
void asdm::CalFocusModelRow::reducedChiSquaredFromText ( const std::string &  s)
private
void asdm::CalFocusModelRow::setAntennaMake ( AntennaMakeMod::AntennaMake  antennaMake)

Set antennaMake with the specified AntennaMakeMod::AntennaMake.

Parameters
antennaMakeThe AntennaMakeMod::AntennaMake value to which antennaMake is to be set.
void asdm::CalFocusModelRow::setAntennaName ( std::string  antennaName)

Set antennaName with the specified std::string.

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

Set calDataId with the specified Tag.

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::CalFocusModelRow::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::CalFocusModelRow::setCoeffError ( std::vector< float >  coeffError)

Set coeffError with the specified std::vector<float >.

Parameters
coeffErrorThe std::vector<float > value to which coeffError is to be set.
void asdm::CalFocusModelRow::setCoeffFixed ( std::vector< bool >  coeffFixed)

Set coeffFixed with the specified std::vector<bool >.

Parameters
coeffFixedThe std::vector<bool > value to which coeffFixed is to be set.
void asdm::CalFocusModelRow::setCoeffFormula ( std::vector< std::string >  coeffFormula)

Set coeffFormula with the specified std::vector<std::string >.

Parameters
coeffFormulaThe std::vector<std::string > value to which coeffFormula is to be set.
void asdm::CalFocusModelRow::setCoeffName ( std::vector< std::string >  coeffName)

Set coeffName with the specified std::vector<std::string >.

Parameters
coeffNameThe std::vector<std::string > value to which coeffName is to be set.
void asdm::CalFocusModelRow::setCoeffValue ( std::vector< float >  coeffValue)

Set coeffValue with the specified std::vector<float >.

Parameters
coeffValueThe std::vector<float > value to which coeffValue is to be set.
void asdm::CalFocusModelRow::setEndValidTime ( ArrayTime  endValidTime)

Set endValidTime with the specified ArrayTime.

Parameters
endValidTimeThe ArrayTime value to which endValidTime is to be set.
void asdm::CalFocusModelRow::setFocusModel ( std::string  focusModel)

Set focusModel with the specified std::string.

Parameters
focusModelThe std::string value to which focusModel is to be set.
void asdm::CalFocusModelRow::setFocusRMS ( std::vector< Length focusRMS)

Set focusRMS with the specified std::vector<Length >.

Parameters
focusRMSThe std::vector<Length > value to which focusRMS is to be set.
void asdm::CalFocusModelRow::setFromIDL ( asdmIDL::CalFocusModelRowIDL  x)

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

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

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

Parameters
rowDocthe XML string being used to set the values of this row.
Exceptions
ConversionException
void asdm::CalFocusModelRow::setNumCoeff ( int  numCoeff)

Set numCoeff with the specified int.

Parameters
numCoeffThe int value to which numCoeff is to be set.
void asdm::CalFocusModelRow::setNumSourceObs ( int  numSourceObs)

Set numSourceObs with the specified int.

Parameters
numSourceObsThe int value to which numSourceObs is to be set.
void asdm::CalFocusModelRow::setPolarizationType ( PolarizationTypeMod::PolarizationType  polarizationType)

Set polarizationType with the specified PolarizationTypeMod::PolarizationType.

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

Set receiverBand with the specified ReceiverBandMod::ReceiverBand.

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::CalFocusModelRow::setReducedChiSquared ( double  reducedChiSquared)

Set reducedChiSquared with the specified double.

Parameters
reducedChiSquaredThe double value to which reducedChiSquared is to be set.
void asdm::CalFocusModelRow::setStartValidTime ( ArrayTime  startValidTime)

Set startValidTime with the specified ArrayTime.

Parameters
startValidTimeThe ArrayTime value to which startValidTime is to be set.
void asdm::CalFocusModelRow::startValidTimeFromBin ( EndianIStream eis)
private
void asdm::CalFocusModelRow::startValidTimeFromText ( const std::string &  s)
private
void asdm::CalFocusModelRow::toBin ( EndianOSStream eoss)
private

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

Parameters
eossthe EndianOSStream to be written to
asdmIDL::CalFocusModelRowIDL* asdm::CalFocusModelRow::toIDL ( ) const

Return this row in the form of an IDL struct.

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

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

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

Return this row in the form of an XML string.

Returns
The values of this row as an XML string.

Friends And Related Function Documentation

friend class asdm::CalFocusModelTable
friend

Definition at line 139 of file CalFocusModelRow.h.

friend class asdm::RowTransformer< CalFocusModelRow >
friend

Definition at line 140 of file CalFocusModelRow.h.

Member Data Documentation

AntennaMakeMod::AntennaMake asdm::CalFocusModelRow::antennaMake
private

===> Attribute antennaMake

Definition at line 1035 of file CalFocusModelRow.h.

Extrinsic Table asdm::CalFocusModelRow::Attributes

Definition at line 163 of file CalFocusModelRow.h.

Extrinsic Table asdm::CalFocusModelRow::Attributes

Definition at line 653 of file CalFocusModelRow.h.

Tag asdm::CalFocusModelRow::calReductionId
private

===> Attribute calReductionId

Definition at line 1171 of file CalFocusModelRow.h.

std::vector<float > asdm::CalFocusModelRow::coeffError
private

===> Attribute coeffError

Definition at line 1101 of file CalFocusModelRow.h.

std::vector<bool > asdm::CalFocusModelRow::coeffFixed
private

===> Attribute coeffFixed

Definition at line 1112 of file CalFocusModelRow.h.

std::vector<std::string > asdm::CalFocusModelRow::coeffFormula
private

===> Attribute coeffFormula

Definition at line 1079 of file CalFocusModelRow.h.

std::vector<std::string > asdm::CalFocusModelRow::coeffName
private

===> Attribute coeffName

Definition at line 1068 of file CalFocusModelRow.h.

std::vector<float > asdm::CalFocusModelRow::coeffValue
private

===> Attribute coeffValue

Definition at line 1090 of file CalFocusModelRow.h.

ArrayTime asdm::CalFocusModelRow::endValidTime
private

===> Attribute endValidTime

Definition at line 1024 of file CalFocusModelRow.h.

std::string asdm::CalFocusModelRow::focusModel
private

===> Attribute focusModel

Definition at line 1123 of file CalFocusModelRow.h.

std::vector<Length > asdm::CalFocusModelRow::focusRMS
private

===> Attribute focusRMS

Definition at line 1134 of file CalFocusModelRow.h.

Links* binary deserialization material from an EndianIStream std::map<std::string, CalFocusModelAttributeFromBin> asdm::CalFocusModelRow::fromBinMethods
private

Definition at line 1200 of file CalFocusModelRow.h.

* text deserialization material std::map<std::string, CalFocusModelAttributeFromText> asdm::CalFocusModelRow::fromTextMethods
private

Definition at line 1226 of file CalFocusModelRow.h.

bool asdm::CalFocusModelRow::hasBeenAdded
private

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

Definition at line 936 of file CalFocusModelRow.h.

int asdm::CalFocusModelRow::numCoeff
private

===> Attribute numCoeff

Definition at line 1046 of file CalFocusModelRow.h.

int asdm::CalFocusModelRow::numSourceObs
private

===> Attribute numSourceObs

Definition at line 1057 of file CalFocusModelRow.h.

PolarizationTypeMod::PolarizationType asdm::CalFocusModelRow::polarizationType
private

===> Attribute polarizationType

Definition at line 1002 of file CalFocusModelRow.h.

ReceiverBandMod::ReceiverBand asdm::CalFocusModelRow::receiverBand
private

===> Attribute receiverBand

Definition at line 991 of file CalFocusModelRow.h.

double asdm::CalFocusModelRow::reducedChiSquared
private

===> Attribute reducedChiSquared

Definition at line 1145 of file CalFocusModelRow.h.

ArrayTime asdm::CalFocusModelRow::startValidTime
private

===> Attribute startValidTime

Definition at line 1013 of file CalFocusModelRow.h.

CalFocusModelTable& asdm::CalFocusModelRow::table
private

The table to which this row belongs.

Definition at line 932 of file CalFocusModelRow.h.


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