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

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.

Include dependency graph for Line.cpp:

Go to the source code of this file.

Typedefs

using line_t = boost::geometry::model::linestring< point_t >
 
using point_t = boost::geometry::model::d2::point_xy< double >
 

Typedef Documentation

◆ line_t

using line_t = boost::geometry::model::linestring<point_t>

Definition at line 23 of file Line.cpp.

◆ point_t

using point_t = boost::geometry::model::d2::point_xy<double>

Definition at line 22 of file Line.cpp.