#include <DCEL.h>
Public Member Functions | |
| Vertex () | |
| Vertex class definition for use in a doubly connected edge list a Vertex will contain the coordinates of the point it represents and a pointer to one of the half edges that emanates from it. More... | |
| Vertex (const double *coords, HalfEdge *half) | |
| Vertex (const Coords &coords, HalfEdge *half) | |
| const Coords & | getCoords () const |
| const HalfEdge * | getHalfEdge () const |
| void | setCoords (const double *coords) |
| void | setCoords (const Coords &coords) |
| void | setHalfEdge (HalfEdge *half) |
Private Attributes | |
| Coords | fCoords |
| HalfEdge * | fHalfEdge |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.5