Go to the documentation of this file.
28 #ifndef CASA_QVECTOR_H
29 #define CASA_QVECTOR_H
32 #include <casacore/casa/aips.h>
33 #include <casacore/casa/Quanta/Quantum.h>
103 #ifndef CASACORE_NO_AUTO_TEMPLATES
104 #include <casacore/casa/Quanta/QVector.tcc>
Quantum< T > operator[](uInt index) const
access single element
QVector< T > operator+(const QVector< T > &d) const
add operators as needed
QVector(const Vector< T > &v, const Unit &u)
QVector(const Vector< Quantum< T > > &q)
convert a Vector of Quanta to a QVector.
QVector< T > operator-(const QVector< T > &d) const
QVector< T > operator/(T d) const
this file contains all the compiler specific defines
QVector(const QVector &other)
Copy constructor (deep copy)
Specialization for Quantum<Vector<T> >
A 1-D Specialization of the Array class.
Quantities (i.e. dimensioned values)