BornAgain  1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
IAxis.h File Reference
Include dependency graph for IAxis.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IAxis
 

Functions

bool HaveSameNameAndShape (const IAxis &left, const IAxis &right)
 

Detailed Description

Defines class IAxis.

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

Function Documentation

◆ HaveSameNameAndShape()

bool HaveSameNameAndShape ( const IAxis left,
const IAxis right 
)
inline

global helper function for comparison of axes

Definition at line 96 of file IAxis.h.

97 {
98  return left == right;
99 }

Referenced by OutputData< T >::hasSameShape().