Home
last modified time | relevance | path

Searched refs:front_ (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/
H A Dsweep_context.cpp38 front_(0), in SweepContext()
125 return *front_->LocateNode(point.x); in LocateNode()
140 front_ = new AdvancingFront(*af_head_, *af_tail_); in CreateAdvancingFront()
159 Node* n = front_->LocatePoint(t.PointCW(*t.GetPoint(i))); in MapTriangleToNodes()
198 delete front_; in ~SweepContext()
H A Dsweep_context.h141 AdvancingFront* front_; variable
156 return front_; in front()