Go to the documentation of this file.
32 #include <casacore/casa/aips.h>
33 #include <casacore/casa/Quanta/MVPosition.h>
213 const Unit &unit)
const;
219 const Unit &unit)
const;
225 virtual void print(ostream &os)
const;
250 MVuvw
operator*(
const RotMatrix &left,
const MVuvw &right);
251 MVuvw
operator*(
const MVuvw &left,
const RotMatrix &right);
virtual uInt type() const
Tell me your type.
virtual void adjust()
Normalise direction aspects by adjusting the length to 1.
Quantity getLength() const
Generate the length.
MVuvw()
Default constructor generates a (0,0,0) uvw.
Quantum< Vector< Double > > getAngle() const
Generate angle 2-vector (in rad)
virtual Vector< Quantum< Double > > getTMRecordValue() const
Vector of three direction cosines.
Double separation(const MVuvw &other) const
Get the angular separation between two directions.
MVuvw operator-() const
Addition and subtraction.
Base class for values in a Measure.
Bool nearAbs(const MVuvw &other, Double tol=1e-13) const
MVuvw & operator-=(const MVuvw &right)
virtual Bool putValue(const Vector< Quantum< Double > > &in)
Set the internal value if correct values and dimensions.
virtual Vector< Quantum< Double > > getXRecordValue() const
MVuvw & operator=(const MVuvw &other)
Copy assignment.
Double operator*(const MVuvw &other) const
Multiplication defined as in-product.
MVuvw crossProduct(const MVuvw &other) const
Produce the cross product.
const Vector< Double > & getValue() const
Generate a 3-vector of x,y,z in m.
Bool operator!=(const MVuvw &other) const
virtual Vector< Quantum< Double > > getRecordValue() const
Get the internal value as a Vector<Quantity>.
this file contains all the compiler specific defines
virtual Double radius()
Get radius(i.e.
virtual void readjust(Double res)
Re-adjust using factor given.
Bool near(const MVuvw &other, Double tol=1e-13) const
Double uvwAngle(const MVuvw &other) const
Get the uvw angle between the directions.
virtual MeasValue * clone() const
Clone.
virtual Vector< Double > getVector() const
Get the value in internal units.
const Double e
e and functions thereof:
virtual void print(ostream &os) const
Print data.
virtual void putVector(const Vector< Double > &in)
Set the value from internal units (set 0 for empty vector)
Vector< Double > get() const
Generate a 3-vector of coordinates (length(m), angles(rad))
Bool operator==(const MVuvw &other) const
Equality comparisons.
bool Bool
Define the standard types used by Casacore.
MVuvw & operator+=(const MVuvw &right)
MVBaseline operator*(const RotMatrix &left, const MVBaseline &right)
Rotate a Baseline vector with rotation matrix and other multiplications.
MVuvw operator+(const MVuvw &right) const
static void assure(const MeasValue &in)