kalzium/libscience
Spectrum::peak Class Reference
#include <spectrum.h>
Public Member Functions | |
peak () | |
peak (double wl, int in) | |
double | wavelengthToUnit (const int unit) |
Public Attributes | |
int | intensity |
double | wavelength |
Detailed Description
a peak is one line in the spectrum of an element
Definition at line 51 of file spectrum.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 54 of file spectrum.h.
|
inline |
Definition at line 59 of file spectrum.h.
Member Function Documentation
double Spectrum::peak::wavelengthToUnit | ( | const int | unit | ) |
Definition at line 129 of file spectrum.cpp.
Member Data Documentation
int Spectrum::peak::intensity |
relative. The highest is per definition 1000
Definition at line 65 of file spectrum.h.
double Spectrum::peak::wavelength |
Definition at line 66 of file spectrum.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:11:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:11:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.