35 #ifndef indexedVertex_H
36 #define indexedVertex_H
38 #include "CGAL/Triangulation_2.h"
47 template<
class Gt,
class Vb>
50 template<
class Gt,
class Vb>
53 const indexedVertex<Gt, Vb>& v0,
54 const indexedVertex<Gt, Vb>& v1
57 template<
class Gt,
class Vb>
60 const indexedVertex<Gt, Vb>& v0,
61 const indexedVertex<Gt, Vb>& v1,
62 const indexedVertex<Gt, Vb>& v2
65 template<
class Gt,
class Vb>
68 const indexedVertex<Gt, Vb>& v0,
69 const indexedVertex<Gt, Vb>& v1,
70 const indexedVertex<Gt, Vb>& v2
77 template<
class Gt,
class Vb=CGAL::Triangulation_vertex_base_2<Gt>>
135 inline int index()
const;
139 inline int type()
const;
175 friend bool pointPair <Gt, Vb>
182 friend bool boundaryTriangle <Gt, Vb>
190 friend bool outsideTriangle <Gt, Vb>