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

Go to the source code of this file.

Classes

class  ISpecularScan
 

Functions

std::ostream & operator<< (std::ostream &os, const ISpecularScan &scan)
 

Detailed Description

Declares and implements pure virtual class ISpecularScan.

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

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const ISpecularScan scan 
)
inline

Definition at line 61 of file ISpecularScan.h.

62 {
63  return os << scan.print();
64 }
virtual std::string print() const =0
Print scan definition in python format.

References ISpecularScan::print().

Here is the call graph for this function: