Loading [MathJax]/extensions/TeX/AMSsymbols.js
 deal.II version GIT relicensing-2628-g5436af8a2d 2025-02-12 20:00: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.