casa
5.7.0-16
|
The PointingRow class is a row of a PointingTable. More...
#include <PointingRow.h>
Public Member Functions | |
virtual | ~PointingRow () |
friend class asdm::TableStreamReader<PointingTable, PointingRow>; More... | |
PointingTable & | getTable () const |
Return the table to which this row belongs. More... | |
bool | isAdded () const |
Has this row been added to its table ? More... | |
void | setTimeInterval (ArrayTimeInterval timeInterval) |
Set timeInterval with the specified ArrayTimeInterval. More... | |
int | getNumSample () const |
===> Attribute numSample More... | |
void | setNumSample (int numSample) |
Set numSample with the specified int. More... | |
std::vector< std::vector< Angle > > | getEncoder () const |
===> Attribute encoder More... | |
void | setEncoder (std::vector< std::vector< Angle > > encoder) |
Set encoder with the specified std::vector<std::vector<Angle > >. More... | |
bool | getPointingTracking () const |
===> Attribute pointingTracking More... | |
void | setPointingTracking (bool pointingTracking) |
Set pointingTracking with the specified bool. More... | |
bool | getUsePolynomials () const |
===> Attribute usePolynomials More... | |
void | setUsePolynomials (bool usePolynomials) |
Set usePolynomials with the specified bool. More... | |
ArrayTime | getTimeOrigin () const |
===> Attribute timeOrigin More... | |
void | setTimeOrigin (ArrayTime timeOrigin) |
Set timeOrigin with the specified ArrayTime. More... | |
int | getNumTerm () const |
===> Attribute numTerm More... | |
void | setNumTerm (int numTerm) |
Set numTerm with the specified int. More... | |
std::vector< std::vector< Angle > > | getPointingDirection () const |
===> Attribute pointingDirection More... | |
void | setPointingDirection (std::vector< std::vector< Angle > > pointingDirection) |
Set pointingDirection with the specified std::vector<std::vector<Angle > >. More... | |
std::vector< std::vector< Angle > > | getTarget () const |
===> Attribute target More... | |
void | setTarget (std::vector< std::vector< Angle > > target) |
Set target with the specified std::vector<std::vector<Angle > >. More... | |
std::vector< std::vector< Angle > > | getOffset () const |
===> Attribute offset More... | |
void | setOffset (std::vector< std::vector< Angle > > offset) |
Set offset with the specified std::vector<std::vector<Angle > >. More... | |
bool | isOverTheTopExists () const |
===> Attribute overTheTop, which is optional More... | |
bool | getOverTheTop () const |
Get overTheTop, which is optional. More... | |
void | setOverTheTop (bool overTheTop) |
Set overTheTop with the specified bool. More... | |
void | clearOverTheTop () |
Mark overTheTop, which is an optional field, as non-existent. More... | |
bool | isSourceOffsetExists () const |
===> Attribute sourceOffset, which is optional More... | |
std::vector< std::vector< Angle > > | getSourceOffset () const |
Get sourceOffset, which is optional. More... | |
void | setSourceOffset (std::vector< std::vector< Angle > > sourceOffset) |
Set sourceOffset with the specified std::vector<std::vector<Angle > >. More... | |
void | clearSourceOffset () |
Mark sourceOffset, which is an optional field, as non-existent. More... | |
bool | isSourceOffsetReferenceCodeExists () const |
===> Attribute sourceOffsetReferenceCode, which is optional More... | |
DirectionReferenceCodeMod::DirectionReferenceCode | getSourceOffsetReferenceCode () const |
Get sourceOffsetReferenceCode, which is optional. More... | |
void | setSourceOffsetReferenceCode (DirectionReferenceCodeMod::DirectionReferenceCode sourceOffsetReferenceCode) |
Set sourceOffsetReferenceCode with the specified DirectionReferenceCodeMod::DirectionReferenceCode. More... | |
void | clearSourceOffsetReferenceCode () |
Mark sourceOffsetReferenceCode, which is an optional field, as non-existent. More... | |
bool | isSourceOffsetEquinoxExists () const |
===> Attribute sourceOffsetEquinox, which is optional More... | |
ArrayTime | getSourceOffsetEquinox () const |
Get sourceOffsetEquinox, which is optional. More... | |
void | setSourceOffsetEquinox (ArrayTime sourceOffsetEquinox) |
Set sourceOffsetEquinox with the specified ArrayTime. More... | |
void | clearSourceOffsetEquinox () |
Mark sourceOffsetEquinox, which is an optional field, as non-existent. More... | |
bool | isSampledTimeIntervalExists () const |
===> Attribute sampledTimeInterval, which is optional More... | |
std::vector< ArrayTimeInterval > | getSampledTimeInterval () const |
Get sampledTimeInterval, which is optional. More... | |
void | setSampledTimeInterval (std::vector< ArrayTimeInterval > sampledTimeInterval) |
Set sampledTimeInterval with the specified std::vector<ArrayTimeInterval >. More... | |
void | clearSampledTimeInterval () |
Mark sampledTimeInterval, which is an optional field, as non-existent. More... | |
bool | isAtmosphericCorrectionExists () const |
===> Attribute atmosphericCorrection, which is optional More... | |
std::vector< std::vector< Angle > > | getAtmosphericCorrection () const |
Get atmosphericCorrection, which is optional. More... | |
void | setAtmosphericCorrection (std::vector< std::vector< Angle > > atmosphericCorrection) |
Set atmosphericCorrection with the specified std::vector<std::vector<Angle > >. More... | |
void | clearAtmosphericCorrection () |
Mark atmosphericCorrection, which is an optional field, as non-existent. More... | |
void | setAntennaId (Tag antennaId) |
Set antennaId with the specified Tag. More... | |
int | getPointingModelId () const |
===> Attribute pointingModelId More... | |
void | setPointingModelId (int pointingModelId) |
Set pointingModelId with the specified int. More... | |
AntennaRow * | getAntennaUsingAntennaId () |
antennaId pointer to the row in the Antenna table having Antenna.antennaId == antennaId More... | |
bool | compareNoAutoInc (Tag antennaId, ArrayTimeInterval timeInterval, int numSample, std::vector< std::vector< Angle > > encoder, bool pointingTracking, bool usePolynomials, ArrayTime timeOrigin, int numTerm, std::vector< std::vector< Angle > > pointingDirection, std::vector< std::vector< Angle > > target, std::vector< std::vector< Angle > > offset, int pointingModelId) |
Compare each mandatory attribute except the autoincrementable one of this PointingRow with the corresponding parameters and return true if there is a match and false otherwise. More... | |
bool | compareRequiredValue (int numSample, std::vector< std::vector< Angle > > encoder, bool pointingTracking, bool usePolynomials, ArrayTime timeOrigin, int numTerm, std::vector< std::vector< Angle > > pointingDirection, std::vector< std::vector< Angle > > target, std::vector< std::vector< Angle > > offset, int pointingModelId) |
Compare each mandatory value (i.e. More... | |
bool | equalByRequiredValue (PointingRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. More... | |
asdmIDL::PointingRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. More... | |
void | toIDL (asdmIDL::PointingRowIDL &x) const |
Define the content of a PointingRowIDL struct from the values found in this row. More... | |
void | setFromIDL (asdmIDL::PointingRowIDL x) |
Fill the values of this row from the IDL struct PointingRowIDL. 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 |
Links | |
Private Attributes | |
PointingTable & | table |
The table to which this row belongs. More... | |
bool | hasBeenAdded |
Whether this row has been added to the table or not. More... | |
int | numSample |
===> Attribute numSample More... | |
std::vector< std::vector< Angle > > | encoder |
===> Attribute encoder More... | |
bool | pointingTracking |
===> Attribute pointingTracking More... | |
bool | usePolynomials |
===> Attribute usePolynomials More... | |
ArrayTime | timeOrigin |
===> Attribute timeOrigin More... | |
int | numTerm |
===> Attribute numTerm More... | |
std::vector< std::vector< Angle > > | pointingDirection |
===> Attribute pointingDirection More... | |
std::vector< std::vector< Angle > > | target |
===> Attribute target More... | |
std::vector< std::vector< Angle > > | offset |
===> Attribute offset More... | |
bool | overTheTopExists |
===> Attribute overTheTop, which is optional More... | |
bool | overTheTop |
bool | sourceOffsetExists |
===> Attribute sourceOffset, which is optional More... | |
std::vector< std::vector< Angle > > | sourceOffset |
bool | sourceOffsetReferenceCodeExists |
===> Attribute sourceOffsetReferenceCode, which is optional More... | |
DirectionReferenceCodeMod::DirectionReferenceCode | sourceOffsetReferenceCode |
bool | sourceOffsetEquinoxExists |
===> Attribute sourceOffsetEquinox, which is optional More... | |
ArrayTime | sourceOffsetEquinox |
bool | sampledTimeIntervalExists |
===> Attribute sampledTimeInterval, which is optional More... | |
std::vector< ArrayTimeInterval > | sampledTimeInterval |
bool | atmosphericCorrectionExists |
===> Attribute atmosphericCorrection, which is optional More... | |
std::vector< std::vector< Angle > > | atmosphericCorrection |
int | pointingModelId |
===> Attribute pointingModelId More... | |
Links *binary deserialization material from an EndianIStream std::map< std::string, PointingAttributeFromBin > | fromBinMethods |
*text deserialization material std::map< std::string, PointingAttributeFromText > | fromTextMethods |
Friends | |
class | asdm::PointingTable |
class | asdm::RowTransformer< PointingRow > |
The PointingRow class is a row of a PointingTable.
Generated from model's revision "-1", branch ""
Definition at line 138 of file PointingRow.h.
|
virtual |
friend class asdm::TableStreamReader<PointingTable, PointingRow>;
|
private |
Create a PointingRow.
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 PointingRow using a copy constructor mechanism.
Given a PointingRow row and a PointingTable table, the method creates a new PointingRow 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::PointingRow::clearAtmosphericCorrection | ( | ) |
Mark atmosphericCorrection, which is an optional field, as non-existent.
void asdm::PointingRow::clearOverTheTop | ( | ) |
Mark overTheTop, which is an optional field, as non-existent.
void asdm::PointingRow::clearSampledTimeInterval | ( | ) |
Mark sampledTimeInterval, which is an optional field, as non-existent.
void asdm::PointingRow::clearSourceOffset | ( | ) |
Mark sourceOffset, which is an optional field, as non-existent.
void asdm::PointingRow::clearSourceOffsetEquinox | ( | ) |
Mark sourceOffsetEquinox, which is an optional field, as non-existent.
void asdm::PointingRow::clearSourceOffsetReferenceCode | ( | ) |
Mark sourceOffsetReferenceCode, which is an optional field, as non-existent.
bool asdm::PointingRow::compareNoAutoInc | ( | Tag | antennaId, |
ArrayTimeInterval | timeInterval, | ||
int | numSample, | ||
std::vector< std::vector< Angle > > | encoder, | ||
bool | pointingTracking, | ||
bool | usePolynomials, | ||
ArrayTime | timeOrigin, | ||
int | numTerm, | ||
std::vector< std::vector< Angle > > | pointingDirection, | ||
std::vector< std::vector< Angle > > | target, | ||
std::vector< std::vector< Angle > > | offset, | ||
int | pointingModelId | ||
) |
Compare each mandatory attribute except the autoincrementable one of this PointingRow with the corresponding parameters and return true if there is a match and false otherwise.
antennaId | |
timeInterval | |
numSample | |
encoder | |
pointingTracking | |
usePolynomials | |
timeOrigin | |
numTerm | |
pointingDirection | |
target | |
offset | |
pointingModelId |
bool asdm::PointingRow::compareRequiredValue | ( | int | numSample, |
std::vector< std::vector< Angle > > | encoder, | ||
bool | pointingTracking, | ||
bool | usePolynomials, | ||
ArrayTime | timeOrigin, | ||
int | numTerm, | ||
std::vector< std::vector< Angle > > | pointingDirection, | ||
std::vector< std::vector< Angle > > | target, | ||
std::vector< std::vector< Angle > > | offset, | ||
int | pointingModelId | ||
) |
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.
numSample | |
encoder | |
pointingTracking | |
usePolynomials | |
timeOrigin | |
numTerm | |
pointingDirection | |
target | |
offset | |
pointingModelId |
|
private |
|
private |
bool asdm::PointingRow::equalByRequiredValue | ( | PointingRow * | 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 PointingRow whose required attributes of the value part will be compared with those of this. |
AntennaRow* asdm::PointingRow::getAntennaUsingAntennaId | ( | ) |
antennaId pointer to the row in the Antenna table having Antenna.antennaId == antennaId
std::vector<std::vector<Angle > > asdm::PointingRow::getAtmosphericCorrection | ( | ) | const |
Get atmosphericCorrection, which is optional.
IllegalAccessException | If atmosphericCorrection does not exist. |
std::vector<std::vector<Angle > > asdm::PointingRow::getEncoder | ( | ) | const |
===> Attribute encoder
Get encoder.
int asdm::PointingRow::getNumSample | ( | ) | const |
===> Attribute numSample
Get numSample.
int asdm::PointingRow::getNumTerm | ( | ) | const |
===> Attribute numTerm
Get numTerm.
std::vector<std::vector<Angle > > asdm::PointingRow::getOffset | ( | ) | const |
===> Attribute offset
Get offset.
bool asdm::PointingRow::getOverTheTop | ( | ) | const |
Get overTheTop, which is optional.
IllegalAccessException | If overTheTop does not exist. |
std::vector<std::vector<Angle > > asdm::PointingRow::getPointingDirection | ( | ) | const |
===> Attribute pointingDirection
Get pointingDirection.
int asdm::PointingRow::getPointingModelId | ( | ) | const |
===> Attribute pointingModelId
Get pointingModelId.
bool asdm::PointingRow::getPointingTracking | ( | ) | const |
===> Attribute pointingTracking
Get pointingTracking.
std::vector<ArrayTimeInterval > asdm::PointingRow::getSampledTimeInterval | ( | ) | const |
Get sampledTimeInterval, which is optional.
IllegalAccessException | If sampledTimeInterval does not exist. |
std::vector<std::vector<Angle > > asdm::PointingRow::getSourceOffset | ( | ) | const |
Get sourceOffset, which is optional.
IllegalAccessException | If sourceOffset does not exist. |
ArrayTime asdm::PointingRow::getSourceOffsetEquinox | ( | ) | const |
Get sourceOffsetEquinox, which is optional.
IllegalAccessException | If sourceOffsetEquinox does not exist. |
DirectionReferenceCodeMod::DirectionReferenceCode asdm::PointingRow::getSourceOffsetReferenceCode | ( | ) | const |
Get sourceOffsetReferenceCode, which is optional.
IllegalAccessException | If sourceOffsetReferenceCode does not exist. |
PointingTable& asdm::PointingRow::getTable | ( | ) | const |
Return the table to which this row belongs.
std::vector<std::vector<Angle > > asdm::PointingRow::getTarget | ( | ) | const |
===> Attribute target
Get target.
ArrayTime asdm::PointingRow::getTimeOrigin | ( | ) | const |
bool asdm::PointingRow::getUsePolynomials | ( | ) | const |
===> Attribute usePolynomials
Get usePolynomials.
bool asdm::PointingRow::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::PointingRow::isAtmosphericCorrectionExists | ( | ) | const |
===> Attribute atmosphericCorrection, which is optional
The attribute atmosphericCorrection is optional. Return true if this attribute exists.
bool asdm::PointingRow::isOverTheTopExists | ( | ) | const |
===> Attribute overTheTop, which is optional
The attribute overTheTop is optional. Return true if this attribute exists.
bool asdm::PointingRow::isSampledTimeIntervalExists | ( | ) | const |
===> Attribute sampledTimeInterval, which is optional
The attribute sampledTimeInterval is optional. Return true if this attribute exists.
bool asdm::PointingRow::isSourceOffsetEquinoxExists | ( | ) | const |
===> Attribute sourceOffsetEquinox, which is optional
The attribute sourceOffsetEquinox is optional. Return true if this attribute exists.
bool asdm::PointingRow::isSourceOffsetExists | ( | ) | const |
===> Attribute sourceOffset, which is optional
The attribute sourceOffset is optional. Return true if this attribute exists.
bool asdm::PointingRow::isSourceOffsetReferenceCodeExists | ( | ) | const |
===> Attribute sourceOffsetReferenceCode, which is optional
The attribute sourceOffsetReferenceCode is optional. Return true if this attribute exists.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
void asdm::PointingRow::setAntennaId | ( | Tag | antennaId | ) |
Set antennaId with the specified Tag.
antennaId | The Tag value to which antennaId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::PointingRow::setAtmosphericCorrection | ( | std::vector< std::vector< Angle > > | atmosphericCorrection | ) |
Set atmosphericCorrection with the specified std::vector<std::vector<Angle > >.
atmosphericCorrection | The std::vector<std::vector<Angle > > value to which atmosphericCorrection is to be set. |
void asdm::PointingRow::setEncoder | ( | std::vector< std::vector< Angle > > | encoder | ) |
Set encoder with the specified std::vector<std::vector<Angle > >.
encoder | The std::vector<std::vector<Angle > > value to which encoder is to be set. |
void asdm::PointingRow::setFromIDL | ( | asdmIDL::PointingRowIDL | x | ) |
Fill the values of this row from the IDL struct PointingRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::PointingRow::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::PointingRow::setNumSample | ( | int | numSample | ) |
Set numSample with the specified int.
numSample | The int value to which numSample is to be set. |
void asdm::PointingRow::setNumTerm | ( | int | numTerm | ) |
Set numTerm with the specified int.
numTerm | The int value to which numTerm is to be set. |
void asdm::PointingRow::setOffset | ( | std::vector< std::vector< Angle > > | offset | ) |
Set offset with the specified std::vector<std::vector<Angle > >.
offset | The std::vector<std::vector<Angle > > value to which offset is to be set. |
void asdm::PointingRow::setOverTheTop | ( | bool | overTheTop | ) |
Set overTheTop with the specified bool.
overTheTop | The bool value to which overTheTop is to be set. |
void asdm::PointingRow::setPointingDirection | ( | std::vector< std::vector< Angle > > | pointingDirection | ) |
Set pointingDirection with the specified std::vector<std::vector<Angle > >.
pointingDirection | The std::vector<std::vector<Angle > > value to which pointingDirection is to be set. |
void asdm::PointingRow::setPointingModelId | ( | int | pointingModelId | ) |
Set pointingModelId with the specified int.
pointingModelId | The int value to which pointingModelId is to be set. |
void asdm::PointingRow::setPointingTracking | ( | bool | pointingTracking | ) |
Set pointingTracking with the specified bool.
pointingTracking | The bool value to which pointingTracking is to be set. |
void asdm::PointingRow::setSampledTimeInterval | ( | std::vector< ArrayTimeInterval > | sampledTimeInterval | ) |
Set sampledTimeInterval with the specified std::vector<ArrayTimeInterval >.
sampledTimeInterval | The std::vector<ArrayTimeInterval > value to which sampledTimeInterval is to be set. |
void asdm::PointingRow::setSourceOffset | ( | std::vector< std::vector< Angle > > | sourceOffset | ) |
Set sourceOffset with the specified std::vector<std::vector<Angle > >.
sourceOffset | The std::vector<std::vector<Angle > > value to which sourceOffset is to be set. |
void asdm::PointingRow::setSourceOffsetEquinox | ( | ArrayTime | sourceOffsetEquinox | ) |
void asdm::PointingRow::setSourceOffsetReferenceCode | ( | DirectionReferenceCodeMod::DirectionReferenceCode | sourceOffsetReferenceCode | ) |
Set sourceOffsetReferenceCode with the specified DirectionReferenceCodeMod::DirectionReferenceCode.
sourceOffsetReferenceCode | The DirectionReferenceCodeMod::DirectionReferenceCode value to which sourceOffsetReferenceCode is to be set. |
void asdm::PointingRow::setTarget | ( | std::vector< std::vector< Angle > > | target | ) |
Set target with the specified std::vector<std::vector<Angle > >.
target | The std::vector<std::vector<Angle > > value to which target is to be set. |
void asdm::PointingRow::setTimeInterval | ( | ArrayTimeInterval | timeInterval | ) |
Set timeInterval with the specified ArrayTimeInterval.
timeInterval | The ArrayTimeInterval value to which timeInterval is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::PointingRow::setTimeOrigin | ( | ArrayTime | timeOrigin | ) |
void asdm::PointingRow::setUsePolynomials | ( | bool | usePolynomials | ) |
Set usePolynomials with the specified bool.
usePolynomials | The bool value to which usePolynomials 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::PointingRowIDL* asdm::PointingRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
void asdm::PointingRow::toIDL | ( | asdmIDL::PointingRowIDL & | x | ) | const |
Define the content of a PointingRowIDL struct from the values found in this row.
x | a reference to the PointingRowIDL struct to be set. |
std::string asdm::PointingRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
|
private |
|
private |
|
friend |
Definition at line 139 of file PointingRow.h.
|
friend |
Definition at line 140 of file PointingRow.h.
|
private |
Definition at line 1201 of file PointingRow.h.
|
private |
===> Attribute atmosphericCorrection, which is optional
Definition at line 1198 of file PointingRow.h.
Extrinsic Table asdm::PointingRow::Attributes |
Definition at line 163 of file PointingRow.h.
Extrinsic Table asdm::PointingRow::Attributes |
Definition at line 715 of file PointingRow.h.
|
private |
===> Attribute encoder
Definition at line 1046 of file PointingRow.h.
|
private |
Definition at line 1255 of file PointingRow.h.
|
private |
Definition at line 1281 of file PointingRow.h.
|
private |
Whether this row has been added to the table or not.
Definition at line 980 of file PointingRow.h.
asdm::PointingRow::Links |
Definition at line 784 of file PointingRow.h.
|
private |
===> Attribute numSample
Definition at line 1035 of file PointingRow.h.
|
private |
===> Attribute numTerm
Definition at line 1090 of file PointingRow.h.
|
private |
===> Attribute offset
Definition at line 1123 of file PointingRow.h.
|
private |
Definition at line 1136 of file PointingRow.h.
|
private |
===> Attribute overTheTop, which is optional
Definition at line 1133 of file PointingRow.h.
|
private |
===> Attribute pointingDirection
Definition at line 1101 of file PointingRow.h.
|
private |
===> Attribute pointingModelId
Definition at line 1227 of file PointingRow.h.
|
private |
===> Attribute pointingTracking
Definition at line 1057 of file PointingRow.h.
|
private |
Definition at line 1188 of file PointingRow.h.
|
private |
===> Attribute sampledTimeInterval, which is optional
Definition at line 1185 of file PointingRow.h.
|
private |
Definition at line 1149 of file PointingRow.h.
|
private |
Definition at line 1175 of file PointingRow.h.
|
private |
===> Attribute sourceOffsetEquinox, which is optional
Definition at line 1172 of file PointingRow.h.
|
private |
===> Attribute sourceOffset, which is optional
Definition at line 1146 of file PointingRow.h.
|
private |
Definition at line 1162 of file PointingRow.h.
|
private |
===> Attribute sourceOffsetReferenceCode, which is optional
Definition at line 1159 of file PointingRow.h.
|
private |
The table to which this row belongs.
Definition at line 976 of file PointingRow.h.
|
private |
===> Attribute target
Definition at line 1112 of file PointingRow.h.
|
private |
===> Attribute timeOrigin
Definition at line 1079 of file PointingRow.h.
|
private |
===> Attribute usePolynomials
Definition at line 1068 of file PointingRow.h.