BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Computes the specular scattering for a magnetic sample Used by SpecularComputation. More...
Public Member Functions | |
SpecularMatrixTerm (std::unique_ptr< ISpecularStrategy > strategy) | |
Public Member Functions inherited from SpecularComputationTerm | |
SpecularComputationTerm (std::unique_ptr< ISpecularStrategy > strategy) | |
SpecularComputationTerm (const SpecularComputationTerm &other)=delete | |
SpecularComputationTerm & | operator= (const SpecularComputationTerm &other)=delete |
void | setProgressHandler (ProgressHandler *p_progress) |
void | computeIntensity (SpecularSimulationElement &elem, const std::vector< Slice > &slices) const |
Additional Inherited Members | |
Protected Attributes inherited from SpecularComputationTerm | |
std::unique_ptr< ISpecularStrategy > | m_Strategy |
Computes the specular scattering for a magnetic sample Used by SpecularComputation.
Definition at line 75 of file SpecularComputationTerm.h.