Processing math: 100%
 deal.II version GIT relicensing-2846-g6fb608615f 2025-03-15 04:10:00+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\}}
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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.