#include <PixelValueManipulatorData.h>
Public Types | |
| enum | SpectralType { DEFAULT, RELATIVISTIC, RADIO_VELOCITY, OPTICAL_VELOCITY, AIR_WAVELENGTH, WAVELENGTH } |
Non-templated data related bits for PixelValueManipulator. More... | |
Public Member Functions | |
| PixelValueManipulatorData () | |
| ~PixelValueManipulatorData () | |
| destructor | |
Static Public Member Functions | |
| static SpectralType | spectralType (const String &specString) |
| convert a string to a spectral type. | |
Definition at line 10 of file PixelValueManipulatorData.h.
Non-templated data related bits for PixelValueManipulator.
Data for PixelValueManipulator.
Definition at line 33 of file PixelValueManipulatorData.h.
| casa::PixelValueManipulatorData::PixelValueManipulatorData | ( | ) |
| casa::PixelValueManipulatorData::~PixelValueManipulatorData | ( | ) | [inline] |
destructor
Definition at line 45 of file PixelValueManipulatorData.h.
| static SpectralType casa::PixelValueManipulatorData::spectralType | ( | const String & | specString | ) | [static] |
convert a string to a spectral type.
Acceptable values are (case insensitive, minimum match supported): "default", "optical velocity", "radio velocity", "wavelength", "air wavelength", and "" (which returns DEFAULT)
1.6.1