Go to the documentation of this file.
28 #ifndef TABLES_TILEDDATASTMANACCESSOR_H
29 #define TABLES_TILEDDATASTMANACCESSOR_H
32 #include <casacore/casa/aips.h>
33 #include <casacore/tables/DataMan/TiledStManAccessor.h>
A Vector of integers, for indexing into Array<T> objects.
TiledDataStManAccessor(const Table &table, const String &dataManagerName)
Construct the object for the data manager in the table.
const IPosition & tileShape(uInt rownr) const
Get the tile shape of the data in the given row.
TiledDataStMan * tiledDataManPtr_p
Tiled Data Storage Manager.
Give access to some TiledStMan functions.
String dataManagerName() const
Get the data manager name.
Main interface class to a read/write table.
TiledDataStManAccessor(const TiledDataStManAccessor &that)
Copy constructor (reference semantics).
Give access to some TiledDataStMan functions.
void addHypercube(const IPosition &cubeShape, const IPosition &tileShape, const Record &values)
Add a hypercube.
void extendHypercube(uInt incrInLastDim, const Record &values)
Extend the hypercube with the given number of elements in the last dimension.
this file contains all the compiler specific defines
~TiledDataStManAccessor()
String: the storage and methods of handling collections of characters.
A hierarchical collection of named fields of various types.
TiledDataStManAccessor & operator=(const TiledDataStManAccessor &that)
Assignment (reference semantics).