|
|
Within detection using winding rule. More...
Public Types | |
| typedef Point | point_type |
| typedef PointOfSegment | segment_point_type |
| typedef counter | state_type |
Public Member Functions | |
| bool | apply (Point const &point, PointOfSegment const &s1, PointOfSegment const &s2, counter &state) const |
| winding () | |
| winding (SideStrategy const &side_strategy) | |
Static Public Member Functions | |
| static int | result (counter const &state) |
Within detection using winding rule.
| Point | Any type fulfilling a Point Concept |
| PointOfSegment | segment point type |
| SideStrategy | Side strategy |
| CalculationType | numeric type for calculation (e.g. high precision); if [*void] then it is extracted automatically from the coordinate type and (if necessary) promoted to floating point |
| typedef Point boost::geometry::strategy::within::winding< Point, PointOfSegment, SideStrategy, CalculationType >::point_type |
| typedef PointOfSegment boost::geometry::strategy::within::winding< Point, PointOfSegment, SideStrategy, CalculationType >::segment_point_type |
| typedef counter boost::geometry::strategy::within::winding< Point, PointOfSegment, SideStrategy, CalculationType >::state_type |
| boost::geometry::strategy::within::winding< Point, PointOfSegment, SideStrategy, CalculationType >::winding | ( | ) |
| boost::geometry::strategy::within::winding< Point, PointOfSegment, SideStrategy, CalculationType >::winding | ( | SideStrategy const & | side_strategy | ) |
| bool boost::geometry::strategy::within::winding< Point, PointOfSegment, SideStrategy, CalculationType >::apply | ( | Point const & | point, |
| PointOfSegment const & | s1, | ||
| PointOfSegment const & | s2, | ||
| counter & | state | ||
| ) | const |
|
static |
|
April 2, 2011 |
Copyright © 2007-2011 Barend Gehrels, Amsterdam, the Netherlands Copyright © 2008-2011 Bruno Lalande, Paris, France Copyright © 2009-2010 Mateusz Loskot, London, UK |