Reference documentation for deal.II version GIT relicensing-220-g40aaea9664 2024-03-28 18:00:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Typedefs
segment.h File Reference
#include <deal.II/base/config.h>
#include <deal.II/base/point.h>
#include <deal.II/boost_adaptors/point.h>
#include <boost/geometry/geometries/segment.hpp>

Go to the source code of this file.

Typedefs

template<int dim>
using Segment = boost::geometry::model::segment< Point< dim > >
 

Typedef Documentation

◆ Segment

template<int dim>
using Segment = boost::geometry::model::segment<Point<dim> >

An alias for boost::geometry::model::segment that uses the deal.II Point class.

Definition at line 33 of file segment.h.