28 #ifndef CASA_QVECTOR_H
29 #define CASA_QVECTOR_H
32 #include <casacore/casa/aips.h>
33 #include <casacore/casa/Quanta/Quantum.h>
37 template <
class T>
class QVector;
99 #ifndef CASACORE_NO_AUTO_TEMPLATES
100 #include <casacore/casa/Quanta/QVector.tcc>
QVector< T > operator-(const QVector< T > &d) const
QVector< T > operator+(const QVector< T > &d) const
add operators as needed
QVector(const Vector< Quantum< T > > &q)
convert a Vector of Quanta to a QVector.
Quantum< T > operator[](uInt index) const
access single element
QVector< T > operator/(T d) const
QVector(const Vector< T > &v, const Unit &u)
this file contains all the compiler specific defines