26#ifndef TABLES_TILEDDATASTMANACCESSOR_H 
   27#define TABLES_TILEDDATASTMANACCESSOR_H 
   30#include <casacore/casa/aips.h> 
   31#include <casacore/tables/DataMan/TiledStManAccessor.h> 
String dataManagerName() const
Get the data manager name.
 
const IPosition & tileShape(rownr_t rownr) const
Get the tile shape of the data in the given row.
 
String: the storage and methods of handling collections of characters.
 
TiledDataStManAccessor(const TiledDataStManAccessor &that)
Copy constructor (reference semantics).
 
~TiledDataStManAccessor()
 
TiledDataStManAccessor(const Table &table, const String &dataManagerName)
Construct the object for the data manager in the table.
 
void addHypercube(const IPosition &cubeShape, const IPosition &tileShape, const Record &values)
Add a hypercube.
 
TiledDataStMan * tiledDataManPtr_p
 
TiledDataStManAccessor & operator=(const TiledDataStManAccessor &that)
Assignment (reference semantics).
 
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