29 #ifndef MEASURES_MUVW_H
30 #define MEASURES_MUVW_H
33 #include <casacore/casa/aips.h>
34 #include <casacore/measures/Measures/MeasBase.h>
35 #include <casacore/measures/Measures/MDirection.h>
36 #include <casacore/measures/Measures/MeasRef.h>
37 #include <casacore/casa/Quanta/MVuvw.h>
232 const uInt *&typ)
const;
Types
Types of known MDirections Warning: The order defines the order in the translation matrix FromTo in ...
Types
Each derived class should have a Types enumeration, specifying the recognised frame types.
Muvw(const MVuvw &dt, const Muvw::Ref &rf)
MeasConvert< Muvw > Convert
MeasConvert use (i.e.
static void checkMyTypes()
static const String & showMe()
ArrayMeasColumn< Muvw > ArrayColumn
virtual const String & getDefaultType() const
Get the default reference 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 & tellMe() const
Tell me your type.
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)
MeasRef< Muvw > Ref
Measure reference (i.e.
Quantum< Vector< Double > > get(const Unit &inunit) const
Get Measure data.
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...
ScalarMeasColumn< Muvw > ScalarColumn
Measure table Columns (e.g., Muvw::ScalarColumn)
Quantum< Vector< Double > > getAngle(const Unit &inunit) const
static const String & showType(Muvw::Types tp)
virtual Measure * clone() const
Make copy.
Quantum< Vector< Double > > getAngle() const
static const String & showType(uInt tp)
virtual Bool setRefString(const String &in)
Set the reference type to the specified String.
Muvw(const MeasValue *dt)
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.
static const String * allMyTypes(Int &nall, Int &nextra, const uInt *&typ)
Muvw(const MVuvw &dt, Muvw::Types rf)
Bool giveMe(Muvw::Ref &mr, const String &in)
virtual const String * allTypes(Int &nall, Int &nextra, const uInt *&typ) const
Get a list of all known reference codes.
Muvw & operator=(const Muvw &)
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.