28 #ifndef MEAS_RADIALVELOCITYENGINE_H
29 #define MEAS_RADIALVELOCITYENGINE_H
32 #include <casacore/casa/aips.h>
33 #include <casacore/meas/MeasUDF/MeasEngine.h>
34 #include <casacore/measures/Measures/MRadialVelocity.h>
35 #include <casacore/measures/Measures/MCRadialVelocity.h>
36 #include <casacore/measures/Measures/MeasConvert.h>
42 class DirectionEngine;
Types
Types of known MRadialVelocity Warning: The order defines the order in the translation matrix FromTo...
void setConverter(MRadialVelocity::Types toType)
Set the MeasConvert object.
Array< MRadialVelocity > getRadialVelocities(const TableExprId &id)
Get the radial velocities.
DopplerEngine * itsDopplerEngine
MRadialVelocity::Convert itsConverter
EpochEngine * itsEpochEngine
void handleRadialVelocity(std::vector< TENShPtr > &args, uInt &argnr)
Handle the argument(s) giving the input radial velocities and reference type.
void setDopplerEngine(DopplerEngine &engine)
Set the possible doppler engine.
void setPositionEngine(PositionEngine &engine)
Set the possible position engine.
void setEpochEngine(EpochEngine &engine)
Set the possible epoch engine.
PositionEngine * itsPositionEngine
DirectionEngine * itsDirectionEngine
Array< Double > getArrayDouble(const TableExprId &id)
Get the values.
void setDirectionEngine(DirectionEngine &engine)
Set the possible direction engine.
virtual void handleValues(TableExprNode &operand, const TableExprId &id, Array< MRadialVelocity > &radialVelocities)
Let a derive class handle the values.
this file contains all the compiler specific defines