BornAgain  1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
FrameUtil.h File Reference

Description

Defines namespace DataUtils.

Homepage:\n http://www.bornagainproject.org
License:\n GNU General Public License v3 or higher (see COPYING)
Authors
Scientific Computing Group at MLZ (see CITATION, AUTHORS)

Definition in file FrameUtil.h.

This graph shows which files directly or indirectly include this file:

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...