28 #ifndef TABLES_TABLEVECTOR_H 29 #define TABLES_TABLEVECTOR_H 32 #include <casacore/casa/aips.h> 33 #include <casacore/tables/Tables/TVec.h> 184 void set (
const T&
value);
292 #define ROTableVector TableVector 295 #ifndef CASACORE_NO_AUTO_TEMPLATES 296 #include <casacore/tables/Tables/TableVector.tcc> 297 #endif //# CASACORE_NO_AUTO_TEMPLATES Bool conform(const TableVector< T > &) const
Test if the shape of the given table vector conforms.
TableVector()
The default constructor creates a null table vector.
A 1-D Specialization of the Array class.
TabVecRep< T > * link()
Increments the reference count.
void reference(const TableVector< T > &)
Make a reference to the table vector of the other TableVector.
Bool ok() const
Test if internal state is correct.
Main interface class to a read/write table.
Templated readonly table column vectors.
void throwIfNull() const
Throw an exception if the table vector is null, i.e.
Templated base class for table vectors.
T operator()(uInt index) const
Get the value of a single pixel.
TabVecRep< T > * tabVecPtr_p
TabVecRep< T > & tabVec()
Return the TabVecRep reference.
uInt nelements() const
Get nr of elements (ie.
bool Bool
Define the standard types used by Casacore.
TableVector< T > & operator=(const TableVector< T > &)
Assign a table vector to another one (copy semantics).
uInt ndim() const
Get nr of dimensions (is always 1).
Read/write access to a table column.
~TableVector()
Destruct the object.
Bool isNull() const
Test if the table vector is null, i.e.
String: the storage and methods of handling collections of characters.
Vector< T > makeVector() const
Make a (normal) Vector from a TableVector (copy semantics).
void destruct()
Destruct the object.
this file contains all the compiler specific defines
LatticeExprNode value(const LatticeExprNode &expr)
This function returns the value of the expression without a mask.