Go to the documentation of this file.
33 #ifndef indexedVertex_H
34 #define indexedVertex_H
36 #include "CGAL/Triangulation_2.h"
45 template<
class Gt,
class Vb>
48 template<
class Gt,
class Vb>
51 const indexedVertex<Gt, Vb>& v0,
52 const indexedVertex<Gt, Vb>& v1
55 template<
class Gt,
class Vb>
58 const indexedVertex<Gt, Vb>& v0,
59 const indexedVertex<Gt, Vb>& v1,
60 const indexedVertex<Gt, Vb>& v2
63 template<
class Gt,
class Vb>
66 const indexedVertex<Gt, Vb>& v0,
67 const indexedVertex<Gt, Vb>& v1,
68 const indexedVertex<Gt, Vb>& v2
75 template<
class Gt,
class Vb=CGAL::Triangulation_vertex_base_2<Gt> >
108 template<
typename TDS2>
133 inline int index()
const;
137 inline int type()
const;
173 friend bool pointPair <Gt, Vb>
180 friend bool boundaryTriangle <Gt, Vb>
188 friend bool outsideTriangle <Gt, Vb>
bool nearOrOnBoundary() const
Is point near the boundary or part of the boundary definition.
void setNearBoundary()
Set the point to be near the boundary.
bool pointPair(const indexedVertex< Gt, Vb > &v0, const indexedVertex< Gt, Vb > &v1)
vertexType type_
Type of pair-point.
bool ppMaster() const
Master of a pointPair is the lowest numbered one.
bool outsideTriangle(const indexedVertex< Gt, Vb > &v0, const indexedVertex< Gt, Vb > &v1, const indexedVertex< Gt, Vb > &v2)
An indexed form of CGAL::Triangulation_vertex_base_3<K> used to keep track of the Delaunay vertices i...
Tds::Vertex_handle Vertex_handle
bool farPoint() const
Is point a far-point.
Vb::template Rebind_TDS< TDS2 >::Other Vb2
bool ppSlave() const
Slave of a pointPair is the highest numbered one.
Vb::Vertex_handle Vertex_handle
bool nearBoundary() const
Is point internal and near the boundary.
Foam::label index_
The index for this Delaunay vertex. For referred vertices, the.
bool internalPoint() const
Is point internal, i.e. not on boundary.
bool internalOrBoundaryPoint() const
Either original internal point or master of pointPair.
bool boundaryTriangle(const indexedVertex< Gt, Vb > &v0, const indexedVertex< Gt, Vb > &v1, const indexedVertex< Gt, Vb > &v2)
bool pairPoint() const
Either master or slave of pointPair.
int index_
The index for this triangle vertex.
bool mirrorPoint() const
Is point a mirror point.
indexedVertex< Gt, Vb2 > Other
Vb::Face_handle Face_handle