dune-mmesh 1.4.1-git
Loading...
Searching...
No Matches
pointfieldvector.hh File Reference

Helpers for conversion from CGAL::Point_x to DUNE::FieldVector. More...

Go to the source code of this file.

Namespaces

namespace  Dune
 

Typedefs

typedef CGAL::Exact_predicates_inexact_constructions_kernel Dune::PointKernel
 Convert FieldVector to CGAL Point.
 

Functions

template<class Kernel >
static FieldVector< typename Kernel::RT, 2 > Dune::makeFieldVector (const CGAL::Point_2< Kernel > &p)
 Helper function to create DUNE::FieldVector from CGAL::Point_2.
 
template<class Kernel >
static FieldVector< typename Kernel::RT, 2 > Dune::makeFieldVector (const CGAL::Vector_2< Kernel > &p)
 Helper function to create DUNE::FieldVector from CGAL::Vector_2.
 
template<class Kernel >
static FieldVector< typename Kernel::RT, 3 > Dune::makeFieldVector (const CGAL::Point_3< Kernel > &p)
 Helper function to create DUNE::FieldVector from CGAL::Point_3.
 
template<class Kernel >
static FieldVector< typename Kernel::RT, 3 > Dune::makeFieldVector (const CGAL::Vector_3< Kernel > &p)
 Helper function to create DUNE::FieldVector from CGAL::Vector_3.
 
template<typename ctype >
static auto Dune::makePoint (const Dune::FieldVector< ctype, 2 > &v)
 Convert FieldVector to CGAL Point 2.
 
template<typename ctype >
static auto Dune::makePoint (const Dune::FieldVector< ctype, 3 > &v)
 Convert FieldVector to CGAL Point 3.
 
template<class Geometry >
auto Dune::computeCircumcenter (const Geometry &geo)
 Compute circumcenter.
 

Detailed Description

Helpers for conversion from CGAL::Point_x to DUNE::FieldVector.