Loading...
Searching...
No Matches
pointConversion.H File Reference
Include dependency graph for pointConversion.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Typedefs

typedef Foam::point pointFromPoint
typedef CGAL::Triangulation_vertex_base_3< K >::Point PointFrompoint

Functions

template<class Point>
pointFromPoint topoint (const Point &P)
PointFrompoint toPoint (const Foam::point &p)
template<>
pointFromPoint topoint< CGAL::indexedVertex< K > > (const CGAL::indexedVertex< K > &P)
 Specialisation for indexedVertex.
template<>
pointFromPoint topoint< Foam::point > (const Foam::point &P)
 Specialisation for Foam::point. Used only as a dummy.

Detailed Description

Original source file pointConversion.H

Definition in file pointConversion.H.

Typedef Documentation

◆ pointFromPoint

Definition at line 42 of file pointConversion.H.

◆ PointFrompoint

typedef CGAL::Triangulation_vertex_base_3<K>::Point PointFrompoint

Definition at line 43 of file pointConversion.H.