|
libosmscout 1.1.1
|
#include <libosmscout-map-opengl/include/poly2tri/sweep/advancing_front.h>
Public Member Functions | |
| AdvancingFront (Node &head, Node &tail) | |
| ~AdvancingFront () | |
| Node * | head () |
| void | set_head (Node *node) |
| Node * | tail () |
| void | set_tail (Node *node) |
| Node * | search () |
| void | set_search (Node *node) |
| Node * | LocateNode (const double &x) |
| Locate insertion point along advancing front. | |
| Node * | LocatePoint (const Point *point) |
| p2t::AdvancingFront::~AdvancingFront | ( | ) |
|
inline |
| Node * p2t::AdvancingFront::LocateNode | ( | const double & | x | ) |
Locate insertion point along advancing front.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |