Loading [MathJax]/extensions/TeX/newcommand.js
 Reference documentation for deal.II version 9.6.0
\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
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.