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

Go to the source code of this file.

Classes

class  ScanResolution
 

Functions

std::ostream & operator<< (std::ostream &os, const ScanResolution &scan_resolution)
 

Detailed Description

Defines scan resolution class.

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

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const ScanResolution scan_resolution 
)
inline

Definition at line 67 of file ScanResolution.h.

68 {
69  return os << scan_resolution.print();
70 }
std::string print() const
Prints object definition in python format.

References ScanResolution::print().

Here is the call graph for this function: