casa
5.7.0-16
|
#include <casacore/casa/aips.h>
#include <casacore/casa/Containers/Block.h>
#include <casacore/casa/Containers/RecordField.h>
Go to the source code of this file.
Classes | |
class | casacore::Vector< T > |
A 1-D Specialization of the Array class. More... | |
class | casacore::ScalarColumn< T > |
Access to a scalar table column with arbitrary data type. More... | |
class | casacore::ArrayColumn< T > |
Read and write access to an array table column with arbitrary data type. More... | |
class | casacore::CopyRecordToTable |
Copies fields from a Record to columns of a Table. More... | |
class | casacore::CopyRecordToRecord |
Copies fields between Records, possibly to fields with another name. More... | |
Namespaces | |
casacore | |
For temporary backward namespace compatibility, use casa as alias for casacore. | |
Functions | |
void | casacore::addRecordDesc (TableDesc &tableDescription, const RecordDesc &recordDescription, const String &prefix) |
This function probably doesn't belong here, but I'm not yet sure where it does belong. More... | |