#include <CGAL/Triangulation_vertex_3.h>
| ||
| point type |
| |
handle to a vertex
| |
| |
handle to a cell
|
| |
Introduces a new vertex. The geometric information is initialized by
the default constructor of the class Point. A test on the handle
to the incident cell of v for equality with NULL will
answer true.
| |
| |
Introduces vertex v, and initializes its geometric information.
A test on the handle
to the incident cell of v for equality with NULL will
answer true.
| |
| |
Introduces vertex v, and initializes the geometric information and
the handle to the incident cell.
| |
| |
Introduces vertex v, and initializes the handle to the incident cell.
|
|
| |
Sets v's cell to c | ||
|
| |
Sets v's point to p |