Boost.Geometry    Boost C++ Libraries
Functions
is_simple: detect if a geometry is simple

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...
 

Detailed Description

Function Documentation

template<typename Geometry , typename Strategy >
bool boost::geometry::is_simple ( Geometry const &  geometry,
Strategy const &  strategy 
)

Checks if a geometry is simple.

Template Parameters
GeometryAny type fulfilling a Geometry Concept
StrategyAny type fulfilling a Is_simple Strategy Concept
Parameters
geometryA model of the specified concept
strategyThe strategy which will be used for is_simple calculations
Returns
Returns true if the geometry is simple
template<typename Geometry >
bool boost::geometry::is_simple ( Geometry const &  geometry)

Checks if a geometry is simple.

Template Parameters
GeometryAny type fulfilling a Geometry Concept
Parameters
geometryA model of the specified concept
Returns
Returns true if the geometry is simple

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