BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Functions | |
double | getQ (double wavelength, double angle) |
double | getInvQ (double wavelength, double q) |
std::unique_ptr< PointwiseAxis > | createTranslatedAxis (const IAxis &axis, std::function< double(double)> translator, std::string name) |
double anonymous_namespace{UnitConverter1D.cpp}::getQ | ( | double | wavelength, |
double | angle | ||
) |
Definition at line 243 of file UnitConverter1D.cpp.
References M_PI, and anonymous_namespace{SlicedCylindersBuilder.cpp}::wavelength().
Referenced by UnitConverterConvSpec::getTraslatorTo().
double anonymous_namespace{UnitConverter1D.cpp}::getInvQ | ( | double | wavelength, |
double | q | ||
) |
Definition at line 248 of file UnitConverter1D.cpp.
References M_PI, and anonymous_namespace{SlicedCylindersBuilder.cpp}::wavelength().
Referenced by UnitConverterConvSpec::getTraslatorFrom().
std::unique_ptr< PointwiseAxis > anonymous_namespace{UnitConverter1D.cpp}::createTranslatedAxis | ( | const IAxis & | axis, |
std::function< double(double)> | translator, | ||
std::string | name | ||
) |
Definition at line 255 of file UnitConverter1D.cpp.
References IAxis::getBinCenters().
Referenced by UnitConverter1D::createConvertedAxis(), and UnitConverterConvSpec::UnitConverterConvSpec().