At the bottom layer, a vertex stores a point and a provides access to one of its incident face through a void * pointer.
| |
must be the same as the point type Gt::Point
defined by the geometric traits class of the triangulation.
|
| |
default constructor.
| |
| |
constructs a vertex embedded in point p.
| |
| |
constructs a vertex embedded in point p
and pointing on face f.
|
|
| returns the point. |
|
| a pointer to an incident face. |
|
| |
sets the point. | ||
|
| |
sets the incident face. |
|
| performs any required geometrical test on a vertex. |