srs_spheroid.qbk 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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_1srs_1_1spheroid.xml]
  12. [section:srs_spheroid srs::spheroid]
  13. '''<indexterm><primary>srs</primary></indexterm><indexterm><primary>spheroid</primary></indexterm>'''
  14. Defines spheroid radius values for use in geographical CS calculations.
  15. [heading Synopsis]
  16. ``template<typename RadiusType>
  17. class srs::spheroid
  18. {
  19. // ...
  20. };
  21. ``
  22. [heading Template parameter(s)]
  23. [table
  24. [[Parameter] [Description]]
  25. [[typename RadiusType] [tparam_radius ]]
  26. ]
  27. [heading Constructor(s)]
  28. [table
  29. [[Function] [Description] [Parameters] ]
  30. [[``spheroid(RadiusType const & a, RadiusType const & b)``
  31. ] [] [[* RadiusType const &]: ['a]:
  32. [* RadiusType const &]: ['b]:
  33. ]]
  34. [[``spheroid()``
  35. ] [] [
  36. ]]
  37. ]
  38. [heading Member Function(s)]
  39. [table
  40. [[Function] [Description] [Parameters] [Returns]]
  41. [[``template<std::size_t I>
  42. RadiusType get_radius()``
  43. ] [] [
  44. ][
  45. ]
  46. ]
  47. [[``template<std::size_t I>
  48. void set_radius(RadiusType const & radius)``
  49. ] [] [[* RadiusType const &]: ['radius]:
  50. ][
  51. ]
  52. ]
  53. ]
  54. [heading Header]
  55. `#include <boost/geometry/srs/spheroid.hpp>`
  56. [endsect]