28 #ifndef TABLES_SCACOLDATA_H
29 #define TABLES_SCACOLDATA_H
113 virtual void get (
rownr_t rownr,
void*)
const;
129 virtual void put (
rownr_t rownr,
const void* dataPtr);
206 #ifndef CASACORE_NO_AUTO_TEMPLATES
207 #include <casacore/tables/Tables/ScaColData.tcc>
208 #endif //# CASACORE_NO_AUTO_TEMPLATES
ScalarColumnData(const ScalarColumnDesc< T > *, ColumnSet *)
Construct a scalar column object from the given description in the given column set.
Templated class to define columns of scalars in tables.
Bool undefFlag_p
Undefined value can exist?
Non-templated base class for templated Array class.
virtual void putScalarColumnCells(const RefRows &rownrs, const ArrayBase &dataPtr)
Put the array of some values in the column (on behalf on RefColumn).
AipsIO is the object persistency mechanism of Casacore.
virtual void getScalarColumnCells(const RefRows &rownrs, ArrayBase &dataPtr) const
Get the array of some values in the column (on behalf of RefColumn).
virtual void initialize(rownr_t startRownr, rownr_t endRownr)
Initialize the rows from startRownr till endRownr (inclusive) with the default value defined in the c...
virtual void put(rownr_t rownr, const void *dataPtr)
Put the value in a particular cell.
virtual void makeSortKey(Sort &, CountedPtr< BaseCompare > &cmpFunc, Int order, CountedPtr< ArrayBase > &dataSave)
Add the sort key to the Sort object on behalf of the Table sort function.
void fillSortKey(const Vector< T > *dataPtr, Sort &, CountedPtr< BaseCompare > &cmpObj, Int order)
Fill in the sort key on behalf of the Table sort function.
Class to manage a set of table columns.
void allocIterBuf(void *&lastVal, void *&curVal, CountedPtr< BaseCompare > &cmpObj)
Allocate value buffers for the table iterator.
ScalarColumnData< T > & operator=(const ScalarColumnData< T > &)
Assignment cannot be used.
Sort on one or more keys, ascending and/or descending.
void putFileDerived(AipsIO &)
Write the column data.
Referenced counted pointer for constant data.
void makeRefSortKey(Sort &, CountedPtr< BaseCompare > &cmpFunc, Int order, const Vector< rownr_t > &rownrs, CountedPtr< ArrayBase > &dataSave)
Do it only for the given row numbers.
void createDataManagerColumn()
Create a data manager column object for this column.
Class holding the row numbers in a RefTable.
virtual void putScalarColumn(const ArrayBase &dataPtr)
Put the array of all values in the column.
virtual void getScalarColumn(ArrayBase &dataPtr) const
Get the array of all values in the column.
bool Bool
Define the standard types used by Casacore.
void getFileDerived(AipsIO &, const ColumnSet &)
Read the column data back.
virtual Bool isDefined(rownr_t rownr) const
Test if the given cell contains a defined value.
Base class for a column in a plain table.
uInt64 rownr_t
Define the type of a row number in a table.
Access to a table column containing scalars.
void freeIterBuf(void *&lastVal, void *&curVal)
Free the value buffers allocated by allocIterBuf.
T undefVal_p
Undefined value.
const ScalarColumnDesc< T > * scaDescPtr_p
Pointer to column description.