Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
perimeter.hpp File Reference
#include <boost/range/metafunctions.hpp>
#include <boost/variant/static_visitor.hpp>
#include <boost/variant/apply_visitor.hpp>
#include <boost/variant/variant_fwd.hpp>
#include <boost/geometry/algorithms/length.hpp>
#include <boost/geometry/algorithms/detail/calculate_null.hpp>
#include <boost/geometry/algorithms/detail/calculate_sum.hpp>
#include <boost/geometry/algorithms/detail/multi_sum.hpp>
#include <boost/geometry/core/cs.hpp>
#include <boost/geometry/core/closure.hpp>
#include <boost/geometry/core/tags.hpp>
#include <boost/geometry/geometries/concepts/check.hpp>
#include <boost/geometry/strategies/default_length_result.hpp>
#include <boost/geometry/strategies/default_strategy.hpp>
Include dependency graph for perimeter.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::geometry::dispatch::perimeter< Geometry, Tag >
 
struct  boost::geometry::dispatch::perimeter< Geometry, ring_tag >
 
struct  boost::geometry::dispatch::perimeter< Polygon, polygon_tag >
 
struct  boost::geometry::dispatch::perimeter< MultiPolygon, multi_polygon_tag >
 
struct  boost::geometry::resolve_strategy::perimeter
 
struct  boost::geometry::resolve_variant::perimeter< Geometry >
 
struct  boost::geometry::resolve_variant::perimeter< boost::variant< BOOST_VARIANT_ENUM_PARAMS(T)> >
 
struct  boost::geometry::resolve_variant::perimeter< boost::variant< BOOST_VARIANT_ENUM_PARAMS(T)> >::visitor< Strategy >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::geometry
 
 boost::geometry::dispatch
 
 boost::geometry::resolve_strategy
 
 boost::geometry::resolve_variant
 

Functions

template<typename Geometry >
default_length_result
< Geometry >::type 
boost::geometry::perimeter (Geometry const &geometry)
 {perimeter} More...
 
template<typename Geometry , typename Strategy >
default_length_result
< Geometry >::type 
boost::geometry::perimeter (Geometry const &geometry, Strategy const &strategy)
 {perimeter} More...