CycloBranch
|
The implementation of an isotopic pattern simulator (graphics). More...
#include <iostream>
#include <QWidget>
#include <QGraphicsView>
#include "core/cTheoreticalSpectrum.h"
Go to the source code of this file.
Classes | |
class | cPatternSimulatorSceneWidget |
The implementation of an isotopic pattern simulator (graphics). More... | |
Functions | |
double | computeGaussFunction (double x, double a, double ny, double sigma) |
Compute value of Gaussian function. More... | |
double | computeGaussHeight (double x, double y, double ny, double sigma) |
Compute height of Gaussian function (a). More... | |
The implementation of an isotopic pattern simulator (graphics).
double computeGaussFunction | ( | double | x, |
double | a, | ||
double | ny, | ||
double | sigma | ||
) |
Compute value of Gaussian function.
x | x |
a | a |
ny | ny |
sigma | sigma |
double | f(x) |
double computeGaussHeight | ( | double | x, |
double | y, | ||
double | ny, | ||
double | sigma | ||
) |
Compute height of Gaussian function (a).
x | x |
y | y |
ny | ny |
sigma | sigma |
double | a |