casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
casa::ConverterWavelengthFrequency Class Reference

#include <ConverterWavelengthFrequency.h>

Inheritance diagram for casa::ConverterWavelengthFrequency:
casa::ConverterWavelength casa::Converter

Public Member Functions

 ConverterWavelengthFrequency (const QString &oldUnits, const QString &newUnits)
 
virtual casacore::Vector< double > convert (const casacore::Vector< double > &oldValues, casacore::SpectralCoordinate spectralCoordinate)
 
virtual ~ConverterWavelengthFrequency ()
 
- Public Member Functions inherited from casa::ConverterWavelength
 ConverterWavelength (const QString &oldUnits, const QString &newUnits)
 
virtual double toPixel (double value, casacore::SpectralCoordinate spectralCoordinate)
 Abstract methods to be implemented by subclasses. More...
 
virtual ~ConverterWavelength ()
 
- Public Member Functions inherited from casa::Converter
 Converter (const QString &oldUnits, const QString &newUnits)
 
QString getNewUnits () const
 
virtual double convert (double oldValue, casacore::SpectralCoordinate coordinate)
 
virtual ~Converter ()
 

Additional Inherited Members

- Public Types inherited from casa::Converter
enum  UnitType {
  FREQUENCY_UNIT,
  VELOCITY_UNIT,
  WAVELENGTH_UNIT,
  CHANNEL_UNIT,
  UNRECOGNIZED
}
 
- Static Public Member Functions inherited from casa::ConverterWavelength
static void convertWavelength (casacore::Vector< double > &resultValues, QString &sourceUnits, QString &destUnits, casacore::SpectralCoordinate &coord)
 
- Static Public Member Functions inherited from casa::Converter
static ConvertergetConverter (const QString &oldUnits, const QString &newUnits)
 Factory for producing the appropriate converter. More...
 
static void convert (casacore::Vector< double > &resultValues, int sourceIndex, int destIndex, casacore::SpectralCoordinate coordinate)
 
static UnitType getUnitType (const QString &unit)
 
- Protected Attributes inherited from casa::Converter
QString oldUnits
 
QString newUnits
 
- Static Protected Attributes inherited from casa::Converter
static const QList< QString > FREQUENCY_UNITS
 
static const QList< QString > WAVELENGTH_UNITS
 
static const QList< QString > VELOCITY_UNITS
 

Detailed Description

Definition at line 33 of file ConverterWavelengthFrequency.h.

Constructor & Destructor Documentation

casa::ConverterWavelengthFrequency::ConverterWavelengthFrequency ( const QString &  oldUnits,
const QString &  newUnits 
)
virtual casa::ConverterWavelengthFrequency::~ConverterWavelengthFrequency ( )
virtual

Member Function Documentation

virtual casacore::Vector<double> casa::ConverterWavelengthFrequency::convert ( const casacore::Vector< double > &  oldValues,
casacore::SpectralCoordinate  spectralCoordinate 
)
virtual

Reimplemented from casa::ConverterWavelength.


The documentation for this class was generated from the following file: