#include <SeeingRow.h>
Generated from model's revision "1.46", branch "HEAD"
Public Member Functions | |
SeeingTable & | getTable () const |
SeeingRowIDL * | toIDL () const |
void | setFromIDL (SeeingRowIDL x) throw (ConversionException) |
string | toXML () const |
void | setFromXML (string rowDoc) throw (ConversionException) |
ArrayTimeInterval | getTimeInterval () const |
void | setTimeInterval (ArrayTimeInterval timeInterval) |
int | getNumBaseLength () const |
void | setNumBaseLength (int numBaseLength) |
vector< Length > | getBaseLength () const |
void | setBaseLength (vector< Length > baseLength) |
vector< Angle > | getPhaseRms () const |
void | setPhaseRms (vector< Angle > phaseRms) |
float | getSeeing () const |
void | setSeeing (float seeing) |
float | getExponent () const |
void | setExponent (float exponent) |
bool | compareNoAutoInc (ArrayTimeInterval timeInterval, int numBaseLength, vector< Length > baseLength, vector< Angle > phaseRms, float seeing, float exponent) |
bool | compareRequiredValue (int numBaseLength, vector< Length > baseLength, vector< Angle > phaseRms, float seeing, float exponent) |
bool | equalByRequiredValue (SeeingRow *x) |
|
Compare each mandatory attribute except the autoincrementable one of this SeeingRow with the corresponding parameters and return true if there is a match and false otherwise. |
|
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
|
|
Get baseLength.
|
|
Get exponent.
|
|
Get numBaseLength.
|
|
Get phaseRms.
|
|
Get seeing.
|
|
Return the table to which this row belongs. |
|
Get timeInterval.
|
|
Set baseLength with the specified vector<Length >.
|
|
Set exponent with the specified float.
|
|
Fill the values of this row from the IDL struct SeeingRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set numBaseLength with the specified int.
|
|
Set phaseRms with the specified vector<Angle >.
|
|
Set seeing with the specified float.
|
|
Set timeInterval with the specified ArrayTimeInterval.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|