29 #ifndef MEASURES_MCRADIALVELOCITY_H
30 #define MEASURES_MCRADIALVELOCITY_H
33 #include <casacore/casa/aips.h>
34 #include <casacore/measures/Measures/MeasBase.h>
35 #include <casacore/measures/Measures/MeasRef.h>
36 #include <casacore/measures/Measures/MCBase.h>
37 #include <casacore/measures/Measures/MConvertBase.h>
38 #include <casacore/measures/Measures/MRadialVelocity.h>
Routes
Each derived class should have a list of routines to be called:
static uInt FromTo_p[MRadialVelocity::N_Types][MRadialVelocity::N_Types]
Transition matrix.
virtual void getConvert(MConvertBase &mc, const MRBase &inref, const MRBase &outref)
Create conversion function pointer.
virtual void initConvert(uInt which, MConvertBase &mc)
Create help structures for Measure conversion routines.
static uInt ToRef_p[N_Routes][3]
Transition list.
static void doFillState()
Fill the global state.
MCRadialVelocity()
Default constructor.
virtual void doConvert(MeasValue &in, MRBase &inref, MRBase &outref, const MConvertBase &mc)
Routine to convert RadialVelocity from one reference frame to another.
void doConvert(MVRadialVelocity &in, MRBase &inref, MRBase &outref, const MConvertBase &mc)
Conversion routine to cater for inheritance question.
static String showState()
Show the state of the conversion engine (mainly for debugging purposes)
static std::once_flag theirInitOnceFlag
Object to ensure safe multi-threaded lazy single initialization.
MCRadialVelocity & operator=(const MCRadialVelocity &other)
Assignment (not implemented)
virtual void clearConvert()
Delete the pointers used in the MeasConvert help structure cache.
MCRadialVelocity(const MCRadialVelocity &other)
Copy constructor (not implemented)
String: the storage and methods of handling collections of characters.
this file contains all the compiler specific defines