![]() |
![]() |
Functions | |
template<typename Geometry > | |
bool | boost::geometry::is_valid (Geometry const &geometry) |
Checks if a geometry \1. | |
template<typename Geometry > | |
bool | boost::geometry::is_valid (Geometry const &geometry, validity_failure_type &failure) |
Checks if a geometry \1. | |
template<typename Geometry > | |
bool | boost::geometry::is_valid (Geometry const &geometry, std::string &message) |
Checks if a geometry \1. |
bool boost::geometry::is_valid | ( | Geometry const & | geometry | ) |
Checks if a geometry \1.
Geometry | Any type fulfilling a Geometry Concept |
geometry | A model of the specified concept |
bool boost::geometry::is_valid | ( | Geometry const & | geometry, |
validity_failure_type & | failure | ||
) |
Checks if a geometry \1.
Geometry | Any type fulfilling a Geometry Concept |
geometry | A model of the specified concept |
failure | An enumeration value indicating that the geometry is valid or not, and if not valid indicating the reason why |
bool boost::geometry::is_valid | ( | Geometry const & | geometry, |
std::string & | message | ||
) |
Checks if a geometry \1.
Geometry | Any type fulfilling a Geometry Concept |
geometry | A model of the specified concept |
message | A string containing a message stating if the geometry is valid or not, and if not valid a reason why |
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 |