asdm::CalWVRRow Class Reference

The CalWVRRow class is a row of a CalWVRTable. More...

#include <CalWVRRow.h>

List of all members.

Public Member Functions

virtual ~CalWVRRow ()
 friend class asdm::TableStreamReader<CalWVRTable, CalWVRRow>;
CalWVRTablegetTable () const
 Return the table to which this row belongs.
bool isAdded () const
 Has this row been added to its table ?
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.
WVRMethodMod::WVRMethod getWvrMethod () const
 ===> Attribute wvrMethod
void setWvrMethod (WVRMethodMod::WVRMethod wvrMethod)
 Set wvrMethod with the specified WVRMethodMod::WVRMethod.
string getAntennaName () const
 ===> Attribute antennaName
void setAntennaName (string antennaName)
 Set antennaName with the specified string.
int getNumInputAntennas () const
 ===> Attribute numInputAntennas
void setNumInputAntennas (int numInputAntennas)
 Set numInputAntennas with the specified int.
vector< string > getInputAntennaNames () const
 ===> Attribute inputAntennaNames
void setInputAntennaNames (vector< string > inputAntennaNames)
 Set inputAntennaNames with the specified vector<string >.
int getNumChan () const
 ===> Attribute numChan
void setNumChan (int numChan)
 Set numChan with the specified int.
vector< FrequencygetChanFreq () const
 ===> Attribute chanFreq
void setChanFreq (vector< Frequency > chanFreq)
 Set chanFreq with the specified vector<Frequency >.
vector< FrequencygetChanWidth () const
 ===> Attribute chanWidth
void setChanWidth (vector< Frequency > chanWidth)
 Set chanWidth with the specified vector<Frequency >.
vector< vector< Temperature > > getRefTemp () const
 ===> Attribute refTemp
void setRefTemp (vector< vector< Temperature > > refTemp)
 Set refTemp with the specified vector<vector<Temperature > >.
int getNumPoly () const
 ===> Attribute numPoly
void setNumPoly (int numPoly)
 Set numPoly with the specified int.
vector< vector< vector< float > > > getPathCoeff () const
 ===> Attribute pathCoeff
void setPathCoeff (vector< vector< vector< float > > > pathCoeff)
 Set pathCoeff with the specified vector<vector<vector<float > > >.
vector< FrequencygetPolyFreqLimits () const
 ===> Attribute polyFreqLimits
void setPolyFreqLimits (vector< Frequency > polyFreqLimits)
 Set polyFreqLimits with the specified vector<Frequency >.
vector< float > getWetPath () const
 ===> Attribute wetPath
void setWetPath (vector< float > wetPath)
 Set wetPath with the specified vector<float >.
vector< float > getDryPath () const
 ===> Attribute dryPath
void setDryPath (vector< float > dryPath)
 Set dryPath with the specified vector<float >.
Length getWater () const
 ===> Attribute water
void setWater (Length water)
 Set water with the specified Length.
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 antennaName, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, WVRMethodMod::WVRMethod wvrMethod, int numInputAntennas, vector< string > inputAntennaNames, int numChan, vector< Frequency > chanFreq, vector< Frequency > chanWidth, vector< vector< Temperature > > refTemp, int numPoly, vector< vector< vector< float > > > pathCoeff, vector< Frequency > polyFreqLimits, vector< float > wetPath, vector< float > dryPath, Length water)
 Compare each mandatory attribute except the autoincrementable one of this CalWVRRow with the corresponding parameters and return true if there is a match and false otherwise.
bool compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, WVRMethodMod::WVRMethod wvrMethod, int numInputAntennas, vector< string > inputAntennaNames, int numChan, vector< Frequency > chanFreq, vector< Frequency > chanWidth, vector< vector< Temperature > > refTemp, int numPoly, vector< vector< vector< float > > > pathCoeff, vector< Frequency > polyFreqLimits, vector< float > wetPath, vector< float > dryPath, Length water)
 Compare each mandatory value (i.e.
bool equalByRequiredValue (CalWVRRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
asdmIDL::CalWVRRowIDL * toIDL () const
 Return this row in the form of an IDL struct.
void toIDL (asdmIDL::CalWVRRowIDL &x) const
 Define the content of a CalWVRRowIDL struct from the values found in this row.
void setFromIDL (asdmIDL::CalWVRRowIDL x)
 Fill the values of this row from the IDL struct CalWVRRowIDL.
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.
 CalWVRRow (CalWVRTable &table)
 Create a CalWVRRow.
 CalWVRRow (CalWVRTable &table, CalWVRRow &row)
 Create a CalWVRRow using a copy constructor mechanism.
void antennaNameFromBin (EndianIStream &eis)
void calDataIdFromBin (EndianIStream &eis)
void calReductionIdFromBin (EndianIStream &eis)
void startValidTimeFromBin (EndianIStream &eis)
void endValidTimeFromBin (EndianIStream &eis)
void wvrMethodFromBin (EndianIStream &eis)
void numInputAntennasFromBin (EndianIStream &eis)
void inputAntennaNamesFromBin (EndianIStream &eis)
void numChanFromBin (EndianIStream &eis)
void chanFreqFromBin (EndianIStream &eis)
void chanWidthFromBin (EndianIStream &eis)
void refTempFromBin (EndianIStream &eis)
void numPolyFromBin (EndianIStream &eis)
void pathCoeffFromBin (EndianIStream &eis)
void polyFreqLimitsFromBin (EndianIStream &eis)
void wetPathFromBin (EndianIStream &eis)
void dryPathFromBin (EndianIStream &eis)
void waterFromBin (EndianIStream &eis)
void antennaNameFromText (const string &s)
void calDataIdFromText (const string &s)
void calReductionIdFromText (const string &s)
void startValidTimeFromText (const string &s)
void endValidTimeFromText (const string &s)
void wvrMethodFromText (const string &s)
void numInputAntennasFromText (const string &s)
void inputAntennaNamesFromText (const string &s)
void numChanFromText (const string &s)
void chanFreqFromText (const string &s)
void chanWidthFromText (const string &s)
void refTempFromText (const string &s)
void numPolyFromText (const string &s)
void pathCoeffFromText (const string &s)
void polyFreqLimitsFromText (const string &s)
void wetPathFromText (const string &s)
void dryPathFromText (const string &s)
void waterFromText (const string &s)
void toBin (EndianOSStream &eoss)
 Serialize this into a stream of bytes written to an EndianOSStream.

Private Attributes

CalWVRTabletable
 The table to which this row belongs.
bool hasBeenAdded
 Whether this row has been added to the table or not.
ArrayTime endValidTime
 ===> Attribute endValidTime
WVRMethodMod::WVRMethod wvrMethod
 ===> Attribute wvrMethod
string antennaName
 ===> Attribute antennaName
int numInputAntennas
 ===> Attribute numInputAntennas
vector< string > inputAntennaNames
 ===> Attribute inputAntennaNames
int numChan
 ===> Attribute numChan
vector< FrequencychanFreq
 ===> Attribute chanFreq
vector< FrequencychanWidth
 ===> Attribute chanWidth
vector< vector< Temperature > > refTemp
 ===> Attribute refTemp
int numPoly
 ===> Attribute numPoly
vector< vector< vector< float > > > pathCoeff
 ===> Attribute pathCoeff
vector< FrequencypolyFreqLimits
 ===> Attribute polyFreqLimits
vector< float > wetPath
 ===> Attribute wetPath
vector< float > dryPath
 ===> Attribute dryPath
Length water
 ===> Attribute water
Tag calReductionId
 ===> Attribute calReductionId
Links *binary deserialization
material from an EndianIStream
std::map< std::string,
CalWVRAttributeFromBin
fromBinMethods
*text deserialization material
std::map< std::string,
CalWVRAttributeFromText
fromTextMethods

Friends

class asdm::CalWVRTable
class asdm::RowTransformer< CalWVRRow >

Detailed Description

The CalWVRRow class is a row of a CalWVRTable.

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

Definition at line 142 of file CalWVRRow.h.


Constructor & Destructor Documentation

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

friend class asdm::TableStreamReader<CalWVRTable, CalWVRRow>;

asdm::CalWVRRow::CalWVRRow ( CalWVRTable table  )  [private]

Create a CalWVRRow.

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

Parameters:
table The table to which this row belongs.
asdm::CalWVRRow::CalWVRRow ( CalWVRTable table,
CalWVRRow row 
) [private]

Create a CalWVRRow using a copy constructor mechanism.

Given a CalWVRRow row and a CalWVRTable table, the method creates a new CalWVRRow 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:
table The table to which this row belongs.
row The row which is to be copied.

Member Function Documentation

void asdm::CalWVRRow::antennaNameFromBin ( EndianIStream eis  )  [private]
void asdm::CalWVRRow::antennaNameFromText ( const string &  s  )  [private]
void asdm::CalWVRRow::calDataIdFromBin ( EndianIStream eis  )  [private]
void asdm::CalWVRRow::calDataIdFromText ( const string &  s  )  [private]
void asdm::CalWVRRow::calReductionIdFromBin ( EndianIStream eis  )  [private]
void asdm::CalWVRRow::calReductionIdFromText ( const string &  s  )  [private]
void asdm::CalWVRRow::chanFreqFromBin ( EndianIStream eis  )  [private]
void asdm::CalWVRRow::chanFreqFromText ( const string &  s  )  [private]
void asdm::CalWVRRow::chanWidthFromBin ( EndianIStream eis  )  [private]
void asdm::CalWVRRow::chanWidthFromText ( const string &  s  )  [private]
bool asdm::CalWVRRow::compareNoAutoInc ( string  antennaName,
Tag  calDataId,
Tag  calReductionId,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
WVRMethodMod::WVRMethod  wvrMethod,
int  numInputAntennas,
vector< string >  inputAntennaNames,
int  numChan,
vector< Frequency chanFreq,
vector< Frequency chanWidth,
vector< vector< Temperature > >  refTemp,
int  numPoly,
vector< vector< vector< float > > >  pathCoeff,
vector< Frequency polyFreqLimits,
vector< float >  wetPath,
vector< float >  dryPath,
Length  water 
)

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

Parameters:
antennaName 
calDataId 
calReductionId 
startValidTime 
endValidTime 
wvrMethod 
numInputAntennas 
inputAntennaNames 
numChan 
chanFreq 
chanWidth 
refTemp 
numPoly 
pathCoeff 
polyFreqLimits 
wetPath 
dryPath 
water 
bool asdm::CalWVRRow::compareRequiredValue ( ArrayTime  startValidTime,
ArrayTime  endValidTime,
WVRMethodMod::WVRMethod  wvrMethod,
int  numInputAntennas,
vector< string >  inputAntennaNames,
int  numChan,
vector< Frequency chanFreq,
vector< Frequency chanWidth,
vector< vector< Temperature > >  refTemp,
int  numPoly,
vector< vector< vector< float > > >  pathCoeff,
vector< Frequency polyFreqLimits,
vector< float >  wetPath,
vector< float >  dryPath,
Length  water 
)

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 
wvrMethod 
numInputAntennas 
inputAntennaNames 
numChan 
chanFreq 
chanWidth 
refTemp 
numPoly 
pathCoeff 
polyFreqLimits 
wetPath 
dryPath 
water 
void asdm::CalWVRRow::dryPathFromBin ( EndianIStream eis  )  [private]
void asdm::CalWVRRow::dryPathFromText ( const string &  s  )  [private]
void asdm::CalWVRRow::endValidTimeFromBin ( EndianIStream eis  )  [private]
void asdm::CalWVRRow::endValidTimeFromText ( const string &  s  )  [private]
bool asdm::CalWVRRow::equalByRequiredValue ( CalWVRRow x  ) 

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

Parameters:
x a pointer on the CalWVRRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.
string asdm::CalWVRRow::getAntennaName (  )  const

===> Attribute antennaName

Get antennaName.

Returns:
antennaName as string
Links* CalDataRow* asdm::CalWVRRow::getCalDataUsingCalDataId (  ) 

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

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

===> Attribute calReductionId

Get calReductionId.

Returns:
calReductionId as Tag
CalReductionRow* asdm::CalWVRRow::getCalReductionUsingCalReductionId (  ) 

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

Returns:
a CalReductionRow*
vector<Frequency > asdm::CalWVRRow::getChanFreq (  )  const

===> Attribute chanFreq

Get chanFreq.

Returns:
chanFreq as vector<Frequency >
vector<Frequency > asdm::CalWVRRow::getChanWidth (  )  const

===> Attribute chanWidth

Get chanWidth.

Returns:
chanWidth as vector<Frequency >
vector<float > asdm::CalWVRRow::getDryPath (  )  const

===> Attribute dryPath

Get dryPath.

Returns:
dryPath as vector<float >
ArrayTime asdm::CalWVRRow::getEndValidTime (  )  const

===> Attribute endValidTime

Get endValidTime.

Returns:
endValidTime as ArrayTime
vector<string > asdm::CalWVRRow::getInputAntennaNames (  )  const

===> Attribute inputAntennaNames

Get inputAntennaNames.

Returns:
inputAntennaNames as vector<string >
int asdm::CalWVRRow::getNumChan (  )  const

===> Attribute numChan

Get numChan.

Returns:
numChan as int
int asdm::CalWVRRow::getNumInputAntennas (  )  const

===> Attribute numInputAntennas

Get numInputAntennas.

Returns:
numInputAntennas as int
int asdm::CalWVRRow::getNumPoly (  )  const

===> Attribute numPoly

Get numPoly.

Returns:
numPoly as int
vector<vector<vector<float > > > asdm::CalWVRRow::getPathCoeff (  )  const

===> Attribute pathCoeff

Get pathCoeff.

Returns:
pathCoeff as vector<vector<vector<float > > >
vector<Frequency > asdm::CalWVRRow::getPolyFreqLimits (  )  const

===> Attribute polyFreqLimits

Get polyFreqLimits.

Returns:
polyFreqLimits as vector<Frequency >
vector<vector<Temperature > > asdm::CalWVRRow::getRefTemp (  )  const

===> Attribute refTemp

Get refTemp.

Returns:
refTemp as vector<vector<Temperature > >
CalWVRTable& asdm::CalWVRRow::getTable (  )  const

Return the table to which this row belongs.

Length asdm::CalWVRRow::getWater (  )  const

===> Attribute water

Get water.

Returns:
water as Length
vector<float > asdm::CalWVRRow::getWetPath (  )  const

===> Attribute wetPath

Get wetPath.

Returns:
wetPath as vector<float >
WVRMethodMod::WVRMethod asdm::CalWVRRow::getWvrMethod (  )  const

===> Attribute wvrMethod

Get wvrMethod.

Returns:
wvrMethod as WVRMethodMod::WVRMethod
void asdm::CalWVRRow::inputAntennaNamesFromBin ( EndianIStream eis  )  [private]
void asdm::CalWVRRow::inputAntennaNamesFromText ( const string &  s  )  [private]
void asdm::CalWVRRow::isAdded ( bool  added  )  [private]

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

bool asdm::CalWVRRow::isAdded (  )  const

Has this row been added to its table ?

Returns:
true if and only if it has been added.
void asdm::CalWVRRow::numChanFromBin ( EndianIStream eis  )  [private]
void asdm::CalWVRRow::numChanFromText ( const string &  s  )  [private]
void asdm::CalWVRRow::numInputAntennasFromBin ( EndianIStream eis  )  [private]
void asdm::CalWVRRow::numInputAntennasFromText ( const string &  s  )  [private]
void asdm::CalWVRRow::numPolyFromBin ( EndianIStream eis  )  [private]
void asdm::CalWVRRow::numPolyFromText ( const string &  s  )  [private]
void asdm::CalWVRRow::pathCoeffFromBin ( EndianIStream eis  )  [private]
void asdm::CalWVRRow::pathCoeffFromText ( const string &  s  )  [private]
void asdm::CalWVRRow::polyFreqLimitsFromBin ( EndianIStream eis  )  [private]
void asdm::CalWVRRow::polyFreqLimitsFromText ( const string &  s  )  [private]
void asdm::CalWVRRow::refTempFromBin ( EndianIStream eis  )  [private]
void asdm::CalWVRRow::refTempFromText ( const string &  s  )  [private]
void asdm::CalWVRRow::setAntennaName ( string  antennaName  ) 

Set antennaName with the specified string.

Parameters:
antennaName The string value to which antennaName is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.
void asdm::CalWVRRow::setCalDataId ( Tag  calDataId  ) 

Set calDataId with the specified Tag.

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

Set calReductionId with the specified Tag.

Parameters:
calReductionId The Tag value to which calReductionId is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.
void asdm::CalWVRRow::setChanFreq ( vector< Frequency chanFreq  ) 

Set chanFreq with the specified vector<Frequency >.

Parameters:
chanFreq The vector<Frequency > value to which chanFreq is to be set.
void asdm::CalWVRRow::setChanWidth ( vector< Frequency chanWidth  ) 

Set chanWidth with the specified vector<Frequency >.

Parameters:
chanWidth The vector<Frequency > value to which chanWidth is to be set.
void asdm::CalWVRRow::setDryPath ( vector< float >  dryPath  ) 

Set dryPath with the specified vector<float >.

Parameters:
dryPath The vector<float > value to which dryPath is to be set.
void asdm::CalWVRRow::setEndValidTime ( ArrayTime  endValidTime  ) 

Set endValidTime with the specified ArrayTime.

Parameters:
endValidTime The ArrayTime value to which endValidTime is to be set.
void asdm::CalWVRRow::setFromIDL ( asdmIDL::CalWVRRowIDL  x  ) 

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

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

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

Parameters:
rowDoc the XML string being used to set the values of this row.
Exceptions:
ConversionException 
void asdm::CalWVRRow::setInputAntennaNames ( vector< string >  inputAntennaNames  ) 

Set inputAntennaNames with the specified vector<string >.

Parameters:
inputAntennaNames The vector<string > value to which inputAntennaNames is to be set.
void asdm::CalWVRRow::setNumChan ( int  numChan  ) 

Set numChan with the specified int.

Parameters:
numChan The int value to which numChan is to be set.
void asdm::CalWVRRow::setNumInputAntennas ( int  numInputAntennas  ) 

Set numInputAntennas with the specified int.

Parameters:
numInputAntennas The int value to which numInputAntennas is to be set.
void asdm::CalWVRRow::setNumPoly ( int  numPoly  ) 

Set numPoly with the specified int.

Parameters:
numPoly The int value to which numPoly is to be set.
void asdm::CalWVRRow::setPathCoeff ( vector< vector< vector< float > > >  pathCoeff  ) 

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

Parameters:
pathCoeff The vector<vector<vector<float > > > value to which pathCoeff is to be set.
void asdm::CalWVRRow::setPolyFreqLimits ( vector< Frequency polyFreqLimits  ) 

Set polyFreqLimits with the specified vector<Frequency >.

Parameters:
polyFreqLimits The vector<Frequency > value to which polyFreqLimits is to be set.
void asdm::CalWVRRow::setRefTemp ( vector< vector< Temperature > >  refTemp  ) 

Set refTemp with the specified vector<vector<Temperature > >.

Parameters:
refTemp The vector<vector<Temperature > > value to which refTemp is to be set.
void asdm::CalWVRRow::setStartValidTime ( ArrayTime  startValidTime  ) 

Set startValidTime with the specified ArrayTime.

Parameters:
startValidTime The ArrayTime value to which startValidTime is to be set.
void asdm::CalWVRRow::setWater ( Length  water  ) 

Set water with the specified Length.

Parameters:
water The Length value to which water is to be set.
void asdm::CalWVRRow::setWetPath ( vector< float >  wetPath  ) 

Set wetPath with the specified vector<float >.

Parameters:
wetPath The vector<float > value to which wetPath is to be set.
void asdm::CalWVRRow::setWvrMethod ( WVRMethodMod::WVRMethod  wvrMethod  ) 

Set wvrMethod with the specified WVRMethodMod::WVRMethod.

Parameters:
wvrMethod The WVRMethodMod::WVRMethod value to which wvrMethod is to be set.
void asdm::CalWVRRow::startValidTimeFromBin ( EndianIStream eis  )  [private]
void asdm::CalWVRRow::startValidTimeFromText ( const string &  s  )  [private]
void asdm::CalWVRRow::toBin ( EndianOSStream eoss  )  [private]

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

Parameters:
eoss the EndianOSStream to be written to
void asdm::CalWVRRow::toIDL ( asdmIDL::CalWVRRowIDL &  x  )  const

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

Parameters:
x a reference to the CalWVRRowIDL struct to be set.
asdmIDL::CalWVRRowIDL* asdm::CalWVRRow::toIDL (  )  const

Return this row in the form of an IDL struct.

Returns:
The values of this row as a CalWVRRowIDL struct.
std::string asdm::CalWVRRow::toXML (  )  const

Return this row in the form of an XML string.

Returns:
The values of this row as an XML string.
void asdm::CalWVRRow::waterFromBin ( EndianIStream eis  )  [private]
void asdm::CalWVRRow::waterFromText ( const string &  s  )  [private]
void asdm::CalWVRRow::wetPathFromBin ( EndianIStream eis  )  [private]
void asdm::CalWVRRow::wetPathFromText ( const string &  s  )  [private]
void asdm::CalWVRRow::wvrMethodFromBin ( EndianIStream eis  )  [private]
void asdm::CalWVRRow::wvrMethodFromText ( const string &  s  )  [private]

Friends And Related Function Documentation

friend class asdm::CalWVRTable [friend]

Definition at line 143 of file CalWVRRow.h.

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

Definition at line 144 of file CalWVRRow.h.


Member Data Documentation

string asdm::CalWVRRow::antennaName [private]

===> Attribute antennaName

Definition at line 1017 of file CalWVRRow.h.

Extrinsic Table asdm::CalWVRRow::Attributes

Definition at line 653 of file CalWVRRow.h.

Extrinsic Table asdm::CalWVRRow::Attributes

Definition at line 167 of file CalWVRRow.h.

===> Attribute calReductionId

Definition at line 1175 of file CalWVRRow.h.

===> Attribute chanFreq

Definition at line 1061 of file CalWVRRow.h.

===> Attribute chanWidth

Definition at line 1072 of file CalWVRRow.h.

vector<float > asdm::CalWVRRow::dryPath [private]

===> Attribute dryPath

Definition at line 1138 of file CalWVRRow.h.

===> Attribute endValidTime

Definition at line 995 of file CalWVRRow.h.

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

Definition at line 1204 of file CalWVRRow.h.

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

Definition at line 1230 of file CalWVRRow.h.

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

Definition at line 940 of file CalWVRRow.h.

vector<string > asdm::CalWVRRow::inputAntennaNames [private]

===> Attribute inputAntennaNames

Definition at line 1039 of file CalWVRRow.h.

int asdm::CalWVRRow::numChan [private]

===> Attribute numChan

Definition at line 1050 of file CalWVRRow.h.

===> Attribute numInputAntennas

Definition at line 1028 of file CalWVRRow.h.

int asdm::CalWVRRow::numPoly [private]

===> Attribute numPoly

Definition at line 1094 of file CalWVRRow.h.

vector<vector<vector<float > > > asdm::CalWVRRow::pathCoeff [private]

===> Attribute pathCoeff

Definition at line 1105 of file CalWVRRow.h.

===> Attribute polyFreqLimits

Definition at line 1116 of file CalWVRRow.h.

vector<vector<Temperature > > asdm::CalWVRRow::refTemp [private]

===> Attribute refTemp

Definition at line 1083 of file CalWVRRow.h.

The table to which this row belongs.

Definition at line 936 of file CalWVRRow.h.

===> Attribute water

Definition at line 1149 of file CalWVRRow.h.

vector<float > asdm::CalWVRRow::wetPath [private]

===> Attribute wetPath

Definition at line 1127 of file CalWVRRow.h.

WVRMethodMod::WVRMethod asdm::CalWVRRow::wvrMethod [private]

===> Attribute wvrMethod

Definition at line 1006 of file CalWVRRow.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1