The CalFluxRow class is a row of a CalFluxTable. More...
#include <CalFluxRow.h>
Public Member Functions | |
virtual | ~CalFluxRow () |
friend class asdm::TableStreamReader<CalFluxTable, CalFluxRow>; | |
CalFluxTable & | getTable () 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< Angle > | getDirection () 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 *CalDataRow * | getCalDataUsingCalDataId () |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId | |
CalReductionRow * | getCalReductionUsingCalReductionId () |
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. | |
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. | |
Private Attributes | |
CalFluxTable & | table |
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< Angle > | direction |
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 > |
The CalFluxRow class is a row of a CalFluxTable.
Generated from model's revision "1.64", branch "HEAD"
Definition at line 148 of file CalFluxRow.h.
virtual asdm::CalFluxRow::~CalFluxRow | ( | ) | [virtual] |
friend class asdm::TableStreamReader<CalFluxTable, CalFluxRow>;
asdm::CalFluxRow::CalFluxRow | ( | CalFluxTable & | table | ) | [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. |
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.
table | The table to which this row belongs. | |
row | The row which is to be copied. |
void asdm::CalFluxRow::calDataIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFluxRow::calDataIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalFluxRow::calReductionIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFluxRow::calReductionIdFromText | ( | const string & | s | ) | [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 | ( | 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.
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.
startValidTime | ||
endValidTime | ||
numFrequencyRanges | ||
numStokes | ||
frequencyRanges | ||
fluxMethod | ||
flux | ||
fluxError | ||
stokes |
void asdm::CalFluxRow::directionCodeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFluxRow::directionCodeFromText | ( | const string & | s | ) | [private] |
void asdm::CalFluxRow::directionEquinoxFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFluxRow::directionEquinoxFromText | ( | const string & | s | ) | [private] |
void asdm::CalFluxRow::directionFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFluxRow::directionFromText | ( | const string & | s | ) | [private] |
void asdm::CalFluxRow::endValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFluxRow::endValidTimeFromText | ( | const string & | s | ) | [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. |
void asdm::CalFluxRow::fluxErrorFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFluxRow::fluxErrorFromText | ( | const string & | s | ) | [private] |
void asdm::CalFluxRow::fluxFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFluxRow::fluxFromText | ( | const string & | s | ) | [private] |
void asdm::CalFluxRow::fluxMethodFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFluxRow::fluxMethodFromText | ( | const string & | s | ) | [private] |
void asdm::CalFluxRow::frequencyRangesFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFluxRow::frequencyRangesFromText | ( | const string & | s | ) | [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
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 |
vector<vector<double > > asdm::CalFluxRow::getFlux | ( | ) | const |
===> Attribute flux
Get flux.
vector<vector<double > > asdm::CalFluxRow::getFluxError | ( | ) | const |
===> Attribute fluxError
Get fluxError.
FluxCalibrationMethodMod::FluxCalibrationMethod asdm::CalFluxRow::getFluxMethod | ( | ) | const |
===> Attribute fluxMethod
Get fluxMethod.
vector<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.
vector<vector<Angle > > asdm::CalFluxRow::getPA | ( | ) | const |
Get PA, which is optional.
IllegalAccessException | If PA does not exist. |
vector<vector<Angle > > asdm::CalFluxRow::getPAError | ( | ) | const |
Get PAError, which is optional.
IllegalAccessException | If PAError does not exist. |
vector<vector<vector<Angle > > > asdm::CalFluxRow::getSize | ( | ) | const |
Get size, which is optional.
IllegalAccessException | If size does not exist. |
vector<vector<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 |
vector<StokesParameterMod::StokesParameter > asdm::CalFluxRow::getStokes | ( | ) | const |
===> Attribute stokes
Get stokes.
CalFluxTable& asdm::CalFluxRow::getTable | ( | ) | const |
Return the table to which this row belongs.
void asdm::CalFluxRow::isAdded | ( | bool | added | ) | [private] |
This method is used by the Table class when this row is added to the table.
bool asdm::CalFluxRow::isAdded | ( | ) | const |
Has this row been added to its 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.
void asdm::CalFluxRow::numFrequencyRangesFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFluxRow::numFrequencyRangesFromText | ( | const string & | s | ) | [private] |
void asdm::CalFluxRow::numStokesFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFluxRow::numStokesFromText | ( | const string & | s | ) | [private] |
void asdm::CalFluxRow::PAErrorFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFluxRow::PAErrorFromText | ( | const string & | s | ) | [private] |
void asdm::CalFluxRow::PAFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFluxRow::PAFromText | ( | const string & | s | ) | [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 | ( | vector< Angle > | direction | ) |
Set direction with the specified vector<Angle >.
direction | The 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 | ( | vector< vector< double > > | flux | ) |
Set flux with the specified vector<vector<double > >.
flux | The 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 > >.
fluxError | The 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.
fluxMethod | The 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 > >.
frequencyRanges | The 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.
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 | ( | vector< vector< Angle > > | PA | ) |
Set PA with the specified vector<vector<Angle > >.
PA | The 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 > >.
PAError | The 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 > > >.
size | The 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 > > >.
sizeError | The 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.
sourceModel | The SourceModelMod::SourceModel value to which sourceModel is to be set. |
void asdm::CalFluxRow::setSourceName | ( | string | sourceName | ) |
Set sourceName with the specified string.
sourceName | The 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 | ( | vector< StokesParameterMod::StokesParameter > | stokes | ) |
Set stokes with the specified vector<StokesParameterMod::StokesParameter >.
stokes | The vector<StokesParameterMod::StokesParameter > value to which stokes is to be set. |
void asdm::CalFluxRow::sizeErrorFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFluxRow::sizeErrorFromText | ( | const string & | s | ) | [private] |
void asdm::CalFluxRow::sizeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFluxRow::sizeFromText | ( | const string & | s | ) | [private] |
void asdm::CalFluxRow::sourceModelFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFluxRow::sourceModelFromText | ( | const string & | s | ) | [private] |
void asdm::CalFluxRow::sourceNameFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFluxRow::sourceNameFromText | ( | const string & | s | ) | [private] |
void asdm::CalFluxRow::startValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalFluxRow::startValidTimeFromText | ( | const string & | s | ) | [private] |
void asdm::CalFluxRow::stokesFromBin | ( | EndianIStream & | eis | ) | [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.
eoss | the EndianOSStream to be written to |
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. |
asdmIDL::CalFluxRowIDL* asdm::CalFluxRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
std::string asdm::CalFluxRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
friend class asdm::CalFluxTable [friend] |
Definition at line 149 of file CalFluxRow.h.
friend class asdm::RowTransformer< CalFluxRow > [friend] |
Definition at line 150 of file CalFluxRow.h.
Extrinsic Table asdm::CalFluxRow::Attributes |
Definition at line 807 of file CalFluxRow.h.
Extrinsic Table asdm::CalFluxRow::Attributes |
Definition at line 173 of file CalFluxRow.h.
Tag asdm::CalFluxRow::calReductionId [private] |
===> 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.
bool asdm::CalFluxRow::directionCodeExists [private] |
===> Attribute directionCode, which is optional
Definition at line 1238 of file CalFluxRow.h.
Angle asdm::CalFluxRow::directionEquinox [private] |
Definition at line 1254 of file CalFluxRow.h.
bool asdm::CalFluxRow::directionEquinoxExists [private] |
===> Attribute directionEquinox, which is optional
Definition at line 1251 of file CalFluxRow.h.
bool asdm::CalFluxRow::directionExists [private] |
===> Attribute direction, which is optional
Definition at line 1225 of file CalFluxRow.h.
ArrayTime asdm::CalFluxRow::endValidTime [private] |
===> 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.
bool asdm::CalFluxRow::hasBeenAdded [private] |
Whether this row has been added to the table or not.
Definition at line 1072 of file CalFluxRow.h.
int asdm::CalFluxRow::numFrequencyRanges [private] |
===> Attribute numFrequencyRanges
Definition at line 1149 of file CalFluxRow.h.
int asdm::CalFluxRow::numStokes [private] |
===> 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.
bool asdm::CalFluxRow::PAErrorExists [private] |
===> Attribute PAError, which is optional
Definition at line 1277 of file CalFluxRow.h.
bool asdm::CalFluxRow::PAExists [private] |
===> 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.
bool asdm::CalFluxRow::sizeErrorExists [private] |
===> Attribute sizeError, which is optional
Definition at line 1303 of file CalFluxRow.h.
bool asdm::CalFluxRow::sizeExists [private] |
===> 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.
bool asdm::CalFluxRow::sourceModelExists [private] |
===> Attribute sourceModel, which is optional
Definition at line 1316 of file CalFluxRow.h.
ArrayTime asdm::CalFluxRow::startValidTime [private] |
===> 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.
CalFluxTable& asdm::CalFluxRow::table [private] |
The table to which this row belongs.
Definition at line 1068 of file CalFluxRow.h.