/Src/Dependencies/Boost/libs/geometry/doc/reference/core/tag.qbk

http://hadesmem.googlecode.com/ · text · 29 lines · 23 code · 6 blank · 0 comment · 0 complexity · 75808be8d12f09ad81077da0a70ba4e4 MD5 · raw file

  1. [/============================================================================
  2. Boost.Geometry (aka GGL, Generic Geometry Library)
  3. Copyright (c) 2009-2011 Barend Gehrels, Amsterdam, the Netherlands.
  4. Use, modification and distribution is subject to the Boost Software License,
  5. Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  6. http://www.boost.org/LICENSE_1_0.txt)
  7. =============================================================================/]
  8. [heading Metafunction result type]
  9. The metafunction tag defines [*type] as one of the following tags:
  10. * point_tag
  11. * linestring_tag
  12. * polygon_tag
  13. * multi_point_tag
  14. * multi_linestring_tag
  15. * multi_polygon_tag
  16. * box_tag
  17. * segment_tag
  18. * ring_tag
  19. [heading Complexity]
  20. Compile time
  21. [heading Example]
  22. [tag]
  23. [tag_output]