Go to the source code of this file.
Namespaces | |
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. More... | |
template<> | |
pointFromPoint | topoint< Foam::point > (const Foam::point &P) |
Specialisation for Foam::point. Used only as a dummy. More... | |
Original source file pointConversion.H
Definition in file pointConversion.H.
typedef Foam::point pointFromPoint |
Definition at line 46 of file pointConversion.H.
typedef CGAL::Triangulation_vertex_base_3<K>::Point PointFrompoint |
Definition at line 47 of file pointConversion.H.