|
casacore
|
#include <MVFrequency.h>
Public Member Functions | |
| MVFrequency () | |
| Default constructor: generate a zero value. | |
| MVFrequency (const MVFrequency &other) | |
| Copy constructor. | |
| MVFrequency & | operator= (const MVFrequency &other) |
| Copy assignment. | |
| MVFrequency (Double d) | |
| Constructor from Double, assuming Hz. | |
| MVFrequency (const Quantity &other) | |
| Constructor from Quantum : value taken will be the canonical value. | |
| MVFrequency (const Quantum< Vector< Double > > &other) | |
| MVFrequency (const Vector< Double > &other) | |
| Constructor from Vector. | |
| MVFrequency (const Vector< Quantity > &other) | |
| ~MVFrequency () | |
| Destructor. | |
| operator Double () const | |
| Conversion operator. | |
| MVFrequency & | operator+= (const MVFrequency &other) |
| Addition. | |
| MVFrequency & | operator-= (const MVFrequency &other) |
| Bool | operator== (const MVFrequency &other) const |
| Comparisons. | |
| Bool | operator!= (const MVFrequency &other) const |
| Bool | near (const MVFrequency &other, Double tol=1e-13) const |
| Bool | nearAbs (const MVFrequency &other, Double tol=1e-13) const |
| virtual void | print (ostream &os) const |
| Print data. | |
| virtual MeasValue * | clone () const |
| Clone. | |
| Double | getValue () const |
| Adjust value: taken from base class, a NOP. | |
| Quantity | get () const |
| Get quantity in Hz. | |
| Quantity | get (const Unit &unit) const |
| Get the wave characteristics in (recognised) specified units. | |
| virtual Vector< Double > | getVector () const |
| Get the value in internal units. | |
| virtual void | putVector (const Vector< Double > &in) |
| Set the value from internal units (set 0 for empty vector). | |
| virtual Vector< Quantum< Double > > | getRecordValue () const |
| Get the internal value as a Vector<Quantity>. | |
| virtual Bool | putValue (const Vector< Quantum< Double > > &in) |
| Set the internal value if correct values and dimensions. | |
| Public Member Functions inherited from casacore::MeasValue | |
| void | dummy_constr () const |
| Each derived class should have at least the following constructors: | |
| virtual | ~MeasValue () |
| Destructor. | |
| void | dummy_operator () const |
| The following operators should be present at least. | |
| virtual Vector< Quantum< Double > > | getXRecordValue () const |
| virtual Vector< Quantum< Double > > | getTMRecordValue () const |
| virtual void | adjust () |
| Some of the Measure values used need the occasional adjustments to proper values. | |
| virtual void | adjust (Double &val) |
| Adjust value and return a normalisation value. | |
| virtual void | readjust (Double val) |
| Re-adjust, i.e. | |
Static Public Member Functions | |
| static void | assure (const MeasValue &in) |
| Tell me your type. | |
Private Member Functions | |
| Double | makeF (Double v, const Unit &dt, Bool rev=False) const |
| Get correct data type conversion factor from input Quantum. | |
Private Attributes | |
| Double | val |
| Value. | |
Internal value for MFrequency
Public interface
From Measure, Value and Frequency
An MVFrequency is a simple Double, to be used in the MFrequency measure. Requirements can be found in the MeasValue base class.
The only reasonable constructor is (but all MeasValue constructors are present) MVFrequency(Double) (with assumed Hz units); and an operator Double takes care of all other possibilities. Its external use is for MeasConvert, to distinguish between input in internal Measure units, and values which have to have units applied.
The MVFrequency(Quantum) constructors recognise the type of wave characteristics presented from its units. Recognised are:
The frequency is returned in Hz with getValue(); or as a Quantity in Hz with get(); or in one of the above units with get(unit).
See MFrequency
To aid coordinate transformations possibilities
Definition at line 95 of file MVFrequency.h.
| casacore::MVFrequency::MVFrequency | ( | ) |
Default constructor: generate a zero value.
Referenced by MVFrequency(), near(), nearAbs(), operator!=(), operator+=(), operator-=(), operator=(), and operator==().
| casacore::MVFrequency::MVFrequency | ( | const MVFrequency & | other | ) |
Copy constructor.
References MVFrequency().
| casacore::MVFrequency::MVFrequency | ( | const Quantity & | other | ) |
Constructor from Quantum : value taken will be the canonical value.
| casacore::MVFrequency::~MVFrequency | ( | ) |
Destructor.
|
static |
Tell me your type.
|
virtual |
Clone.
Implements casacore::MeasValue.
| Quantity casacore::MVFrequency::get | ( | ) | const |
Get quantity in Hz.
Get the wave characteristics in (recognised) specified units.
Get the internal value as a Vector<Quantity>.
Usable in records. The getXRecordValue() gets additional information for records. Note that the Vectors could be empty.
Implements casacore::MeasValue.
| Double casacore::MVFrequency::getValue | ( | ) | const |
Adjust value: taken from base class, a NOP.
Get value in Hz
Get the value in internal units.
Implements casacore::MeasValue.
Get correct data type conversion factor from input Quantum.
References casacore::False.
| Bool casacore::MVFrequency::near | ( | const MVFrequency & | other, |
| Double | tol = 1e-13 ) const |
References MVFrequency().
| Bool casacore::MVFrequency::nearAbs | ( | const MVFrequency & | other, |
| Double | tol = 1e-13 ) const |
References MVFrequency().
| casacore::MVFrequency::operator Double | ( | ) | const |
Conversion operator.
| Bool casacore::MVFrequency::operator!= | ( | const MVFrequency & | other | ) | const |
References MVFrequency().
| MVFrequency & casacore::MVFrequency::operator+= | ( | const MVFrequency & | other | ) |
Addition.
References MVFrequency().
| MVFrequency & casacore::MVFrequency::operator-= | ( | const MVFrequency & | other | ) |
References MVFrequency().
| MVFrequency & casacore::MVFrequency::operator= | ( | const MVFrequency & | other | ) |
Copy assignment.
References MVFrequency().
| Bool casacore::MVFrequency::operator== | ( | const MVFrequency & | other | ) | const |
Comparisons.
References MVFrequency().
|
virtual |
Print data.
Implements casacore::MeasValue.
Set the internal value if correct values and dimensions.
Implements casacore::MeasValue.
Set the value from internal units (set 0 for empty vector).
Implements casacore::MeasValue.
|
private |
Value.
Definition at line 177 of file MVFrequency.h.