![]() |
![]() |
Within detection using cross counting,. More...
Classes | |
class | flags |
Public Types | |
typedef Point | point_type |
typedef PointOfSegment | segment_point_type |
typedef flags | state_type |
Static Public Member Functions | |
static bool | apply (Point const &point, PointOfSegment const &seg1, PointOfSegment const &seg2, flags &state) |
static int | result (flags const &state) |
Within detection using cross counting,.
Point | Any type fulfilling a Point Concept |
PointOfSegment | segment point type |
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::crossings_multiply< Point, PointOfSegment, CalculationType >::point_type |
typedef PointOfSegment boost::geometry::strategy::within::crossings_multiply< Point, PointOfSegment, CalculationType >::segment_point_type |
typedef flags boost::geometry::strategy::within::crossings_multiply< Point, PointOfSegment, CalculationType >::state_type |
static bool boost::geometry::strategy::within::crossings_multiply< Point, PointOfSegment, CalculationType >::apply | ( | Point const & | point, |
PointOfSegment const & | seg1, | ||
PointOfSegment const & | seg2, | ||
flags & | state | ||
) | [static] |
static int boost::geometry::strategy::within::crossings_multiply< Point, PointOfSegment, CalculationType >::result | ( | flags const & | state | ) | [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 |