For testing point in polygon speed.
More...
|
virtual void | Setup () |
| Setup the polygons.
|
|
virtual void | CheckPoints () |
| Check a lot of points to see if they are in the polys.
|
|
virtual void | GetResults () |
| Get the timer results and do some assertions.
|
|
std::vector< xms::Pt3d > | m_outPoly |
| Output polygon.
|
|
std::vector< xms::Pt3d > | m_inPoly |
| Input polygon.
|
|
boost::timer::cpu_timer | m_timer |
| Timer.
|
|
int | m_count |
| Number of points checked.
|
|
int | m_status |
| Status (in, out, on) of at least one pt.
|
|
For testing point in polygon speed.
Definition at line 2373 of file geoms.cpp.
◆ CheckPoint()
virtual void GmPointInPolyTester_gmPointInPolygon2D::CheckPoint |
( |
const xms::Pt3d & |
a_pt | ) |
|
|
inlineoverrideprivatevirtual |
◆ MaxTime()
virtual double GmPointInPolyTester_gmPointInPolygon2D::MaxTime |
( |
| ) |
|
|
inlineoverrideprivatevirtual |
The documentation for this class was generated from the following file: