#include <DoublyConnectedEdgeList.h>
Inheritance diagram for MapGen::DoublyConnectedEdgeList::Node:
Collaboration diagram for MapGen::DoublyConnectedEdgeList::Node:Public Member Functions | |
| const DoublyConnectedEdgeList::Position & | GetPosition () const |
| Node (const Position &Pos) | |
| Node & | operator= (const Node &)=delete |
Public Attributes | |
| friend | DoublyConnectedEdgeList |
Private Attributes | |
| HalfEdge * | LeavingHalfEdge = nullptr |
| DoublyConnectedEdgeList::Position | Position |
Definition at line 34 of file DoublyConnectedEdgeList.h.
|
inline |
Definition at line 38 of file DoublyConnectedEdgeList.h.
|
inline |
Definition at line 42 of file DoublyConnectedEdgeList.h.
Referenced by MapGen::DoublyConnectedEdgeList::GetAngle(), MapGen::getSourcePosition(), and MapGen::getTargetPosition().
Here is the caller graph for this function:| friend MapGen::DoublyConnectedEdgeList::Node::DoublyConnectedEdgeList |
Definition at line 36 of file DoublyConnectedEdgeList.h.
|
private |
Definition at line 49 of file DoublyConnectedEdgeList.h.
Referenced by MapGen::DoublyConnectedEdgeList::GetLeavingHalfEdge().
|
private |
Definition at line 48 of file DoublyConnectedEdgeList.h.
1.8.13