Boost.Geometry    Boost C++ Libraries
Classes | Namespaces | Functions
centroid.hpp File Reference

Classes

class  boost::geometry::centroid_exception
 Centroid Exception. More...
 
struct  boost::geometry::resolve_strategy::centroid< Geometry >
 
struct  boost::geometry::resolve_variant::centroid< Geometry >
 
struct  boost::geometry::resolve_variant::centroid< boost::variant< BOOST_VARIANT_ENUM_PARAMS(T)> >
 
struct  boost::geometry::resolve_variant::centroid< boost::variant< BOOST_VARIANT_ENUM_PARAMS(T)> >::visitor< Point, Strategy >
 

Namespaces

 boost
 
 boost::geometry
 
 boost::geometry::resolve_strategy
 
 boost::geometry::resolve_variant
 

Functions

template<typename Geometry , typename Point , typename Strategy >
void boost::geometry::centroid (Geometry const &geometry, Point &c, Strategy const &strategy)
 Calculates the centroid of a geometry using the specified strategy. More...
 
template<typename Geometry , typename Point >
void boost::geometry::centroid (Geometry const &geometry, Point &c)
 Calculates the centroid of a geometry. More...
 
template<typename Point , typename Geometry >
Point boost::geometry::return_centroid (Geometry const &geometry)
 Calculates the centroid of a geometry. More...
 
template<typename Point , typename Geometry , typename Strategy >
Point boost::geometry::return_centroid (Geometry const &geometry, Strategy const &strategy)
 Calculates the centroid of a geometry using the specified strategy. More...
 

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