15 #ifndef BORNAGAIN_CORE_AGGREGATE_INTERFERENCEFUNCTIONTWIN_H
16 #define BORNAGAIN_CORE_AGGREGATE_INTERFERENCEFUNCTIONTWIN_H
34 double meanDistance()
const;
35 double stdDev()
const;
38 double iff_without_dw(
const kvector_t q)
const override final;
Defines and implements the interface class IInterferenceFunction.
Pure virtual base class of interference functions.
Visitor interface to visit ISample objects.
Interference function for two particles at a mean distance and given standard deviation from each oth...
InterferenceFunctionTwin * clone() const override final
Returns a clone of this ISample object.
void accept(INodeVisitor *visitor) const override final
Calls the INodeVisitor's visit method.