BornAgain  1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
FTDecay2D.h File Reference

Defines classes IFTDecayFunction1D, IFTDecayFunction2D,. More...

Go to the source code of this file.

Classes

class  IFTDecayFunction2D
 Interface for two-dimensional decay function in reciprocal space. More...
 
class  FTDecayFunction2DCauchy
 Two-dimensional Cauchy decay function in reciprocal space; corresponds to exp(-r) in real space, with $r=\sqrt{(\frac{x}{\omega_x})^2 + (\frac{y}{\omega_y})^2}$. More...
 
class  FTDecayFunction2DGauss
 Two-dimensional Gauss decay function in reciprocal space; corresponds to exp(-r^2/2) in real space, with $r=\sqrt{(\frac{x}{\omega_x})^2 + (\frac{y}{\omega_y})^2}$. More...
 
class  FTDecayFunction2DVoigt
 Two-dimensional pseudo-Voigt decay function in reciprocal space; corresponds to eta*Gauss + (1-eta)*Cauchy. More...
 

Detailed Description

Defines classes IFTDecayFunction1D, IFTDecayFunction2D,.

Homepage:\n http://www.bornagainproject.org
License:\n GNU General Public License v3 or higher (see COPYING)
Authors
Scientific Computing Group at MLZ (see CITATION, AUTHORS)

Definition in file FTDecay2D.h.