28 template<
class Gt,
class Vb>
32 index_(INTERNAL_POINT),
37 template<
class Gt,
class Vb>
41 index_(INTERNAL_POINT),
46 template<
class Gt,
class Vb>
60 template<
class Gt,
class Vb>
64 index_(INTERNAL_POINT),
69 template<
class Gt,
class Vb>
80 template<
class Gt,
class Vb>
87 template<
class Gt,
class Vb>
94 template<
class Gt,
class Vb>
101 template<
class Gt,
class Vb>
108 template<
class Gt,
class Vb>
115 template<
class Gt,
class Vb>
122 template<
class Gt,
class Vb>
129 template<
class Gt,
class Vb>
136 template<
class Gt,
class Vb>
143 template<
class Gt,
class Vb>
150 template<
class Gt,
class Vb>
164 template<
class Gt,
class Vb>
167 if (type_ >= 0 && type_ < index_)
178 template<
class Gt,
class Vb>
185 template<
class Gt,
class Vb>
194 template<
class Gt,
class Vb>
201 return v0.index_ == v1.type_ || v1.index_ == v0.type_;
205 template<
class Gt,
class Vb>
219 template<
class Gt,
class Vb>
void setNearBoundary()
Set the point to be near the boundary.
bool mirrorPoint() const
Is point a mirror point.
bool ppMaster() const
Master of a pointPair is the lowest numbered one.
bool pointPair(const indexedVertex< Gt, Vb > &v0, const indexedVertex< Gt, Vb > &v1)
Vb::Face_handle Face_handle
An indexed form of CGAL::Triangulation_vertex_base_3<K> used to keep track of the Delaunay vertices i...
bool nearOrOnBoundary() const
Is point near the boundary or part of the boundary definition.
CGAL::indexedVertex< K > Vb
friend bool pointPair(const indexedVertex< Gt, Vb > &v0, const indexedVertex< Gt, Vb > &v1)
Do the two given vertices consitute a boundary point-pair.
bool internalPoint() const
Is point internal, i.e. not on boundary.
bool boundaryTriangle(const indexedVertex< Gt, Vb > &v0, const indexedVertex< Gt, Vb > &v1, const indexedVertex< Gt, Vb > &v2)
bool nearBoundary() const
Is point internal and near the boundary.
bool farPoint() const
Is point a far-point.
bool internalOrBoundaryPoint() const
Either original internal point or master of pointPair.
bool pairPoint() const
Either master or slave of pointPair.
bool ppSlave() const
Slave of a pointPair is the highest numbered one.
bool outsideTriangle(const indexedVertex< Gt, Vb > &v0, const indexedVertex< Gt, Vb > &v1, const indexedVertex< Gt, Vb > &v2)