15 #ifndef BORNAGAIN_CORE_DETECTOR_IRESOLUTIONFUNCTION2D_H
16 #define BORNAGAIN_CORE_DETECTOR_IRESOLUTIONFUNCTION2D_H
Defines and implements the standard mix-in ICloneable.
Interface for polymorphic classes that should not be copied, except by explicit cloning.
Base class for tree-like structures containing parameterized objects.
Interface providing two-dimensional resolution function.
IResolutionFunction2D()=default
virtual IResolutionFunction2D * clone() const =0
virtual double evaluateCDF(double x, double y) const =0
virtual ~IResolutionFunction2D()