cs_tag.qbk 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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/structboost_1_1geometry_1_1cs__tag.xml]
  12. [section:cs_tag cs_tag]
  13. '''<indexterm><primary>cs_tag</primary></indexterm>'''
  14. Meta-function returning coordinate system tag (cs family) of any geometry.
  15. [heading Synopsis]
  16. ``template<typename Geometry>
  17. struct cs_tag
  18. {
  19. // ...
  20. };
  21. ``
  22. [heading Template parameter(s)]
  23. [table
  24. [[Parameter] [Description]]
  25. [[typename Geometry] [Any type fulfilling a Geometry Concept ]]
  26. ]
  27. [heading Header]
  28. Either
  29. `#include <boost/geometry.hpp>`
  30. Or
  31. `#include <boost/geometry/core/cs.hpp>`
  32. [endsect]