#include <CGAL/Triangulation_simplex_3.h>
| ||
| The simplex class itself. | |
| ||
|
||
|
|
|
|
|
|
| ||
|
||
| ||
|
||
| ||
|
||
| ||
|
||
| ||
|
||
| ||
|
||
| ||
|
||
| ||
|
||
| ||
|
| |
Initializes the simplex to
an invalid simplex.
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| returns the dimension of the simplex. | ||
|
| |||
Returns the Vertex_handle
stored in the simplex.
| ||||
|
|
Returns the Edge
stored in the simplex.
| ||
|
|
Returns the Facet
stored in the simplex.
| ||
|
| |||
Returns the Cell_handle
stored in the simplex.
| ||||
|
| Returns a cell incident to the simplex. | ||
|
| Test whether two simplices are equal. | ||
|
| Defines a ordering on the simplices. This ordering depends on the memory layout and is independent of the geometry. Therefore, the ordering is not intrinsic |