[/============================================================================
Boost.Geometry (aka GGL, Generic Geometry Library)
Copyright (c) 2007-2013 Barend Gehrels, Amsterdam, the Netherlands.
Copyright (c) 2008-2013 Bruno Lalande, Paris, France.
Copyright (c) 2009-2013 Mateusz Loskot, London, UK.
Use, modification and distribution is subject to the Boost Software License,
Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
=============================================================================/]
[/ Generated by doxygen_xml2qbk 1.1.1, don't change, will be overwritten automatically]
[/ Generated from doxy/doxygen_output/xml/group__discrete__hausdorff__distance.xml]
[section:discrete_hausdorff_distance_3_with_strategy discrete_hausdorff_distance (with strategy)]
'''discrete_hausdorff_distance'''
Calculate discrete Hausdorff distance between two geometries (currently works for LineString-LineString, MultiPoint-MultiPoint, Point-MultiPoint, MultiLineString-MultiLineString) using specified strategy.
[heading Synopsis]
``template
distance_result< typename point_type::type, typename point_type::type, Strategy >::type discrete_hausdorff_distance(Geometry1 const & geometry1, Geometry2 const & geometry2, Strategy const & strategy)``
[heading Parameters]
[table
[[Type] [Concept] [Name] [Description] ]
[[Geometry1 const &] [Any type fulfilling a Geometry Concept ] [geometry1] [Input geometry ]]
[[Geometry2 const &] [Any type fulfilling a Geometry Concept ] [geometry2] [Input geometry ]]
[[Strategy const &] [A type fulfilling a DistanceStrategy concept ] [strategy] [Distance strategy to be used to calculate Pt-Pt distance]]
]
[heading Header]
Either
`#include `
Or
`#include `
[include reference/algorithms/discrete_hausdorff_distance.qbk]
[heading Available Strategies]
* [link geometry.reference.strategies.strategy_distance_pythagoras Pythagoras (cartesian)]
* [link geometry.reference.strategies.strategy_distance_haversine Haversine (spherical)]
[/ * more (currently extensions): Vincenty, Andoyer (geographic) ]
[heading Example]
[discrete_hausdorff_distance_strategy]
[discrete_hausdorff_distance_strategy_output]
[endsect]
[section:discrete_hausdorff_distance_2 discrete_hausdorff_distance]
'''discrete_hausdorff_distance'''
Calculate discrete Hausdorff distance between two geometries (currently works for LineString-LineString, MultiPoint-MultiPoint, Point-MultiPoint, MultiLineString-MultiLineString).
[heading Synopsis]
``template
distance_result< typename point_type::type, typename point_type::type >::type discrete_hausdorff_distance(Geometry1 const & geometry1, Geometry2 const & geometry2)``
[heading Parameters]
[table
[[Type] [Concept] [Name] [Description] ]
[[Geometry1 const &] [Any type fulfilling a Geometry Concept ] [geometry1] [Input geometry ]]
[[Geometry2 const &] [Any type fulfilling a Geometry Concept ] [geometry2] [Input geometry]]
]
[heading Header]
Either
`#include `
Or
`#include `
[include reference/algorithms/discrete_hausdorff_distance.qbk]
[heading Example]
[discrete_hausdorff_distance]
[discrete_hausdorff_distance_output]
[endsect]