BornAgain
1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
|
Interface providing two-dimensional resolution function.
Public Member Functions | |
IResolutionFunction2D ()=default | |
IResolutionFunction2D (const std::vector< double > &PValues) | |
~IResolutionFunction2D () override=default | |
IResolutionFunction2D * | clone () const override=0 |
virtual double | evaluateCDF (double x, double y) const =0 |
|
default |
IResolutionFunction2D::IResolutionFunction2D | ( | const std::vector< double > & | PValues | ) |
|
overridedefault |
|
overridepure virtual |
Implemented in ResolutionFunction2DGaussian.
|
pure virtual |
Implemented in ResolutionFunction2DGaussian.