Horizon
|
Public Member Functions | |
AdvancingFront (Node &head, Node &tail) | |
Node * | head () |
void | set_head (Node *node) |
Node * | tail () |
void | set_tail (Node *node) |
Node * | search () |
void | set_search (Node *node) |
Node * | LocateNode (double x) |
Locate insertion point along advancing front. | |
Node * | LocatePoint (const Point *point) |