![]() |
BornAgain
1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
|
Interference function of a finite 3D lattice.
Public Member Functions | |
| InterferenceFinite3DLattice (const Lattice3D &lattice, unsigned N_1, unsigned N_2, unsigned N_3) | |
| ~InterferenceFinite3DLattice () override | |
| std::string | className () const final |
| InterferenceFinite3DLattice * | clone () const override |
| double | DWfactor (R3 q) const |
| structureFactors the Debye-Waller factor for a given wavevector transfer More... | |
| const Lattice3D & | lattice () const |
| std::vector< const INode * > | nodeChildren () const override |
| unsigned | numberUnitCells1 () const |
| unsigned | numberUnitCells2 () const |
| unsigned | numberUnitCells3 () const |
| virtual double | particleDensity () const |
| If defined by this interference function's parameters, returns the particle density (per area). Otherwise, returns zero or a user-defined value. More... | |
| double | positionVariance () const |
| Returns the position variance. More... | |
| void | setPositionVariance (double var) |
| Sets the variance of the position for the calculation of the DW factor It is defined as the variance in each relevant dimension. More... | |
| virtual double | structureFactor (R3 q, double outer_iff=1.0) const |
| The interference function for a given wavevector transfer. More... | |
| bool | supportsMultilayer () const override |
| Indicates if this interference function can be used with a sample (DWBA mode) More... | |
Protected Member Functions | |
| double | iff_no_inner (R3 q, double outer_iff) const |
| Calculates the structure factor in the absence of extra inner structure. More... | |
Protected Attributes | |
| double | m_position_var |
| InterferenceFinite3DLattice::InterferenceFinite3DLattice | ( | const Lattice3D & | lattice, |
| unsigned | N_1, | ||
| unsigned | N_2, | ||
| unsigned | N_3 | ||
| ) |
|
override |
|
final |
|
overridevirtual |
Implements IInterference.
|
inherited |
structureFactors the Debye-Waller factor for a given wavevector transfer
|
protectedinherited |
Calculates the structure factor in the absence of extra inner structure.
| const Lattice3D& InterferenceFinite3DLattice::lattice | ( | ) | const |
|
override |
| unsigned InterferenceFinite3DLattice::numberUnitCells1 | ( | ) | const |
| unsigned InterferenceFinite3DLattice::numberUnitCells2 | ( | ) | const |
| unsigned InterferenceFinite3DLattice::numberUnitCells3 | ( | ) | const |
|
virtualinherited |
If defined by this interference function's parameters, returns the particle density (per area). Otherwise, returns zero or a user-defined value.
Reimplemented in InterferenceHardDisk, InterferenceFinite2DLattice, Interference2DParaCrystal, and Interference2DLattice.
|
inherited |
Returns the position variance.
|
inherited |
Sets the variance of the position for the calculation of the DW factor It is defined as the variance in each relevant dimension.
|
virtualinherited |
The interference function for a given wavevector transfer.
Reimplemented in Interference2DSuperLattice.
|
overridevirtual |
Indicates if this interference function can be used with a sample (DWBA mode)
Reimplemented from IInterference.
|
protectedinherited |