|
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) |
Public Member Functions inherited from carma::services::CatalogEntry | |
| 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 | |
Protected Attributes inherited from carma::services::CatalogEntry | |
| 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.