CARMA C++
|
SpectralLine is derived from CatalogEntry and is used to hold information for a particular entry from a line catalog. More...
#include <carma/services/SpectralLine.h>
Inherits carma::services::CatalogEntry.
Public Member Functions | |
Frequency | getFrequency () const |
std::string | getTransition () const |
void | setFrequency (Frequency frequency) |
void | setTransition (std::string transition) |
![]() | |
CatalogEntry () | |
Constructor. More... | |
virtual std::string | getName () const |
virtual void | setName (const std::string &name) |
All catalog entries must be named. More... | |
virtual | ~CatalogEntry () |
Destructor. More... | |
Additional Inherited Members | |
![]() | |
std::string | name_ |
SpectralLine is derived from CatalogEntry and is used to hold information for a particular entry from a line catalog.
Definition at line 21 of file SpectralLine.h.