BornAgain
1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
|
Defines namespace DataUtils.
Definition in file FrameUtil.h.
Go to the source code of this file.
Namespaces | |
FramUtil | |
Functions | |
double | FramUtil::coordinateFromBinf (double value, const IAxis &axis) |
Transforms bin-fraction-coordinate into axis coordinate. More... | |
void | FramUtil::coordinatesFromBinf (double &x, double &y, const Frame &frame) |
Transforms x,y coordinate from bin-fraction-coordinates to Datafield's axes coordinates. More... | |
void | FramUtil::coordinatesToBinf (double &x, double &y, const Frame &frame) |
Transforms x,y coordinate from Datafield axes coordinates to bin-fraction-coordinates. More... | |
double | FramUtil::coordinateToBinf (double coordinate, const IAxis &axis) |
Transforms coordinate on axis into the bin-fraction-coordinate. More... | |