Ignore:
Timestamp:
12/08/05 13:58:59 (18 years ago)
Author:
phi196
Message:

Added get_elevation, azimuth and parangle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release12/src/SDMemTableWrapper.h

    r773 r787  
    136136  std::string getSourceName(int whichRow=0) {
    137137    return table_->getSourceName(whichRow);
     138  }
     139
     140  float getElevation(int whichRow=0) {
     141    return table_->getElevation(whichRow);
     142  }
     143  float getAzimuth(int whichRow=0) {
     144    return table_->getAzimuth(whichRow);
     145  }
     146  float getParAngle(int whichRow=0) {
     147    return table_->getParAngle(whichRow);
    138148  }
    139149
Note: See TracChangeset for help on using the changeset viewer.