casa::SplatResult Class Reference
#include <SplatResult.h>
List of all members.
Public Member Functions |
| | SplatResult (int speciesId, const string &species, const string &chemicalName, const string &quantumNumbers, const pair< double, string > &frequency, const pair< double, string > &temperature, double smu2, const pair< double, string > &el, const pair< double, string > &eu, double logA, double intensity) |
| int | getSpeciesId () const |
| std::string | getSpecies () const |
| std::string | getChemicalName () const |
| std::string | getQuantumNumbers () const |
| pair< double, std::string > | getFrequency () const |
| pair< double, std::string > | getTemperature () const |
| pair< double, std::string > | getEL () const |
| pair< double, std::string > | getEU () const |
| double | getLogA () const |
| double | getSmu2 () const |
| double | getIntensity () const |
| string | toString () const |
| string | toLine (string spacer=" ") const |
| virtual | ~SplatResult () |
Private Attributes |
| std::string | _species |
| std::string | _chemicalName |
| std::string | _quantumNumbers |
| int | _speciesId |
| pair< double, std::string > | _frequency |
| pair< double, std::string > | _temperature |
| pair< double, std::string > | _el |
| pair< double, std::string > | _eu |
| double | _smu2 |
| double | _logA |
| double | _intensity |
Detailed Description
Definition at line 33 of file SplatResult.h.
Constructor & Destructor Documentation
| casa::SplatResult::SplatResult |
( |
int |
speciesId, |
|
|
const string & |
species, |
|
|
const string & |
chemicalName, |
|
|
const string & |
quantumNumbers, |
|
|
const pair< double, string > & |
frequency, |
|
|
const pair< double, string > & |
temperature, |
|
|
double |
smu2, |
|
|
const pair< double, string > & |
el, |
|
|
const pair< double, string > & |
eu, |
|
|
double |
logA, |
|
|
double |
intensity | |
|
) |
| | |
| virtual casa::SplatResult::~SplatResult |
( |
|
) |
[virtual] |
Member Function Documentation
| std::string casa::SplatResult::getChemicalName |
( |
|
) |
const |
| pair<double,std::string> casa::SplatResult::getEL |
( |
|
) |
const |
| pair<double,std::string> casa::SplatResult::getEU |
( |
|
) |
const |
| pair<double,std::string> casa::SplatResult::getFrequency |
( |
|
) |
const |
| double casa::SplatResult::getIntensity |
( |
|
) |
const |
| double casa::SplatResult::getLogA |
( |
|
) |
const |
| std::string casa::SplatResult::getQuantumNumbers |
( |
|
) |
const |
| double casa::SplatResult::getSmu2 |
( |
|
) |
const |
| std::string casa::SplatResult::getSpecies |
( |
|
) |
const |
| int casa::SplatResult::getSpeciesId |
( |
|
) |
const |
| pair<double,std::string> casa::SplatResult::getTemperature |
( |
|
) |
const |
| string casa::SplatResult::toLine |
( |
string |
spacer = " " |
) |
const |
| string casa::SplatResult::toString |
( |
|
) |
const |
Member Data Documentation
The documentation for this class was generated from the following file: