- Timestamp:
- 12/27/04 15:36:23 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/SDMemTable.h
r158 r161 61 61 SDMemTable(const SDMemTable& other, casa::Bool clear=casa::False); 62 62 63 // Copy Construct a SDMemTable, give a scanid constraint63 // Copy Construct (copy semantics) a SDMemTable, give a scanid constraint 64 64 // see also getScan() 65 65 SDMemTable(const casa::Table& tab, const std::string& expr); 66 66 67 // Assignment operator (copy semantics) 67 68 SDMemTable &operator=(const SDMemTable& other); 68 69 … … 74 75 bool putSDFreqTable(const SDFrequencyTable& sdft); 75 76 76 //get the dat wrapped up in a meta container77 //get the data wrapped up in a meta container 77 78 SDContainer getSDContainer(casa::uInt whichRow=0) const; 78 79 SDHeader getSDHeader() const;
Note:
See TracChangeset
for help on using the changeset viewer.