ARTS
2.2.66
linemixingrecord.cc
Go to the documentation of this file.
1
/* Copyright 2013, The ARTS Developers.
2
*
3
* This program is free software; you can redistribute it and/or modify it
4
* under the terms of the GNU General Public License as published by the
5
* Free Software Foundation; either version 2, or (at your option) any
6
* later version.
7
*
8
* This program is distributed in the hope that it will be useful,
9
* but WITHOUT ANY WARRANTY; without even the implied warranty of
10
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
* GNU General Public License for more details.
12
*
13
* You should have received a copy of the GNU General Public License
14
* along with this program; if not, write to the Free Software Foundation,
15
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16
*/
17
24
#include "
linemixingrecord.h
"
25
26
27
std::ostream&
operator<<
(std::ostream& os,
const
LineMixingRecord
& lmr)
28
{
29
os <<
"Species: "
<< lmr.
Species
() <<
" "
;
30
os <<
"Isotopologue: "
<< lmr.
Isotopologue
() <<
" "
;
31
os <<
"Quantum Numbers: "
<< lmr.
Quantum
() <<
" "
;
32
os <<
"Data: "
<< lmr.
Data
() << std::endl;
33
34
return
os;
35
}
LineMixingRecord::Data
Vector & Data()
Definition:
linemixingrecord.h:45
operator<<
std::ostream & operator<<(std::ostream &os, const LineMixingRecord &lmr)
Definition:
linemixingrecord.cc:27
LineMixingRecord::Species
Index Species() const
Definition:
linemixingrecord.h:39
LineMixingRecord
Definition:
linemixingrecord.h:34
LineMixingRecord::Quantum
QuantumNumberRecord & Quantum()
Definition:
linemixingrecord.h:42
LineMixingRecord::Isotopologue
Index Isotopologue() const
Definition:
linemixingrecord.h:40
linemixingrecord.h
LineMixingRecord class for storing line mixing data.
src
linemixingrecord.cc
Generated on Thu Oct 8 2020 12:59:29 for ARTS by
1.8.20