26#ifndef MEASURES_MUVW_H
27#define MEASURES_MUVW_H
30#include <casacore/casa/aips.h>
31#include <casacore/measures/Measures/MeasBase.h>
32#include <casacore/measures/Measures/MDirection.h>
33#include <casacore/measures/Measures/MeasRef.h>
34#include <casacore/casa/Quanta/MVuvw.h>
229 const uInt *&typ)
const;
Types
Types of known MDirections Warning: The order defines the order in the translation matrix FromTo in ...
Muvw(const MVuvw &dt, const Muvw::Ref &rf)
MeasConvert< Muvw > Convert
MeasConvert use (i.e.
static void checkMyTypes()
ArrayMeasColumn< Muvw > ArrayColumn
Quantum< Vector< Double > > getAngle() const
virtual Measure * clone() const
Make copy.
virtual const String & tellMe() const
Tell me your type.
Muvw(const Muvw &)
Copy constructor and assign.
virtual String getRefString() const
Get the reference type (for records, including codes like R_)
virtual const String * allTypes(Int &nall, Int &nextra, const uInt *&typ) const
Get a list of all known reference codes.
static Muvw::Types castType(uInt tp)
Translate reference code.
virtual void checkTypes() const
Check if all internal tables of types (both enum and String) are complete and correct.
virtual Bool setOffset(const Measure &in)
Set the offset in the reference (False if non-matching Measure)
static const String & showType(Muvw::Types tp)
MeasRef< Muvw > Ref
Measure reference (i.e.
static const String * allMyTypes(Int &nall, Int &nextra, const uInt *&typ)
Types
Types of known Muvws Warning: The order defines the order in the translation matrix FromTo in the ge...
MCuvw MCType
Measure conversion routines for this class (i.e.
Muvw()
Tip: In the following constructors and other functions, all MeasRef can be replaced with simple Measu...
Quantum< Vector< Double > > get(const Unit &inunit) const
Get Measure data.
ScalarMeasColumn< Muvw > ScalarColumn
Measure table Columns (e.g., Muvw::ScalarColumn)
Muvw & operator=(const Muvw &)
Quantum< Vector< Double > > getAngle(const Unit &inunit) const
virtual Bool setRefString(const String &in)
Set the reference type to the specified String.
static const String & showType(uInt tp)
Muvw(const MeasValue *dt)
virtual const String & getDefaultType() const
Get the default reference type.
static void assure(const Measure &in)
Muvw(const MVuvw &dt)
Create from data and reference.
static Bool getType(Muvw::Types &tp, const String &in)
Translate string to reference code.
Muvw(const MVuvw &dt, Muvw::Types rf)
Bool giveMe(Muvw::Ref &mr, const String &in)
static const String & showMe()
MVuvw MVType
Measure value container for this class (i.e.
static Muvw::Types fromDirType(const MDirection::Types in)
Get the correct Muvw type from a given direction type (or v.v.)
static MDirection::Types toDirType(const Muvw::Types in)
String: the storage and methods of handling collections of characters.
this file contains all the compiler specific defines
bool Bool
Define the standard types used by Casacore.