29 #ifndef MEASURES_MCRADIALVELOCITY_H
30 #define MEASURES_MCRADIALVELOCITY_H
45 class MCRadialVelocity;
Routes
Each derived class should have a list of routines to be called:
MCRadialVelocity & operator=(const MCRadialVelocity &other)
Assignment (not implemented)
Base for Reference frame for physical measures.
Base for specific measure conversions.
A Measure: radial velocity.
static uInt FromTo_p[MRadialVelocity::N_Types][MRadialVelocity::N_Types]
Transition matrix.
Internal value for MRadialVelocity.
virtual void clearConvert()
Delete the pointers used in the MeasConvert help structure cache.
Base class for values in a Measure.
MRadialVelocity conversion routines.
virtual void getConvert(MConvertBase &mc, const MRBase &inref, const MRBase &outref)
Create conversion function pointer.
static void doFillState()
Fill the global state.
virtual void doConvert(MeasValue &in, MRBase &inref, MRBase &outref, const MConvertBase &mc)
Routine to convert RadialVelocity from one reference frame to another.
Aberration class and calculations.
static std::once_flag theirInitOnceFlag
Object to ensure safe multi-threaded lazy single initialization.
String: the storage and methods of handling collections of characters.
static uInt ToRef_p[N_Routes][3]
Transition list.
Vector of three direction cosines.
static String showState()
Show the state of the conversion engine (mainly for debugging purposes)
MCRadialVelocity()
Default constructor.
virtual void initConvert(uInt which, MConvertBase &mc)
Create help structures for Measure conversion routines.
Conversion of Measures Base.