Changeset 212 for trunk/src/SDMemTable.h


Ignore:
Timestamp:
01/19/05 13:26:20 (19 years ago)
Author:
kil064
Message:

add function 'getDirectionReference' and 'getTimeReference' and
use them internally

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMemTable.h

    r206 r212  
    162162  std::vector<double> getAbcissa(int whichRow=0) const;
    163163  std::string getAbcissaString(casa::Int whichRow=0) const;
    164  
     164
     165// Get MDirection for this row
    165166  casa::MDirection getDirection(casa::Int whichRow=0) const;
     167
     168// Get gloabl Direction reference
     169  casa::MDirection::Types getDirectionReference () const;
     170
     171// Get global Time reference
     172  casa::MEpoch::Types getTimeReference () const;
    166173
    167174private:
Note: See TracChangeset for help on using the changeset viewer.