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::CalFluxRow Class Reference

The CalFluxRow class is a row of a CalFluxTable. More...

#include <CalFluxRow.h>

List of all members.

Public Member Functions

virtual ~CalFluxRow ()
 friend class asdm::TableStreamReader<CalFluxTable, CalFluxRow>;
CalFluxTablegetTable () const
 Return the table to which this row belongs.
bool isAdded () const
 Has this row been added to its table ?
void setSourceName (string sourceName)
 Set sourceName with the specified string.
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.
int getNumFrequencyRanges () const
 ===> Attribute numFrequencyRanges
void setNumFrequencyRanges (int numFrequencyRanges)
 Set numFrequencyRanges with the specified int.
int getNumStokes () const
 ===> Attribute numStokes
void setNumStokes (int numStokes)
 Set numStokes with the specified int.
vector< vector< Frequency > > getFrequencyRanges () const
 ===> Attribute frequencyRanges
void setFrequencyRanges (vector< vector< Frequency > > frequencyRanges)
 Set frequencyRanges with the specified vector<vector<Frequency > >.
FluxCalibrationMethodMod::FluxCalibrationMethod getFluxMethod () const
 ===> Attribute fluxMethod
void setFluxMethod (FluxCalibrationMethodMod::FluxCalibrationMethod fluxMethod)
 Set fluxMethod with the specified FluxCalibrationMethodMod::FluxCalibrationMethod.
vector< vector< double > > getFlux () const
 ===> Attribute flux
void setFlux (vector< vector< double > > flux)
 Set flux with the specified vector<vector<double > >.
vector< vector< double > > getFluxError () const
 ===> Attribute fluxError
void setFluxError (vector< vector< double > > fluxError)
 Set fluxError with the specified vector<vector<double > >.
vector
< StokesParameterMod::StokesParameter > 
getStokes () const
 ===> Attribute stokes
void setStokes (vector< StokesParameterMod::StokesParameter > stokes)
 Set stokes with the specified vector<StokesParameterMod::StokesParameter >.
bool isDirectionExists () const
 ===> Attribute direction, which is optional
vector< AnglegetDirection () const
 Get direction, which is optional.
void setDirection (vector< Angle > direction)
 Set direction with the specified vector<Angle >.
void clearDirection ()
 Mark direction, which is an optional field, as non-existent.
bool isDirectionCodeExists () const
 ===> Attribute directionCode, which is optional
DirectionReferenceCodeMod::DirectionReferenceCode getDirectionCode () const
 Get directionCode, which is optional.
void setDirectionCode (DirectionReferenceCodeMod::DirectionReferenceCode directionCode)
 Set directionCode with the specified DirectionReferenceCodeMod::DirectionReferenceCode.
void clearDirectionCode ()
 Mark directionCode, which is an optional field, as non-existent.
bool isDirectionEquinoxExists () const
 ===> Attribute directionEquinox, which is optional
Angle getDirectionEquinox () const
 Get directionEquinox, which is optional.
void setDirectionEquinox (Angle directionEquinox)
 Set directionEquinox with the specified Angle.
void clearDirectionEquinox ()
 Mark directionEquinox, which is an optional field, as non-existent.
bool isPAExists () const
 ===> Attribute PA, which is optional
vector< vector< Angle > > getPA () const
 Get PA, which is optional.
void setPA (vector< vector< Angle > > PA)
 Set PA with the specified vector<vector<Angle > >.
void clearPA ()
 Mark PA, which is an optional field, as non-existent.
bool isPAErrorExists () const
 ===> Attribute PAError, which is optional
vector< vector< Angle > > getPAError () const
 Get PAError, which is optional.
void setPAError (vector< vector< Angle > > PAError)
 Set PAError with the specified vector<vector<Angle > >.
void clearPAError ()
 Mark PAError, which is an optional field, as non-existent.
bool isSizeExists () const
 ===> Attribute size, which is optional
vector< vector< vector< Angle > > > getSize () const
 Get size, which is optional.
void setSize (vector< vector< vector< Angle > > > size)
 Set size with the specified vector<vector<vector<Angle > > >.
void clearSize ()
 Mark size, which is an optional field, as non-existent.
bool isSizeErrorExists () const
 ===> Attribute sizeError, which is optional
vector< vector< vector< Angle > > > getSizeError () const
 Get sizeError, which is optional.
void setSizeError (vector< vector< vector< Angle > > > sizeError)
 Set sizeError with the specified vector<vector<vector<Angle > > >.
void clearSizeError ()
 Mark sizeError, which is an optional field, as non-existent.
bool isSourceModelExists () const
 ===> Attribute sourceModel, which is optional
SourceModelMod::SourceModel getSourceModel () const
 Get sourceModel, which is optional.
void setSourceModel (SourceModelMod::SourceModel sourceModel)
 Set sourceModel with the specified SourceModelMod::SourceModel.
void clearSourceModel ()
 Mark sourceModel, 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 (string sourceName, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, int numFrequencyRanges, int numStokes, vector< vector< Frequency > > frequencyRanges, FluxCalibrationMethodMod::FluxCalibrationMethod fluxMethod, vector< vector< double > > flux, vector< vector< double > > fluxError, vector< StokesParameterMod::StokesParameter > stokes)
 Compare each mandatory attribute except the autoincrementable one of this CalFluxRow with the corresponding parameters and return true if there is a match and false otherwise.
bool compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, int numFrequencyRanges, int numStokes, vector< vector< Frequency > > frequencyRanges, FluxCalibrationMethodMod::FluxCalibrationMethod fluxMethod, vector< vector< double > > flux, vector< vector< double > > fluxError, vector< StokesParameterMod::StokesParameter > stokes)
 Compare each mandatory value (i.e.
bool equalByRequiredValue (CalFluxRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
asdmIDL::CalFluxRowIDL * toIDL () const
 Return this row in the form of an IDL struct.
void toIDL (asdmIDL::CalFluxRowIDL &x) const
 Define the content of a CalFluxRowIDL struct from the values found in this row.
void setFromIDL (asdmIDL::CalFluxRowIDL x)
 Fill the values of this row from the IDL struct CalFluxRowIDL.
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 ~CalFluxRow ()
 friend class asdm::TableStreamReader<CalFluxTable, CalFluxRow>;
CalFluxTablegetTable () const
 Return the table to which this row belongs.
bool isAdded () const
 Has this row been added to its table ?
void setSourceName (string sourceName)
 Set sourceName with the specified string.
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.
int getNumFrequencyRanges () const
 ===> Attribute numFrequencyRanges
void setNumFrequencyRanges (int numFrequencyRanges)
 Set numFrequencyRanges with the specified int.
int getNumStokes () const
 ===> Attribute numStokes
void setNumStokes (int numStokes)
 Set numStokes with the specified int.
vector< vector< Frequency > > getFrequencyRanges () const
 ===> Attribute frequencyRanges
void setFrequencyRanges (vector< vector< Frequency > > frequencyRanges)
 Set frequencyRanges with the specified vector<vector<Frequency > >.
FluxCalibrationMethodMod::FluxCalibrationMethod getFluxMethod () const
 ===> Attribute fluxMethod
void setFluxMethod (FluxCalibrationMethodMod::FluxCalibrationMethod fluxMethod)
 Set fluxMethod with the specified FluxCalibrationMethodMod::FluxCalibrationMethod.
vector< vector< double > > getFlux () const
 ===> Attribute flux
void setFlux (vector< vector< double > > flux)
 Set flux with the specified vector<vector<double > >.
vector< vector< double > > getFluxError () const
 ===> Attribute fluxError
void setFluxError (vector< vector< double > > fluxError)
 Set fluxError with the specified vector<vector<double > >.
vector
< StokesParameterMod::StokesParameter > 
getStokes () const
 ===> Attribute stokes
void setStokes (vector< StokesParameterMod::StokesParameter > stokes)
 Set stokes with the specified vector<StokesParameterMod::StokesParameter >.
bool isDirectionExists () const
 ===> Attribute direction, which is optional
vector< AnglegetDirection () const
 Get direction, which is optional.
void setDirection (vector< Angle > direction)
 Set direction with the specified vector<Angle >.
void clearDirection ()
 Mark direction, which is an optional field, as non-existent.
bool isDirectionCodeExists () const
 ===> Attribute directionCode, which is optional
DirectionReferenceCodeMod::DirectionReferenceCode getDirectionCode () const
 Get directionCode, which is optional.
void setDirectionCode (DirectionReferenceCodeMod::DirectionReferenceCode directionCode)
 Set directionCode with the specified DirectionReferenceCodeMod::DirectionReferenceCode.
void clearDirectionCode ()
 Mark directionCode, which is an optional field, as non-existent.
bool isDirectionEquinoxExists () const
 ===> Attribute directionEquinox, which is optional
Angle getDirectionEquinox () const
 Get directionEquinox, which is optional.
void setDirectionEquinox (Angle directionEquinox)
 Set directionEquinox with the specified Angle.
void clearDirectionEquinox ()
 Mark directionEquinox, which is an optional field, as non-existent.
bool isPAExists () const
 ===> Attribute PA, which is optional
vector< vector< Angle > > getPA () const
 Get PA, which is optional.
void setPA (vector< vector< Angle > > PA)
 Set PA with the specified vector<vector<Angle > >.
void clearPA ()
 Mark PA, which is an optional field, as non-existent.
bool isPAErrorExists () const
 ===> Attribute PAError, which is optional
vector< vector< Angle > > getPAError () const
 Get PAError, which is optional.
void setPAError (vector< vector< Angle > > PAError)
 Set PAError with the specified vector<vector<Angle > >.
void clearPAError ()
 Mark PAError, which is an optional field, as non-existent.
bool isSizeExists () const
 ===> Attribute size, which is optional
vector< vector< vector< Angle > > > getSize () const
 Get size, which is optional.
void setSize (vector< vector< vector< Angle > > > size)
 Set size with the specified vector<vector<vector<Angle > > >.
void clearSize ()
 Mark size, which is an optional field, as non-existent.
bool isSizeErrorExists () const
 ===> Attribute sizeError, which is optional
vector< vector< vector< Angle > > > getSizeError () const
 Get sizeError, which is optional.
void setSizeError (vector< vector< vector< Angle > > > sizeError)
 Set sizeError with the specified vector<vector<vector<Angle > > >.
void clearSizeError ()
 Mark sizeError, which is an optional field, as non-existent.
bool isSourceModelExists () const
 ===> Attribute sourceModel, which is optional
SourceModelMod::SourceModel getSourceModel () const
 Get sourceModel, which is optional.
void setSourceModel (SourceModelMod::SourceModel sourceModel)
 Set sourceModel with the specified SourceModelMod::SourceModel.
void clearSourceModel ()
 Mark sourceModel, 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 (string sourceName, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, int numFrequencyRanges, int numStokes, vector< vector< Frequency > > frequencyRanges, FluxCalibrationMethodMod::FluxCalibrationMethod fluxMethod, vector< vector< double > > flux, vector< vector< double > > fluxError, vector< StokesParameterMod::StokesParameter > stokes)
 Compare each mandatory attribute except the autoincrementable one of this CalFluxRow with the corresponding parameters and return true if there is a match and false otherwise.
bool compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, int numFrequencyRanges, int numStokes, vector< vector< Frequency > > frequencyRanges, FluxCalibrationMethodMod::FluxCalibrationMethod fluxMethod, vector< vector< double > > flux, vector< vector< double > > fluxError, vector< StokesParameterMod::StokesParameter > stokes)
 Compare each mandatory value (i.e.
bool equalByRequiredValue (CalFluxRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
asdmIDL::CalFluxRowIDL * toIDL () const
 Return this row in the form of an IDL struct.
void setFromIDL (asdmIDL::CalFluxRowIDL x)
 Fill the values of this row from the IDL struct CalFluxRowIDL.
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.
 CalFluxRow (CalFluxTable &table)
 Create a CalFluxRow.
 CalFluxRow (CalFluxTable &table, CalFluxRow &row)
 Create a CalFluxRow using a copy constructor mechanism.
void sourceNameFromBin (EndianIStream &eis)
void calDataIdFromBin (EndianIStream &eis)
void calReductionIdFromBin (EndianIStream &eis)
void startValidTimeFromBin (EndianIStream &eis)
void endValidTimeFromBin (EndianIStream &eis)
void numFrequencyRangesFromBin (EndianIStream &eis)
void numStokesFromBin (EndianIStream &eis)
void frequencyRangesFromBin (EndianIStream &eis)
void fluxMethodFromBin (EndianIStream &eis)
void fluxFromBin (EndianIStream &eis)
void fluxErrorFromBin (EndianIStream &eis)
void stokesFromBin (EndianIStream &eis)
void directionFromBin (EndianIStream &eis)
void directionCodeFromBin (EndianIStream &eis)
void directionEquinoxFromBin (EndianIStream &eis)
void PAFromBin (EndianIStream &eis)
void PAErrorFromBin (EndianIStream &eis)
void sizeFromBin (EndianIStream &eis)
void sizeErrorFromBin (EndianIStream &eis)
void sourceModelFromBin (EndianIStream &eis)
void sourceNameFromText (const string &s)
void calDataIdFromText (const string &s)
void calReductionIdFromText (const string &s)
void startValidTimeFromText (const string &s)
void endValidTimeFromText (const string &s)
void numFrequencyRangesFromText (const string &s)
void numStokesFromText (const string &s)
void frequencyRangesFromText (const string &s)
void fluxMethodFromText (const string &s)
void fluxFromText (const string &s)
void fluxErrorFromText (const string &s)
void stokesFromText (const string &s)
void directionFromText (const string &s)
void directionCodeFromText (const string &s)
void directionEquinoxFromText (const string &s)
void PAFromText (const string &s)
void PAErrorFromText (const string &s)
void sizeFromText (const string &s)
void sizeErrorFromText (const string &s)
void sourceModelFromText (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.
 CalFluxRow (CalFluxTable &table)
 Create a CalFluxRow.
 CalFluxRow (CalFluxTable &table, CalFluxRow &row)
 Create a CalFluxRow using a copy constructor mechanism.
void sourceNameFromBin (EndianIStream &eis)
void calDataIdFromBin (EndianIStream &eis)
void calReductionIdFromBin (EndianIStream &eis)
void startValidTimeFromBin (EndianIStream &eis)
void endValidTimeFromBin (EndianIStream &eis)
void numFrequencyRangesFromBin (EndianIStream &eis)
void numStokesFromBin (EndianIStream &eis)
void frequencyRangesFromBin (EndianIStream &eis)
void fluxMethodFromBin (EndianIStream &eis)
void fluxFromBin (EndianIStream &eis)
void fluxErrorFromBin (EndianIStream &eis)
void stokesFromBin (EndianIStream &eis)
void directionFromBin (EndianIStream &eis)
void directionCodeFromBin (EndianIStream &eis)
void directionEquinoxFromBin (EndianIStream &eis)
void PAFromBin (EndianIStream &eis)
void PAErrorFromBin (EndianIStream &eis)
void sizeFromBin (EndianIStream &eis)
void sizeErrorFromBin (EndianIStream &eis)
void sourceModelFromBin (EndianIStream &eis)
void sourceNameFromText (const string &s)
void calDataIdFromText (const string &s)
void calReductionIdFromText (const string &s)
void startValidTimeFromText (const string &s)
void endValidTimeFromText (const string &s)
void numFrequencyRangesFromText (const string &s)
void numStokesFromText (const string &s)
void frequencyRangesFromText (const string &s)
void fluxMethodFromText (const string &s)
void fluxFromText (const string &s)
void fluxErrorFromText (const string &s)
void stokesFromText (const string &s)
void directionFromText (const string &s)
void directionCodeFromText (const string &s)
void directionEquinoxFromText (const string &s)
void PAFromText (const string &s)
void PAErrorFromText (const string &s)
void sizeFromText (const string &s)
void sizeErrorFromText (const string &s)
void sourceModelFromText (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

CalFluxTabletable
 The table to which this row belongs.
bool hasBeenAdded
 Whether this row has been added to the table or not.
ArrayTime startValidTime
 ===> Attribute startValidTime
ArrayTime endValidTime
 ===> Attribute endValidTime
int numFrequencyRanges
 ===> Attribute numFrequencyRanges
int numStokes
 ===> Attribute numStokes
vector< vector< Frequency > > frequencyRanges
 ===> Attribute frequencyRanges
FluxCalibrationMethodMod::FluxCalibrationMethod fluxMethod
 ===> Attribute fluxMethod
vector< vector< double > > flux
 ===> Attribute flux
vector< vector< double > > fluxError
 ===> Attribute fluxError
vector
< StokesParameterMod::StokesParameter > 
stokes
 ===> Attribute stokes
bool directionExists
 ===> Attribute direction, which is optional
vector< Angledirection
bool directionCodeExists
 ===> Attribute directionCode, which is optional
DirectionReferenceCodeMod::DirectionReferenceCode directionCode
bool directionEquinoxExists
 ===> Attribute directionEquinox, which is optional
Angle directionEquinox
bool PAExists
 ===> Attribute PA, which is optional
vector< vector< Angle > > PA
bool PAErrorExists
 ===> Attribute PAError, which is optional
vector< vector< Angle > > PAError
bool sizeExists
 ===> Attribute size, which is optional
vector< vector< vector< Angle > > > size
bool sizeErrorExists
 ===> Attribute sizeError, which is optional
vector< vector< vector< Angle > > > sizeError
bool sourceModelExists
 ===> Attribute sourceModel, which is optional
SourceModelMod::SourceModel sourceModel
Tag calReductionId
 ===> Attribute calReductionId
Links *binary deserialization
material from an EndianIStream
std::map< std::string,
CalFluxAttributeFromBin
fromBinMethods
*text deserialization material
std::map< std::string,
CalFluxAttributeFromText
fromTextMethods

Friends

class asdm::CalFluxTable
class asdm::RowTransformer< CalFluxRow >

Detailed Description

The CalFluxRow class is a row of a CalFluxTable.

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

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

Definition at line 148 of file CalFluxRow.h.


Constructor & Destructor Documentation

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

friend class asdm::TableStreamReader<CalFluxTable, CalFluxRow>;

Create a CalFluxRow.

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::CalFluxRow::CalFluxRow ( CalFluxTable table,
CalFluxRow row 
) [private]

Create a CalFluxRow using a copy constructor mechanism.

Given a CalFluxRow row and a CalFluxTable table, the method creates a new CalFluxRow 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::CalFluxRow::~CalFluxRow ( ) [virtual]

friend class asdm::TableStreamReader<CalFluxTable, CalFluxRow>;

Create a CalFluxRow.

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::CalFluxRow::CalFluxRow ( CalFluxTable table,
CalFluxRow row 
) [private]

Create a CalFluxRow using a copy constructor mechanism.

Given a CalFluxRow row and a CalFluxTable table, the method creates a new CalFluxRow 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::CalFluxRow::calDataIdFromText ( const string &  s) [private]
void asdm::CalFluxRow::calDataIdFromText ( const string &  s) [private]
void asdm::CalFluxRow::calReductionIdFromText ( const string &  s) [private]
void asdm::CalFluxRow::calReductionIdFromText ( const string &  s) [private]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

bool asdm::CalFluxRow::compareNoAutoInc ( string  sourceName,
Tag  calDataId,
Tag  calReductionId,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
int  numFrequencyRanges,
int  numStokes,
vector< vector< Frequency > >  frequencyRanges,
FluxCalibrationMethodMod::FluxCalibrationMethod  fluxMethod,
vector< vector< double > >  flux,
vector< vector< double > >  fluxError,
vector< StokesParameterMod::StokesParameter >  stokes 
)

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

Parameters:
sourceName
calDataId
calReductionId
startValidTime
endValidTime
numFrequencyRanges
numStokes
frequencyRanges
fluxMethod
flux
fluxError
stokes
bool asdm::CalFluxRow::compareNoAutoInc ( string  sourceName,
Tag  calDataId,
Tag  calReductionId,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
int  numFrequencyRanges,
int  numStokes,
vector< vector< Frequency > >  frequencyRanges,
FluxCalibrationMethodMod::FluxCalibrationMethod  fluxMethod,
vector< vector< double > >  flux,
vector< vector< double > >  fluxError,
vector< StokesParameterMod::StokesParameter >  stokes 
)

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

Parameters:
sourceName
calDataId
calReductionId
startValidTime
endValidTime
numFrequencyRanges
numStokes
frequencyRanges
fluxMethod
flux
fluxError
stokes
bool asdm::CalFluxRow::compareRequiredValue ( ArrayTime  startValidTime,
ArrayTime  endValidTime,
int  numFrequencyRanges,
int  numStokes,
vector< vector< Frequency > >  frequencyRanges,
FluxCalibrationMethodMod::FluxCalibrationMethod  fluxMethod,
vector< vector< double > >  flux,
vector< vector< double > >  fluxError,
vector< StokesParameterMod::StokesParameter >  stokes 
)

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
numFrequencyRanges
numStokes
frequencyRanges
fluxMethod
flux
fluxError
stokes
bool asdm::CalFluxRow::compareRequiredValue ( ArrayTime  startValidTime,
ArrayTime  endValidTime,
int  numFrequencyRanges,
int  numStokes,
vector< vector< Frequency > >  frequencyRanges,
FluxCalibrationMethodMod::FluxCalibrationMethod  fluxMethod,
vector< vector< double > >  flux,
vector< vector< double > >  fluxError,
vector< StokesParameterMod::StokesParameter >  stokes 
)

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
numFrequencyRanges
numStokes
frequencyRanges
fluxMethod
flux
fluxError
stokes
void asdm::CalFluxRow::directionCodeFromText ( const string &  s) [private]
void asdm::CalFluxRow::directionCodeFromText ( const string &  s) [private]
void asdm::CalFluxRow::directionEquinoxFromText ( const string &  s) [private]
void asdm::CalFluxRow::directionEquinoxFromText ( const string &  s) [private]
void asdm::CalFluxRow::directionFromText ( const string &  s) [private]
void asdm::CalFluxRow::directionFromText ( const string &  s) [private]
void asdm::CalFluxRow::endValidTimeFromText ( const string &  s) [private]
void asdm::CalFluxRow::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 CalFluxRow 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 CalFluxRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.
void asdm::CalFluxRow::fluxErrorFromText ( const string &  s) [private]
void asdm::CalFluxRow::fluxErrorFromText ( const string &  s) [private]
void asdm::CalFluxRow::fluxFromBin ( EndianIStream eis) [private]
void asdm::CalFluxRow::fluxFromBin ( EndianIStream eis) [private]
void asdm::CalFluxRow::fluxFromText ( const string &  s) [private]
void asdm::CalFluxRow::fluxFromText ( const string &  s) [private]
void asdm::CalFluxRow::fluxMethodFromText ( const string &  s) [private]
void asdm::CalFluxRow::fluxMethodFromText ( const string &  s) [private]
void asdm::CalFluxRow::frequencyRangesFromText ( const string &  s) [private]
void asdm::CalFluxRow::frequencyRangesFromText ( const string &  s) [private]
void asdm::CalFluxRow::fromText ( const std::string &  attributeName,
const std::string &  t 
) [private]

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*

Get direction, which is optional.

Returns:
direction as vector<Angle >
Exceptions:
IllegalAccessExceptionIf direction does not exist.

Get direction, which is optional.

Returns:
direction as vector<Angle >
Exceptions:
IllegalAccessExceptionIf direction does not exist.
DirectionReferenceCodeMod::DirectionReferenceCode asdm::CalFluxRow::getDirectionCode ( ) const

Get directionCode, which is optional.

Returns:
directionCode as DirectionReferenceCodeMod::DirectionReferenceCode
Exceptions:
IllegalAccessExceptionIf directionCode does not exist.
DirectionReferenceCodeMod::DirectionReferenceCode asdm::CalFluxRow::getDirectionCode ( ) const

Get directionCode, which is optional.

Returns:
directionCode as DirectionReferenceCodeMod::DirectionReferenceCode
Exceptions:
IllegalAccessExceptionIf directionCode does not exist.

Get directionEquinox, which is optional.

Returns:
directionEquinox as Angle
Exceptions:
IllegalAccessExceptionIf directionEquinox does not exist.

Get directionEquinox, which is optional.

Returns:
directionEquinox as Angle
Exceptions:
IllegalAccessExceptionIf directionEquinox does not exist.

===> Attribute endValidTime

         

Get endValidTime.

Returns:
endValidTime as ArrayTime

===> Attribute endValidTime

         

Get endValidTime.

Returns:
endValidTime as ArrayTime
vector<vector<double > > asdm::CalFluxRow::getFlux ( ) const

===> Attribute flux

         

Get flux.

Returns:
flux as vector<vector<double > >
vector<vector<double > > asdm::CalFluxRow::getFlux ( ) const

===> Attribute flux

         

Get flux.

Returns:
flux as vector<vector<double > >
vector<vector<double > > asdm::CalFluxRow::getFluxError ( ) const

===> Attribute fluxError

         

Get fluxError.

Returns:
fluxError as vector<vector<double > >
vector<vector<double > > asdm::CalFluxRow::getFluxError ( ) const

===> Attribute fluxError

         

Get fluxError.

Returns:
fluxError as vector<vector<double > >
FluxCalibrationMethodMod::FluxCalibrationMethod asdm::CalFluxRow::getFluxMethod ( ) const

===> Attribute fluxMethod

         

Get fluxMethod.

Returns:
fluxMethod as FluxCalibrationMethodMod::FluxCalibrationMethod
FluxCalibrationMethodMod::FluxCalibrationMethod asdm::CalFluxRow::getFluxMethod ( ) const

===> Attribute fluxMethod

         

Get fluxMethod.

Returns:
fluxMethod as FluxCalibrationMethodMod::FluxCalibrationMethod
vector<vector<Frequency > > asdm::CalFluxRow::getFrequencyRanges ( ) const

===> Attribute frequencyRanges

         

Get frequencyRanges.

Returns:
frequencyRanges as vector<vector<Frequency > >
vector<vector<Frequency > > asdm::CalFluxRow::getFrequencyRanges ( ) const

===> Attribute frequencyRanges

         

Get frequencyRanges.

Returns:
frequencyRanges as vector<vector<Frequency > >

===> Attribute numFrequencyRanges

         

Get numFrequencyRanges.

Returns:
numFrequencyRanges as int

===> Attribute numFrequencyRanges

         

Get numFrequencyRanges.

Returns:
numFrequencyRanges as int

===> Attribute numStokes

         

Get numStokes.

Returns:
numStokes as int

===> Attribute numStokes

         

Get numStokes.

Returns:
numStokes as int
vector<vector<Angle > > asdm::CalFluxRow::getPA ( ) const

Get PA, which is optional.

Returns:
PA as vector<vector<Angle > >
Exceptions:
IllegalAccessExceptionIf PA does not exist.
vector<vector<Angle > > asdm::CalFluxRow::getPA ( ) const

Get PA, which is optional.

Returns:
PA as vector<vector<Angle > >
Exceptions:
IllegalAccessExceptionIf PA does not exist.
vector<vector<Angle > > asdm::CalFluxRow::getPAError ( ) const

Get PAError, which is optional.

Returns:
PAError as vector<vector<Angle > >
Exceptions:
IllegalAccessExceptionIf PAError does not exist.
vector<vector<Angle > > asdm::CalFluxRow::getPAError ( ) const

Get PAError, which is optional.

Returns:
PAError as vector<vector<Angle > >
Exceptions:
IllegalAccessExceptionIf PAError does not exist.
vector<vector<vector<Angle > > > asdm::CalFluxRow::getSize ( ) const

Get size, which is optional.

Returns:
size as vector<vector<vector<Angle > > >
Exceptions:
IllegalAccessExceptionIf size does not exist.
vector<vector<vector<Angle > > > asdm::CalFluxRow::getSize ( ) const

Get size, which is optional.

Returns:
size as vector<vector<vector<Angle > > >
Exceptions:
IllegalAccessExceptionIf size does not exist.
vector<vector<vector<Angle > > > asdm::CalFluxRow::getSizeError ( ) const

Get sizeError, which is optional.

Returns:
sizeError as vector<vector<vector<Angle > > >
Exceptions:
IllegalAccessExceptionIf sizeError does not exist.
vector<vector<vector<Angle > > > asdm::CalFluxRow::getSizeError ( ) const

Get sizeError, which is optional.

Returns:
sizeError as vector<vector<vector<Angle > > >
Exceptions:
IllegalAccessExceptionIf sizeError does not exist.
SourceModelMod::SourceModel asdm::CalFluxRow::getSourceModel ( ) const

Get sourceModel, which is optional.

Returns:
sourceModel as SourceModelMod::SourceModel
Exceptions:
IllegalAccessExceptionIf sourceModel does not exist.
SourceModelMod::SourceModel asdm::CalFluxRow::getSourceModel ( ) const

Get sourceModel, which is optional.

Returns:
sourceModel as SourceModelMod::SourceModel
Exceptions:
IllegalAccessExceptionIf sourceModel does not exist.

===> Attribute startValidTime

         

Get startValidTime.

Returns:
startValidTime as ArrayTime

===> Attribute startValidTime

         

Get startValidTime.

Returns:
startValidTime as ArrayTime
vector<StokesParameterMod::StokesParameter > asdm::CalFluxRow::getStokes ( ) const

===> Attribute stokes

         

Get stokes.

Returns:
stokes as vector<StokesParameterMod::StokesParameter >
vector<StokesParameterMod::StokesParameter > asdm::CalFluxRow::getStokes ( ) const

===> Attribute stokes

         

Get stokes.

Returns:
stokes as vector<StokesParameterMod::StokesParameter >

Return the table to which this row belongs.

Return the table to which this row belongs.

bool asdm::CalFluxRow::isAdded ( ) const

Has this row been added to its table ?

Returns:
true if and only if it has been added.
bool asdm::CalFluxRow::isAdded ( ) const

Has this row been added to its table ?

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

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

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

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

===> Attribute directionCode, which is optional

         

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

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

===> Attribute directionCode, which is optional

         

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

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

===> Attribute directionEquinox, which is optional

         

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

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

===> Attribute directionEquinox, which is optional

         

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

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

===> Attribute direction, which is optional

         

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

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

===> Attribute direction, which is optional

         

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

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

===> Attribute PAError, which is optional

         

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

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

===> Attribute PAError, which is optional

         

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

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

===> Attribute PA, which is optional

         

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

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

===> Attribute PA, which is optional

         

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

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

===> Attribute sizeError, which is optional

         

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

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

===> Attribute sizeError, which is optional

         

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

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

===> Attribute size, which is optional

         

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

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

===> Attribute size, which is optional

         

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

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

===> Attribute sourceModel, which is optional

         

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

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

===> Attribute sourceModel, which is optional

         

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

Returns:
true if and only if the sourceModel attribute exists.
void asdm::CalFluxRow::numFrequencyRangesFromText ( const string &  s) [private]
void asdm::CalFluxRow::numFrequencyRangesFromText ( const string &  s) [private]
void asdm::CalFluxRow::numStokesFromText ( const string &  s) [private]
void asdm::CalFluxRow::numStokesFromText ( const string &  s) [private]
void asdm::CalFluxRow::PAErrorFromText ( const string &  s) [private]
void asdm::CalFluxRow::PAErrorFromText ( const string &  s) [private]
void asdm::CalFluxRow::PAFromBin ( EndianIStream eis) [private]
void asdm::CalFluxRow::PAFromBin ( EndianIStream eis) [private]
void asdm::CalFluxRow::PAFromText ( const string &  s) [private]
void asdm::CalFluxRow::PAFromText ( const string &  s) [private]
void asdm::CalFluxRow::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::CalFluxRow::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::CalFluxRow::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::CalFluxRow::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::CalFluxRow::setDirection ( vector< Angle direction)

Set direction with the specified vector<Angle >.

Parameters:
directionThe vector<Angle > value to which direction is to be set.
void asdm::CalFluxRow::setDirection ( vector< Angle direction)

Set direction with the specified vector<Angle >.

Parameters:
directionThe vector<Angle > value to which direction is to be set.
void asdm::CalFluxRow::setDirectionCode ( DirectionReferenceCodeMod::DirectionReferenceCode  directionCode)

Set directionCode with the specified DirectionReferenceCodeMod::DirectionReferenceCode.

Parameters:
directionCodeThe DirectionReferenceCodeMod::DirectionReferenceCode value to which directionCode is to be set.
void asdm::CalFluxRow::setDirectionCode ( DirectionReferenceCodeMod::DirectionReferenceCode  directionCode)

Set directionCode with the specified DirectionReferenceCodeMod::DirectionReferenceCode.

Parameters:
directionCodeThe DirectionReferenceCodeMod::DirectionReferenceCode value to which directionCode is to be set.
void asdm::CalFluxRow::setDirectionEquinox ( Angle  directionEquinox)

Set directionEquinox with the specified Angle.

Parameters:
directionEquinoxThe Angle value to which directionEquinox is to be set.
void asdm::CalFluxRow::setDirectionEquinox ( Angle  directionEquinox)

Set directionEquinox with the specified Angle.

Parameters:
directionEquinoxThe Angle value to which directionEquinox 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::CalFluxRow::setFlux ( vector< vector< double > >  flux)

Set flux with the specified vector<vector<double > >.

Parameters:
fluxThe vector<vector<double > > value to which flux is to be set.
void asdm::CalFluxRow::setFlux ( vector< vector< double > >  flux)

Set flux with the specified vector<vector<double > >.

Parameters:
fluxThe vector<vector<double > > value to which flux is to be set.
void asdm::CalFluxRow::setFluxError ( vector< vector< double > >  fluxError)

Set fluxError with the specified vector<vector<double > >.

Parameters:
fluxErrorThe vector<vector<double > > value to which fluxError is to be set.
void asdm::CalFluxRow::setFluxError ( vector< vector< double > >  fluxError)

Set fluxError with the specified vector<vector<double > >.

Parameters:
fluxErrorThe vector<vector<double > > value to which fluxError is to be set.
void asdm::CalFluxRow::setFluxMethod ( FluxCalibrationMethodMod::FluxCalibrationMethod  fluxMethod)

Set fluxMethod with the specified FluxCalibrationMethodMod::FluxCalibrationMethod.

Parameters:
fluxMethodThe FluxCalibrationMethodMod::FluxCalibrationMethod value to which fluxMethod is to be set.
void asdm::CalFluxRow::setFluxMethod ( FluxCalibrationMethodMod::FluxCalibrationMethod  fluxMethod)

Set fluxMethod with the specified FluxCalibrationMethodMod::FluxCalibrationMethod.

Parameters:
fluxMethodThe FluxCalibrationMethodMod::FluxCalibrationMethod value to which fluxMethod is to be set.
void asdm::CalFluxRow::setFrequencyRanges ( vector< vector< Frequency > >  frequencyRanges)

Set frequencyRanges with the specified vector<vector<Frequency > >.

Parameters:
frequencyRangesThe vector<vector<Frequency > > value to which frequencyRanges is to be set.
void asdm::CalFluxRow::setFrequencyRanges ( vector< vector< Frequency > >  frequencyRanges)

Set frequencyRanges with the specified vector<vector<Frequency > >.

Parameters:
frequencyRangesThe vector<vector<Frequency > > value to which frequencyRanges is to be set.
void asdm::CalFluxRow::setFromIDL ( asdmIDL::CalFluxRowIDL  x)

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

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

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

Parameters:
xThe IDL struct containing the values used to fill this row.
Exceptions:
ConversionException
void asdm::CalFluxRow::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::CalFluxRow::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::CalFluxRow::setNumFrequencyRanges ( int  numFrequencyRanges)

Set numFrequencyRanges with the specified int.

Parameters:
numFrequencyRangesThe int value to which numFrequencyRanges is to be set.
void asdm::CalFluxRow::setNumFrequencyRanges ( int  numFrequencyRanges)

Set numFrequencyRanges with the specified int.

Parameters:
numFrequencyRangesThe int value to which numFrequencyRanges is to be set.
void asdm::CalFluxRow::setNumStokes ( int  numStokes)

Set numStokes with the specified int.

Parameters:
numStokesThe int value to which numStokes is to be set.
void asdm::CalFluxRow::setNumStokes ( int  numStokes)

Set numStokes with the specified int.

Parameters:
numStokesThe int value to which numStokes is to be set.
void asdm::CalFluxRow::setPA ( vector< vector< Angle > >  PA)

Set PA with the specified vector<vector<Angle > >.

Parameters:
PAThe vector<vector<Angle > > value to which PA is to be set.
void asdm::CalFluxRow::setPA ( vector< vector< Angle > >  PA)

Set PA with the specified vector<vector<Angle > >.

Parameters:
PAThe vector<vector<Angle > > value to which PA is to be set.
void asdm::CalFluxRow::setPAError ( vector< vector< Angle > >  PAError)

Set PAError with the specified vector<vector<Angle > >.

Parameters:
PAErrorThe vector<vector<Angle > > value to which PAError is to be set.
void asdm::CalFluxRow::setPAError ( vector< vector< Angle > >  PAError)

Set PAError with the specified vector<vector<Angle > >.

Parameters:
PAErrorThe vector<vector<Angle > > value to which PAError is to be set.
void asdm::CalFluxRow::setSize ( vector< vector< vector< Angle > > >  size)

Set size with the specified vector<vector<vector<Angle > > >.

Parameters:
sizeThe vector<vector<vector<Angle > > > value to which size is to be set.
void asdm::CalFluxRow::setSize ( vector< vector< vector< Angle > > >  size)

Set size with the specified vector<vector<vector<Angle > > >.

Parameters:
sizeThe vector<vector<vector<Angle > > > value to which size is to be set.
void asdm::CalFluxRow::setSizeError ( vector< vector< vector< Angle > > >  sizeError)

Set sizeError with the specified vector<vector<vector<Angle > > >.

Parameters:
sizeErrorThe vector<vector<vector<Angle > > > value to which sizeError is to be set.
void asdm::CalFluxRow::setSizeError ( vector< vector< vector< Angle > > >  sizeError)

Set sizeError with the specified vector<vector<vector<Angle > > >.

Parameters:
sizeErrorThe vector<vector<vector<Angle > > > value to which sizeError is to be set.
void asdm::CalFluxRow::setSourceModel ( SourceModelMod::SourceModel  sourceModel)

Set sourceModel with the specified SourceModelMod::SourceModel.

Parameters:
sourceModelThe SourceModelMod::SourceModel value to which sourceModel is to be set.
void asdm::CalFluxRow::setSourceModel ( SourceModelMod::SourceModel  sourceModel)

Set sourceModel with the specified SourceModelMod::SourceModel.

Parameters:
sourceModelThe SourceModelMod::SourceModel value to which sourceModel is to be set.
void asdm::CalFluxRow::setSourceName ( string  sourceName)

Set sourceName with the specified string.

Parameters:
sourceNameThe string value to which sourceName is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalFluxRow::setSourceName ( string  sourceName)

Set sourceName with the specified string.

Parameters:
sourceNameThe string value to which sourceName is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.

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::CalFluxRow::setStokes ( vector< StokesParameterMod::StokesParameter >  stokes)

Set stokes with the specified vector<StokesParameterMod::StokesParameter >.

Parameters:
stokesThe vector<StokesParameterMod::StokesParameter > value to which stokes is to be set.
void asdm::CalFluxRow::setStokes ( vector< StokesParameterMod::StokesParameter >  stokes)

Set stokes with the specified vector<StokesParameterMod::StokesParameter >.

Parameters:
stokesThe vector<StokesParameterMod::StokesParameter > value to which stokes is to be set.
void asdm::CalFluxRow::sizeErrorFromText ( const string &  s) [private]
void asdm::CalFluxRow::sizeErrorFromText ( const string &  s) [private]
void asdm::CalFluxRow::sizeFromBin ( EndianIStream eis) [private]
void asdm::CalFluxRow::sizeFromBin ( EndianIStream eis) [private]
void asdm::CalFluxRow::sizeFromText ( const string &  s) [private]
void asdm::CalFluxRow::sizeFromText ( const string &  s) [private]
void asdm::CalFluxRow::sourceModelFromText ( const string &  s) [private]
void asdm::CalFluxRow::sourceModelFromText ( const string &  s) [private]
void asdm::CalFluxRow::sourceNameFromText ( const string &  s) [private]
void asdm::CalFluxRow::sourceNameFromText ( const string &  s) [private]
void asdm::CalFluxRow::startValidTimeFromText ( const string &  s) [private]
void asdm::CalFluxRow::startValidTimeFromText ( const string &  s) [private]
void asdm::CalFluxRow::stokesFromText ( const string &  s) [private]
void asdm::CalFluxRow::stokesFromText ( const string &  s) [private]
void asdm::CalFluxRow::toBin ( EndianOSStream eoss) [private]

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

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

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

Parameters:
eossthe EndianOSStream to be written to
asdmIDL::CalFluxRowIDL* asdm::CalFluxRow::toIDL ( ) const

Return this row in the form of an IDL struct.

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

Return this row in the form of an IDL struct.

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

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

Parameters:
xa reference to the CalFluxRowIDL struct to be set.
std::string asdm::CalFluxRow::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::CalFluxRow::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

Definition at line 149 of file CalFluxRow.h.

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

Definition at line 150 of file CalFluxRow.h.


Member Data Documentation

Definition at line 173 of file CalFluxRow.h.

Definition at line 807 of file CalFluxRow.h.

===> Attribute calReductionId

         

Definition at line 1345 of file CalFluxRow.h.

vector< Angle > asdm::CalFluxRow::direction [private]

Definition at line 1228 of file CalFluxRow.h.

DirectionReferenceCodeMod::DirectionReferenceCode asdm::CalFluxRow::directionCode [private]

Definition at line 1241 of file CalFluxRow.h.

===> Attribute directionCode, which is optional

         

Definition at line 1238 of file CalFluxRow.h.

Definition at line 1254 of file CalFluxRow.h.

===> Attribute directionEquinox, which is optional

         

Definition at line 1251 of file CalFluxRow.h.

===> Attribute direction, which is optional

         

Definition at line 1225 of file CalFluxRow.h.

===> Attribute endValidTime

         

Definition at line 1138 of file CalFluxRow.h.

vector< vector< double > > asdm::CalFluxRow::flux [private]

===> Attribute flux

         

Definition at line 1193 of file CalFluxRow.h.

vector< vector< double > > asdm::CalFluxRow::fluxError [private]

===> Attribute fluxError

         

Definition at line 1204 of file CalFluxRow.h.

FluxCalibrationMethodMod::FluxCalibrationMethod asdm::CalFluxRow::fluxMethod [private]

===> Attribute fluxMethod

         

Definition at line 1182 of file CalFluxRow.h.

vector< vector< Frequency > > asdm::CalFluxRow::frequencyRanges [private]

===> Attribute frequencyRanges

         

Definition at line 1171 of file CalFluxRow.h.

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

Definition at line 1374 of file CalFluxRow.h.

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

Definition at line 1402 of file CalFluxRow.h.

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

Definition at line 1072 of file CalFluxRow.h.

===> Attribute numFrequencyRanges

         

Definition at line 1149 of file CalFluxRow.h.

===> Attribute numStokes

         

Definition at line 1160 of file CalFluxRow.h.

vector< vector< Angle > > asdm::CalFluxRow::PA [private]

Definition at line 1267 of file CalFluxRow.h.

vector< vector< Angle > > asdm::CalFluxRow::PAError [private]

Definition at line 1280 of file CalFluxRow.h.

===> Attribute PAError, which is optional

         

Definition at line 1277 of file CalFluxRow.h.

===> Attribute PA, which is optional

         

Definition at line 1264 of file CalFluxRow.h.

vector< vector< vector< Angle > > > asdm::CalFluxRow::size [private]

Definition at line 1293 of file CalFluxRow.h.

vector< vector< vector< Angle > > > asdm::CalFluxRow::sizeError [private]

Definition at line 1306 of file CalFluxRow.h.

===> Attribute sizeError, which is optional

         

Definition at line 1303 of file CalFluxRow.h.

===> Attribute size, which is optional

         

Definition at line 1290 of file CalFluxRow.h.

SourceModelMod::SourceModel asdm::CalFluxRow::sourceModel [private]

Definition at line 1319 of file CalFluxRow.h.

===> Attribute sourceModel, which is optional

         

Definition at line 1316 of file CalFluxRow.h.

===> Attribute startValidTime

         

Definition at line 1127 of file CalFluxRow.h.

vector< StokesParameterMod::StokesParameter > asdm::CalFluxRow::stokes [private]

===> Attribute stokes

         

Definition at line 1215 of file CalFluxRow.h.

The table to which this row belongs.

Definition at line 1068 of file CalFluxRow.h.


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