35#ifndef Foam_CGAL_indexedFace_H
36#define Foam_CGAL_indexedFace_H
49template<
class Gt,
class Fb=CGAL::Triangulation_face_base_2<Gt>>
CGAL::indexedFace< K > Fb
void set_vertices(Vertex_handle v0, Vertex_handle v1, Vertex_handle v2)
CGAL::Triangulation_face_base_2< K >::Face_handle Face_handle
void set_vertex(int i, Vertex_handle v)
CGAL::Triangulation_face_base_2< K >::Vertex_handle Vertex_handle
indexedFace(Vertex_handle v0, Vertex_handle v1, Vertex_handle v2, Face_handle n0, Face_handle n1, Face_handle n2)
indexedFace(Vertex_handle v0, Vertex_handle v1, Vertex_handle v2)
Specializations for CGAL-related routines.
Fb::template Rebind_TDS< TDS2 >::Other Fb2
indexedFace< Gt, Fb2 > Other