ARTS 2.5.11 (git: 6827797f)
|
#include <lineshapemodel.h>
Public Member Functions | |
constexpr | Output () noexcept=default |
constexpr | Output (Numeric g0, Numeric d0, Numeric g2, Numeric d2, Numeric fvc, Numeric eta, Numeric y, Numeric g, Numeric dv) noexcept |
constexpr | Output (const Output &) noexcept=default |
constexpr | Output (Output &&) noexcept=default |
constexpr Output & | operator= (const Output &) noexcept=default |
constexpr Output & | operator= (Output &&) noexcept=default |
constexpr Output & | operator-= (Output &&other) noexcept |
constexpr Output & | no_linemixing (bool do_no_linemixing) |
Turns of line mixing if true. Return *this. | |
Public Attributes | |
Numeric | G0 {0} |
Numeric | D0 {0} |
Numeric | G2 {0} |
Numeric | D2 {0} |
Numeric | FVC {0} |
Numeric | ETA {0} |
Numeric | Y {0} |
Numeric | G {0} |
Numeric | DV {0} |
Friends | |
std::ostream & | operator<< (std::ostream &os, Output x) |
Main output of Model.
Definition at line 388 of file lineshapemodel.h.
|
constexprdefaultnoexcept |
|
inlineconstexprnoexcept |
Definition at line 399 of file lineshapemodel.h.
|
constexprdefaultnoexcept |
|
constexprdefaultnoexcept |
|
inlineconstexpr |
Turns of line mixing if true. Return *this.
Definition at line 422 of file lineshapemodel.h.
Referenced by Absorption::Lines::ShapeParameters_dT().
|
friend |
Definition at line 1053 of file lineshapemodel.cc.
Numeric LineShape::Output::D0 {0} |
Definition at line 390 of file lineshapemodel.h.
Referenced by operator-=().
Numeric LineShape::Output::D2 {0} |
Definition at line 392 of file lineshapemodel.h.
Referenced by operator-=().
Numeric LineShape::Output::DV {0} |
Definition at line 397 of file lineshapemodel.h.
Referenced by no_linemixing(), and operator-=().
Numeric LineShape::Output::ETA {0} |
Definition at line 394 of file lineshapemodel.h.
Referenced by operator-=().
Numeric LineShape::Output::FVC {0} |
Definition at line 393 of file lineshapemodel.h.
Referenced by operator-=().
Numeric LineShape::Output::G {0} |
Definition at line 396 of file lineshapemodel.h.
Referenced by no_linemixing(), and operator-=().
Numeric LineShape::Output::G0 {0} |
Definition at line 389 of file lineshapemodel.h.
Referenced by LineShape::differenceOutput(), LineShape::mirroredOutput(), LineShape::negativeOutput(), operator-=(), and Absorption::Lines::ShapeParameters().
Numeric LineShape::Output::G2 {0} |
Definition at line 391 of file lineshapemodel.h.
Referenced by operator-=().
Numeric LineShape::Output::Y {0} |
Definition at line 395 of file lineshapemodel.h.
Referenced by no_linemixing(), and operator-=().