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

#include <ConverterWavelength.h>

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

Public Member Functions

 ConverterWavelength (const QString &oldUnits, const QString &newUnits)
 
virtual double toPixel (double value, casacore::SpectralCoordinate spectralCoordinate)
 Abstract methods to be implemented by subclasses. More...
 
virtual casacore::Vector< double > convert (const casacore::Vector< double > &oldValues, casacore::SpectralCoordinate spectralCoordinate)
 
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 ()
 

Static Public Member Functions

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)
 

Additional Inherited Members

- Public Types inherited from casa::Converter
enum  UnitType {
  FREQUENCY_UNIT,
  VELOCITY_UNIT,
  WAVELENGTH_UNIT,
  CHANNEL_UNIT,
  UNRECOGNIZED
}
 
- 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 ConverterWavelength.h.

Constructor & Destructor Documentation

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

Member Function Documentation

virtual casacore::Vector<double> casa::ConverterWavelength::convert ( const casacore::Vector< double > &  oldValues,
casacore::SpectralCoordinate  spectralCoordinate 
)
virtual
static void casa::ConverterWavelength::convertWavelength ( casacore::Vector< double > &  resultValues,
QString &  sourceUnits,
QString &  destUnits,
casacore::SpectralCoordinate coord 
)
static
virtual double casa::ConverterWavelength::toPixel ( double  value,
casacore::SpectralCoordinate  coordinate 
)
virtual

Abstract methods to be implemented by subclasses.

Implements casa::Converter.


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