Boost.Geometry    Boost C++ Libraries
Public Types | Static Public Member Functions | List of all members
boost::geometry::strategy::within::winding_calculate_count< Point, CalculationType, CSTag > Struct Template Reference

Public Types

typedef CalculationType calc_t
 
typedef coordinate_system
< Point >::type::units 
units_t
 

Static Public Member Functions

static int apply (calc_t const &p, calc_t const &s1, calc_t const &s2, bool eq1, bool eq2)
 
static bool greater (calc_t const &l, calc_t const &r)
 

Member Typedef Documentation

template<typename Point , typename CalculationType , typename CSTag = typename cs_tag<Point>::type>
typedef CalculationType boost::geometry::strategy::within::winding_calculate_count< Point, CalculationType, CSTag >::calc_t
template<typename Point , typename CalculationType , typename CSTag = typename cs_tag<Point>::type>
typedef coordinate_system<Point>::type::units boost::geometry::strategy::within::winding_calculate_count< Point, CalculationType, CSTag >::units_t

Member Function Documentation

template<typename Point , typename CalculationType , typename CSTag = typename cs_tag<Point>::type>
static bool boost::geometry::strategy::within::winding_calculate_count< Point, CalculationType, CSTag >::greater ( calc_t const &  l,
calc_t const &  r 
)
static
template<typename Point , typename CalculationType , typename CSTag = typename cs_tag<Point>::type>
static int boost::geometry::strategy::within::winding_calculate_count< Point, CalculationType, CSTag >::apply ( calc_t const &  p,
calc_t const &  s1,
calc_t const &  s2,
bool  eq1,
bool  eq2 
)
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
Documentation is generated by Doxygen