Definition at line 64 of file casacore.cc.
◆ TmpMS()
Definition at line 66 of file casacore.cc.
67 casa::TableDesc simpleDesc = casa::MS::requiredTableDesc();
68 casa::SetupNewTable newTab(
path().
string(), simpleDesc, casa::Table::New);
69 ms_.reset(
new casa::MeasurementSet(newTab));
70 ms_->createDefaultSubtables(casa::Table::New);
boost::filesystem::path const & path() const
References TmpPath::path().
◆ operator*() [1/2]
casa::MeasurementSet& TmpMS::operator* |
( |
| ) |
|
|
inline |
◆ operator*() [2/2]
casa::MeasurementSet const& TmpMS::operator* |
( |
| ) |
const |
|
inline |
◆ operator->() [1/2]
casa::MeasurementSet* TmpMS::operator-> |
( |
| ) |
|
|
inline |
◆ operator->() [2/2]
casa::MeasurementSet const* TmpMS::operator-> |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: