BornAgain  1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
Line.cpp File Reference
Include dependency graph for Line.cpp:

Go to the source code of this file.

Typedefs

typedef model::d2::point_xy< double > point_t
 
typedef model::box< point_tbox_t
 
typedef model::linestring< point_tline_t
 

Detailed Description

Implements class Line.

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

Typedef Documentation

◆ point_t

typedef model::d2::point_xy<double> point_t

Definition at line 25 of file Line.cpp.

◆ box_t

typedef model::box<point_t> box_t

Definition at line 26 of file Line.cpp.

◆ line_t

typedef model::linestring<point_t> line_t

Definition at line 27 of file Line.cpp.