![]() |
![]() |
Functions | |
template<typename Geometry , typename Strategy > | |
bool | boost::geometry::is_simple (Geometry const &geometry, Strategy const &strategy) |
Checks if a geometry is simple. More... | |
template<typename Geometry > | |
bool | boost::geometry::is_simple (Geometry const &geometry) |
Checks if a geometry is simple. More... | |
bool boost::geometry::is_simple | ( | Geometry const & | geometry, |
Strategy const & | strategy | ||
) |
Checks if a geometry is simple.
Geometry | Any type fulfilling a Geometry Concept |
Strategy | Any type fulfilling a Is_simple Strategy Concept |
geometry | A model of the specified concept |
strategy | The strategy which will be used for is_simple calculations |
bool boost::geometry::is_simple | ( | Geometry const & | geometry | ) |
Checks if a geometry is simple.
Geometry | Any type fulfilling a Geometry Concept |
geometry | A model of the specified concept |
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 |