buffer_distance_asymmetric.qbk 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. [/============================================================================
  2. Boost.Geometry (aka GGL, Generic Geometry Library)
  3. Copyright (c) 2007-2013 Barend Gehrels, Amsterdam, the Netherlands.
  4. Copyright (c) 2008-2013 Bruno Lalande, Paris, France.
  5. Copyright (c) 2009-2013 Mateusz Loskot, London, UK.
  6. Use, modification and distribution is subject to the Boost Software License,
  7. Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  8. http://www.boost.org/LICENSE_1_0.txt)
  9. =============================================================================/]
  10. [/ Generated by doxygen_xml2qbk 1.1.1, don't change, will be overwritten automatically]
  11. [/ Generated from doxy/doxygen_output/xml/classboost_1_1geometry_1_1strategy_1_1buffer_1_1distance__asymmetric.xml]
  12. [section:strategy_buffer_distance_asymmetric strategy::buffer::distance_asymmetric]
  13. '''<indexterm><primary>strategy</primary></indexterm><indexterm><primary>buffer</primary></indexterm><indexterm><primary>distance_asymmetric</primary></indexterm>'''
  14. Let the buffer for linestrings be asymmetric.
  15. [heading Synopsis]
  16. ``template<typename NumericType>
  17. class strategy::buffer::distance_asymmetric
  18. {
  19. // ...
  20. };
  21. ``
  22. [heading Template parameter(s)]
  23. [table
  24. [[Parameter] [Description]]
  25. [[typename NumericType] [numerical type (int, double, ttmath, ...)]]
  26. ]
  27. [heading Constructor(s)]
  28. [table
  29. [[Function] [Description] [Parameters] ]
  30. [[``distance_asymmetric(NumericType const & left, NumericType const & right)``
  31. ] [Constructs the strategy, two distances must be specified. ] [[* NumericType const &]: ['left]: The distance (or radius) of the buffer on the left side
  32. [* NumericType const &]: ['right]: The distance on the right side
  33. ]]
  34. ]
  35. [heading Header]
  36. `#include <boost/geometry/strategies/agnostic/buffer_distance_asymmetric.hpp>`
  37. [heading Example]
  38. [buffer_distance_asymmetric]
  39. [heading Output]
  40. [$img/strategies/buffer_distance_asymmetric.png]
  41. [heading See also]
  42. * [link geometry.reference.algorithms.buffer.buffer_7_with_strategies buffer (with strategies)]
  43. * [link geometry.reference.strategies.strategy_buffer_distance_symmetric distance_symmetric]
  44. [endsect]