casa
5.7.0-16
|
The CalFluxRow class is a row of a CalFluxTable. More...
#include <CalFluxRow.h>
Public Member Functions | |
virtual | ~CalFluxRow () |
friend class asdm::TableStreamReader<CalFluxTable, CalFluxRow>; More... | |
CalFluxTable & | getTable () const |
Return the table to which this row belongs. More... | |
bool | isAdded () const |
Has this row been added to its table ? More... | |
void | setSourceName (std::string sourceName) |
Set sourceName with the specified std::string. 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... | |
int | getNumFrequencyRanges () const |
===> Attribute numFrequencyRanges More... | |
void | setNumFrequencyRanges (int numFrequencyRanges) |
Set numFrequencyRanges with the specified int. More... | |
int | getNumStokes () const |
===> Attribute numStokes More... | |
void | setNumStokes (int numStokes) |
Set numStokes with the specified int. More... | |
std::vector< std::vector < Frequency > > | getFrequencyRanges () const |
===> Attribute frequencyRanges More... | |
void | setFrequencyRanges (std::vector< std::vector< Frequency > > frequencyRanges) |
Set frequencyRanges with the specified std::vector<std::vector<Frequency > >. More... | |
FluxCalibrationMethodMod::FluxCalibrationMethod | getFluxMethod () const |
===> Attribute fluxMethod More... | |
void | setFluxMethod (FluxCalibrationMethodMod::FluxCalibrationMethod fluxMethod) |
Set fluxMethod with the specified FluxCalibrationMethodMod::FluxCalibrationMethod. More... | |
std::vector< std::vector < double > > | getFlux () const |
===> Attribute flux More... | |
void | setFlux (std::vector< std::vector< double > > flux) |
Set flux with the specified std::vector<std::vector<double > >. More... | |
std::vector< std::vector < double > > | getFluxError () const |
===> Attribute fluxError More... | |
void | setFluxError (std::vector< std::vector< double > > fluxError) |
Set fluxError with the specified std::vector<std::vector<double > >. More... | |
std::vector < StokesParameterMod::StokesParameter > | getStokes () const |
===> Attribute stokes More... | |
void | setStokes (std::vector< StokesParameterMod::StokesParameter > stokes) |
Set stokes with the specified std::vector<StokesParameterMod::StokesParameter >. More... | |
bool | isDirectionExists () const |
===> Attribute direction, which is optional More... | |
std::vector< Angle > | getDirection () const |
Get direction, which is optional. More... | |
void | setDirection (std::vector< Angle > direction) |
Set direction with the specified std::vector<Angle >. More... | |
void | clearDirection () |
Mark direction, which is an optional field, as non-existent. More... | |
bool | isDirectionCodeExists () const |
===> Attribute directionCode, which is optional More... | |
DirectionReferenceCodeMod::DirectionReferenceCode | getDirectionCode () const |
Get directionCode, which is optional. More... | |
void | setDirectionCode (DirectionReferenceCodeMod::DirectionReferenceCode directionCode) |
Set directionCode with the specified DirectionReferenceCodeMod::DirectionReferenceCode. More... | |
void | clearDirectionCode () |
Mark directionCode, which is an optional field, as non-existent. More... | |
bool | isDirectionEquinoxExists () const |
===> Attribute directionEquinox, which is optional More... | |
Angle | getDirectionEquinox () const |
Get directionEquinox, which is optional. More... | |
void | setDirectionEquinox (Angle directionEquinox) |
Set directionEquinox with the specified Angle. More... | |
void | clearDirectionEquinox () |
Mark directionEquinox, which is an optional field, as non-existent. More... | |
bool | isPAExists () const |
===> Attribute PA, which is optional More... | |
std::vector< std::vector< Angle > > | getPA () const |
Get PA, which is optional. More... | |
void | setPA (std::vector< std::vector< Angle > > PA) |
Set PA with the specified std::vector<std::vector<Angle > >. More... | |
void | clearPA () |
Mark PA, which is an optional field, as non-existent. More... | |
bool | isPAErrorExists () const |
===> Attribute PAError, which is optional More... | |
std::vector< std::vector< Angle > > | getPAError () const |
Get PAError, which is optional. More... | |
void | setPAError (std::vector< std::vector< Angle > > PAError) |
Set PAError with the specified std::vector<std::vector<Angle > >. More... | |
void | clearPAError () |
Mark PAError, which is an optional field, as non-existent. More... | |
bool | isSizeExists () const |
===> Attribute size, which is optional More... | |
std::vector< std::vector < std::vector< Angle > > > | getSize () const |
Get size, which is optional. More... | |
void | setSize (std::vector< std::vector< std::vector< Angle > > > size) |
Set size with the specified std::vector<std::vector<std::vector<Angle > > >. More... | |
void | clearSize () |
Mark size, which is an optional field, as non-existent. More... | |
bool | isSizeErrorExists () const |
===> Attribute sizeError, which is optional More... | |
std::vector< std::vector < std::vector< Angle > > > | getSizeError () const |
Get sizeError, which is optional. More... | |
void | setSizeError (std::vector< std::vector< std::vector< Angle > > > sizeError) |
Set sizeError with the specified std::vector<std::vector<std::vector<Angle > > >. More... | |
void | clearSizeError () |
Mark sizeError, which is an optional field, as non-existent. More... | |
bool | isSourceModelExists () const |
===> Attribute sourceModel, which is optional More... | |
SourceModelMod::SourceModel | getSourceModel () const |
Get sourceModel, which is optional. More... | |
void | setSourceModel (SourceModelMod::SourceModel sourceModel) |
Set sourceModel with the specified SourceModelMod::SourceModel. More... | |
void | clearSourceModel () |
Mark sourceModel, which is an optional field, as non-existent. 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 *CalDataRow * | getCalDataUsingCalDataId () |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId More... | |
CalReductionRow * | getCalReductionUsingCalReductionId () |
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId More... | |
bool | compareNoAutoInc (std::string sourceName, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, int numFrequencyRanges, int numStokes, std::vector< std::vector< Frequency > > frequencyRanges, FluxCalibrationMethodMod::FluxCalibrationMethod fluxMethod, std::vector< std::vector< double > > flux, std::vector< std::vector< double > > fluxError, std::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. More... | |
bool | compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, int numFrequencyRanges, int numStokes, std::vector< std::vector< Frequency > > frequencyRanges, FluxCalibrationMethodMod::FluxCalibrationMethod fluxMethod, std::vector< std::vector< double > > flux, std::vector< std::vector< double > > fluxError, std::vector< StokesParameterMod::StokesParameter > stokes) |
Compare each mandatory value (i.e. More... | |
bool | equalByRequiredValue (CalFluxRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. More... | |
asdmIDL::CalFluxRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. More... | |
void | toIDL (asdmIDL::CalFluxRowIDL &x) const |
Define the content of a CalFluxRowIDL struct from the values found in this row. More... | |
void | setFromIDL (asdmIDL::CalFluxRowIDL x) |
Fill the values of this row from the IDL struct CalFluxRowIDL. 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... | |
CalFluxRow (CalFluxTable &table) | |
Create a CalFluxRow. More... | |
CalFluxRow (CalFluxTable &table, CalFluxRow *row) | |
Create a CalFluxRow using a copy constructor mechanism. More... | |
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 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 | numFrequencyRangesFromText (const std::string &s) |
void | numStokesFromText (const std::string &s) |
void | frequencyRangesFromText (const std::string &s) |
void | fluxMethodFromText (const std::string &s) |
void | fluxFromText (const std::string &s) |
void | fluxErrorFromText (const std::string &s) |
void | stokesFromText (const std::string &s) |
void | directionFromText (const std::string &s) |
void | directionCodeFromText (const std::string &s) |
void | directionEquinoxFromText (const std::string &s) |
void | PAFromText (const std::string &s) |
void | PAErrorFromText (const std::string &s) |
void | sizeFromText (const std::string &s) |
void | sizeErrorFromText (const std::string &s) |
void | sourceModelFromText (const std::string &s) |
void | toBin (EndianOSStream &eoss) |
Serialize this into a stream of bytes written to an EndianOSStream. More... | |
Private Attributes | |
CalFluxTable & | table |
The table to which this row belongs. More... | |
bool | hasBeenAdded |
Whether this row has been added to the table or not. More... | |
ArrayTime | startValidTime |
===> Attribute startValidTime More... | |
ArrayTime | endValidTime |
===> Attribute endValidTime More... | |
int | numFrequencyRanges |
===> Attribute numFrequencyRanges More... | |
int | numStokes |
===> Attribute numStokes More... | |
std::vector< std::vector < Frequency > > | frequencyRanges |
===> Attribute frequencyRanges More... | |
FluxCalibrationMethodMod::FluxCalibrationMethod | fluxMethod |
===> Attribute fluxMethod More... | |
std::vector< std::vector < double > > | flux |
===> Attribute flux More... | |
std::vector< std::vector < double > > | fluxError |
===> Attribute fluxError More... | |
std::vector < StokesParameterMod::StokesParameter > | stokes |
===> Attribute stokes More... | |
bool | directionExists |
===> Attribute direction, which is optional More... | |
std::vector< Angle > | direction |
bool | directionCodeExists |
===> Attribute directionCode, which is optional More... | |
DirectionReferenceCodeMod::DirectionReferenceCode | directionCode |
bool | directionEquinoxExists |
===> Attribute directionEquinox, which is optional More... | |
Angle | directionEquinox |
bool | PAExists |
===> Attribute PA, which is optional More... | |
std::vector< std::vector< Angle > > | PA |
bool | PAErrorExists |
===> Attribute PAError, which is optional More... | |
std::vector< std::vector< Angle > > | PAError |
bool | sizeExists |
===> Attribute size, which is optional More... | |
std::vector< std::vector < std::vector< Angle > > > | size |
bool | sizeErrorExists |
===> Attribute sizeError, which is optional More... | |
std::vector< std::vector < std::vector< Angle > > > | sizeError |
bool | sourceModelExists |
===> Attribute sourceModel, which is optional More... | |
SourceModelMod::SourceModel | sourceModel |
Tag | calReductionId |
===> Attribute calReductionId More... | |
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 > |
The CalFluxRow class is a row of a CalFluxTable.
Generated from model's revision "-1", branch ""
Definition at line 148 of file CalFluxRow.h.
|
virtual |
friend class asdm::TableStreamReader<CalFluxTable, CalFluxRow>;
|
private |
Create a CalFluxRow.
This constructor is private because only the table can create rows. All rows know the table to which they belong.
table | The table to which this row belongs. |
|
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.
table | The table to which this row belongs. |
row | The row which is to be copied. |
|
private |
|
private |
|
private |
|
private |
void asdm::CalFluxRow::clearDirection | ( | ) |
Mark direction, which is an optional field, as non-existent.
void asdm::CalFluxRow::clearDirectionCode | ( | ) |
Mark directionCode, which is an optional field, as non-existent.
void asdm::CalFluxRow::clearDirectionEquinox | ( | ) |
Mark directionEquinox, which is an optional field, as non-existent.
void asdm::CalFluxRow::clearPA | ( | ) |
Mark PA, which is an optional field, as non-existent.
void asdm::CalFluxRow::clearPAError | ( | ) |
Mark PAError, which is an optional field, as non-existent.
void asdm::CalFluxRow::clearSize | ( | ) |
Mark size, which is an optional field, as non-existent.
void asdm::CalFluxRow::clearSizeError | ( | ) |
Mark sizeError, which is an optional field, as non-existent.
void asdm::CalFluxRow::clearSourceModel | ( | ) |
Mark sourceModel, which is an optional field, as non-existent.
bool asdm::CalFluxRow::compareNoAutoInc | ( | std::string | sourceName, |
Tag | calDataId, | ||
Tag | calReductionId, | ||
ArrayTime | startValidTime, | ||
ArrayTime | endValidTime, | ||
int | numFrequencyRanges, | ||
int | numStokes, | ||
std::vector< std::vector< Frequency > > | frequencyRanges, | ||
FluxCalibrationMethodMod::FluxCalibrationMethod | fluxMethod, | ||
std::vector< std::vector< double > > | flux, | ||
std::vector< std::vector< double > > | fluxError, | ||
std::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.
sourceName | |
calDataId | |
calReductionId | |
startValidTime | |
endValidTime | |
numFrequencyRanges | |
numStokes | |
frequencyRanges | |
fluxMethod | |
flux | |
fluxError | |
stokes |
bool asdm::CalFluxRow::compareRequiredValue | ( | ArrayTime | startValidTime, |
ArrayTime | endValidTime, | ||
int | numFrequencyRanges, | ||
int | numStokes, | ||
std::vector< std::vector< Frequency > > | frequencyRanges, | ||
FluxCalibrationMethodMod::FluxCalibrationMethod | fluxMethod, | ||
std::vector< std::vector< double > > | flux, | ||
std::vector< std::vector< double > > | fluxError, | ||
std::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.
startValidTime | |
endValidTime | |
numFrequencyRanges | |
numStokes | |
frequencyRanges | |
fluxMethod | |
flux | |
fluxError | |
stokes |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
bool asdm::CalFluxRow::equalByRequiredValue | ( | CalFluxRow * | x | ) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
x | a pointer on the CalFluxRow whose required attributes of the value part will be compared with those of this. |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Links* CalDataRow* asdm::CalFluxRow::getCalDataUsingCalDataId | ( | ) |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
Tag asdm::CalFluxRow::getCalReductionId | ( | ) | const |
CalReductionRow* asdm::CalFluxRow::getCalReductionUsingCalReductionId | ( | ) |
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
std::vector<Angle > asdm::CalFluxRow::getDirection | ( | ) | const |
Get direction, which is optional.
IllegalAccessException | If direction does not exist. |
DirectionReferenceCodeMod::DirectionReferenceCode asdm::CalFluxRow::getDirectionCode | ( | ) | const |
Get directionCode, which is optional.
IllegalAccessException | If directionCode does not exist. |
Angle asdm::CalFluxRow::getDirectionEquinox | ( | ) | const |
Get directionEquinox, which is optional.
IllegalAccessException | If directionEquinox does not exist. |
ArrayTime asdm::CalFluxRow::getEndValidTime | ( | ) | const |
std::vector<std::vector<double > > asdm::CalFluxRow::getFlux | ( | ) | const |
===> Attribute flux
Get flux.
std::vector<std::vector<double > > asdm::CalFluxRow::getFluxError | ( | ) | const |
===> Attribute fluxError
Get fluxError.
FluxCalibrationMethodMod::FluxCalibrationMethod asdm::CalFluxRow::getFluxMethod | ( | ) | const |
===> Attribute fluxMethod
Get fluxMethod.
std::vector<std::vector<Frequency > > asdm::CalFluxRow::getFrequencyRanges | ( | ) | const |
===> Attribute frequencyRanges
Get frequencyRanges.
int asdm::CalFluxRow::getNumFrequencyRanges | ( | ) | const |
===> Attribute numFrequencyRanges
Get numFrequencyRanges.
int asdm::CalFluxRow::getNumStokes | ( | ) | const |
===> Attribute numStokes
Get numStokes.
std::vector<std::vector<Angle > > asdm::CalFluxRow::getPA | ( | ) | const |
Get PA, which is optional.
IllegalAccessException | If PA does not exist. |
std::vector<std::vector<Angle > > asdm::CalFluxRow::getPAError | ( | ) | const |
Get PAError, which is optional.
IllegalAccessException | If PAError does not exist. |
std::vector<std::vector<std::vector<Angle > > > asdm::CalFluxRow::getSize | ( | ) | const |
Get size, which is optional.
IllegalAccessException | If size does not exist. |
std::vector<std::vector<std::vector<Angle > > > asdm::CalFluxRow::getSizeError | ( | ) | const |
Get sizeError, which is optional.
IllegalAccessException | If sizeError does not exist. |
SourceModelMod::SourceModel asdm::CalFluxRow::getSourceModel | ( | ) | const |
Get sourceModel, which is optional.
IllegalAccessException | If sourceModel does not exist. |
ArrayTime asdm::CalFluxRow::getStartValidTime | ( | ) | const |
std::vector<StokesParameterMod::StokesParameter > asdm::CalFluxRow::getStokes | ( | ) | const |
===> Attribute stokes
Get stokes.
CalFluxTable& asdm::CalFluxRow::getTable | ( | ) | const |
Return the table to which this row belongs.
bool asdm::CalFluxRow::isAdded | ( | ) | const |
Has this row been added to its table ?
|
private |
This method is used by the Table class when this row is added to the table.
bool asdm::CalFluxRow::isDirectionCodeExists | ( | ) | const |
===> Attribute directionCode, which is optional
The attribute directionCode is optional. Return true if this attribute exists.
bool asdm::CalFluxRow::isDirectionEquinoxExists | ( | ) | const |
===> Attribute directionEquinox, which is optional
The attribute directionEquinox is optional. Return true if this attribute exists.
bool asdm::CalFluxRow::isDirectionExists | ( | ) | const |
===> Attribute direction, which is optional
The attribute direction is optional. Return true if this attribute exists.
bool asdm::CalFluxRow::isPAErrorExists | ( | ) | const |
===> Attribute PAError, which is optional
The attribute PAError is optional. Return true if this attribute exists.
bool asdm::CalFluxRow::isPAExists | ( | ) | const |
===> Attribute PA, which is optional
The attribute PA is optional. Return true if this attribute exists.
bool asdm::CalFluxRow::isSizeErrorExists | ( | ) | const |
===> Attribute sizeError, which is optional
The attribute sizeError is optional. Return true if this attribute exists.
bool asdm::CalFluxRow::isSizeExists | ( | ) | const |
===> Attribute size, which is optional
The attribute size is optional. Return true if this attribute exists.
bool asdm::CalFluxRow::isSourceModelExists | ( | ) | const |
===> Attribute sourceModel, which is optional
The attribute sourceModel is optional. Return true if this attribute exists.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
void asdm::CalFluxRow::setCalDataId | ( | Tag | calDataId | ) |
Set calDataId with the specified Tag.
calDataId | The Tag value to which calDataId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalFluxRow::setCalReductionId | ( | Tag | calReductionId | ) |
Set calReductionId with the specified Tag.
calReductionId | The Tag value to which calReductionId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalFluxRow::setDirection | ( | std::vector< Angle > | direction | ) |
Set direction with the specified std::vector<Angle >.
direction | The std::vector<Angle > value to which direction is to be set. |
void asdm::CalFluxRow::setDirectionCode | ( | DirectionReferenceCodeMod::DirectionReferenceCode | directionCode | ) |
Set directionCode with the specified DirectionReferenceCodeMod::DirectionReferenceCode.
directionCode | The DirectionReferenceCodeMod::DirectionReferenceCode value to which directionCode is to be set. |
void asdm::CalFluxRow::setDirectionEquinox | ( | Angle | directionEquinox | ) |
void asdm::CalFluxRow::setEndValidTime | ( | ArrayTime | endValidTime | ) |
void asdm::CalFluxRow::setFlux | ( | std::vector< std::vector< double > > | flux | ) |
Set flux with the specified std::vector<std::vector<double > >.
flux | The std::vector<std::vector<double > > value to which flux is to be set. |
void asdm::CalFluxRow::setFluxError | ( | std::vector< std::vector< double > > | fluxError | ) |
Set fluxError with the specified std::vector<std::vector<double > >.
fluxError | The std::vector<std::vector<double > > value to which fluxError is to be set. |
void asdm::CalFluxRow::setFluxMethod | ( | FluxCalibrationMethodMod::FluxCalibrationMethod | fluxMethod | ) |
Set fluxMethod with the specified FluxCalibrationMethodMod::FluxCalibrationMethod.
fluxMethod | The FluxCalibrationMethodMod::FluxCalibrationMethod value to which fluxMethod is to be set. |
void asdm::CalFluxRow::setFrequencyRanges | ( | std::vector< std::vector< Frequency > > | frequencyRanges | ) |
Set frequencyRanges with the specified std::vector<std::vector<Frequency > >.
frequencyRanges | The std::vector<std::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.
x | The IDL struct containing the values used to fill this row. |
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.
rowDoc | the XML string being used to set the values of this row. |
ConversionException |
void asdm::CalFluxRow::setNumFrequencyRanges | ( | int | numFrequencyRanges | ) |
Set numFrequencyRanges with the specified int.
numFrequencyRanges | The int value to which numFrequencyRanges is to be set. |
void asdm::CalFluxRow::setNumStokes | ( | int | numStokes | ) |
Set numStokes with the specified int.
numStokes | The int value to which numStokes is to be set. |
void asdm::CalFluxRow::setPA | ( | std::vector< std::vector< Angle > > | PA | ) |
Set PA with the specified std::vector<std::vector<Angle > >.
PA | The std::vector<std::vector<Angle > > value to which PA is to be set. |
void asdm::CalFluxRow::setPAError | ( | std::vector< std::vector< Angle > > | PAError | ) |
Set PAError with the specified std::vector<std::vector<Angle > >.
PAError | The std::vector<std::vector<Angle > > value to which PAError is to be set. |
void asdm::CalFluxRow::setSize | ( | std::vector< std::vector< std::vector< Angle > > > | size | ) |
Set size with the specified std::vector<std::vector<std::vector<Angle > > >.
size | The std::vector<std::vector<std::vector<Angle > > > value to which size is to be set. |
void asdm::CalFluxRow::setSizeError | ( | std::vector< std::vector< std::vector< Angle > > > | sizeError | ) |
Set sizeError with the specified std::vector<std::vector<std::vector<Angle > > >.
sizeError | The std::vector<std::vector<std::vector<Angle > > > value to which sizeError is to be set. |
void asdm::CalFluxRow::setSourceModel | ( | SourceModelMod::SourceModel | sourceModel | ) |
Set sourceModel with the specified SourceModelMod::SourceModel.
sourceModel | The SourceModelMod::SourceModel value to which sourceModel is to be set. |
void asdm::CalFluxRow::setSourceName | ( | std::string | sourceName | ) |
Set sourceName with the specified std::string.
sourceName | The std::string value to which sourceName is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalFluxRow::setStartValidTime | ( | ArrayTime | startValidTime | ) |
void asdm::CalFluxRow::setStokes | ( | std::vector< StokesParameterMod::StokesParameter > | stokes | ) |
Set stokes with the specified std::vector<StokesParameterMod::StokesParameter >.
stokes | The std::vector<StokesParameterMod::StokesParameter > value to which stokes is to be set. |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
asdmIDL::CalFluxRowIDL* asdm::CalFluxRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
void asdm::CalFluxRow::toIDL | ( | asdmIDL::CalFluxRowIDL & | x | ) | const |
Define the content of a CalFluxRowIDL struct from the values found in this row.
x | a reference to the CalFluxRowIDL struct to be set. |
std::string asdm::CalFluxRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
|
friend |
Definition at line 149 of file CalFluxRow.h.
|
friend |
Definition at line 150 of file CalFluxRow.h.
Extrinsic Table asdm::CalFluxRow::Attributes |
Definition at line 173 of file CalFluxRow.h.
Extrinsic Table asdm::CalFluxRow::Attributes |
Definition at line 807 of file CalFluxRow.h.
|
private |
===> Attribute calReductionId
Definition at line 1345 of file CalFluxRow.h.
|
private |
Definition at line 1228 of file CalFluxRow.h.
|
private |
Definition at line 1241 of file CalFluxRow.h.
|
private |
===> Attribute directionCode, which is optional
Definition at line 1238 of file CalFluxRow.h.
|
private |
Definition at line 1254 of file CalFluxRow.h.
|
private |
===> Attribute directionEquinox, which is optional
Definition at line 1251 of file CalFluxRow.h.
|
private |
===> Attribute direction, which is optional
Definition at line 1225 of file CalFluxRow.h.
|
private |
===> Attribute endValidTime
Definition at line 1138 of file CalFluxRow.h.
|
private |
===> Attribute flux
Definition at line 1193 of file CalFluxRow.h.
|
private |
===> Attribute fluxError
Definition at line 1204 of file CalFluxRow.h.
|
private |
===> Attribute fluxMethod
Definition at line 1182 of file CalFluxRow.h.
|
private |
===> Attribute frequencyRanges
Definition at line 1171 of file CalFluxRow.h.
|
private |
Definition at line 1374 of file CalFluxRow.h.
|
private |
Definition at line 1402 of file CalFluxRow.h.
|
private |
Whether this row has been added to the table or not.
Definition at line 1072 of file CalFluxRow.h.
|
private |
===> Attribute numFrequencyRanges
Definition at line 1149 of file CalFluxRow.h.
|
private |
===> Attribute numStokes
Definition at line 1160 of file CalFluxRow.h.
|
private |
Definition at line 1267 of file CalFluxRow.h.
|
private |
Definition at line 1280 of file CalFluxRow.h.
|
private |
===> Attribute PAError, which is optional
Definition at line 1277 of file CalFluxRow.h.
|
private |
===> Attribute PA, which is optional
Definition at line 1264 of file CalFluxRow.h.
|
private |
Definition at line 1293 of file CalFluxRow.h.
|
private |
Definition at line 1306 of file CalFluxRow.h.
|
private |
===> Attribute sizeError, which is optional
Definition at line 1303 of file CalFluxRow.h.
|
private |
===> Attribute size, which is optional
Definition at line 1290 of file CalFluxRow.h.
|
private |
Definition at line 1319 of file CalFluxRow.h.
|
private |
===> Attribute sourceModel, which is optional
Definition at line 1316 of file CalFluxRow.h.
|
private |
===> Attribute startValidTime
Definition at line 1127 of file CalFluxRow.h.
|
private |
===> Attribute stokes
Definition at line 1215 of file CalFluxRow.h.
|
private |
The table to which this row belongs.
Definition at line 1068 of file CalFluxRow.h.