mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-18 02:02:08 +00:00
112 lines
11 KiB
HTML
112 lines
11 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
<title>Boost.Geometry (aka GGL, Generic Geometry Library)</title>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
|
<link href="tabs.css" rel="stylesheet" type="text/css">
|
|
</head>
|
|
|
|
<table cellpadding="2" width="100%">
|
|
<tbody>
|
|
<tr>
|
|
<td valign="top">
|
|
<img alt="Boost.Geometry" src="images/ggl-logo-big.png" height="80" width="200">
|
|
|
|
</td>
|
|
<td valign="top" align="right">
|
|
<a href="http://www.boost.org">
|
|
<img alt="Boost C++ Libraries" src="images/accepted_by_boost.png" height="80" width="230" border="0">
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<!-- Generated by Doxygen 1.5.9 -->
|
|
<div class="navigation" id="top">
|
|
<div class="tabs">
|
|
<ul>
|
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
|
<li><a href="pages.html"><span>Related Pages</span></a></li>
|
|
<li><a href="modules.html"><span>Modules</span></a></li>
|
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
|
<li><a href="annotated.html"><span>Classes</span></a></li>
|
|
<li><a href="files.html"><span>Files</span></a></li>
|
|
<li><a href="examples.html"><span>Examples</span></a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="contents">
|
|
<h1>core: meta-functions for geometry types</h1><table border="0" cellpadding="0" cellspacing="0">
|
|
<tr><td></td></tr>
|
|
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1geometry_1_1coordinate__system.html">boost::geometry::coordinate_system< G ></a></td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Meta-function which defines coordinate system for any <a class="el" href="namespaceboost_1_1geometry.html">geometry</a>. <a href="structboost_1_1geometry_1_1coordinate__system.html#_details">More...</a><br></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1geometry_1_1coordinate__type.html">boost::geometry::coordinate_type< G ></a></td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Meta-function which defines coordinate type (int, float, double, etc) of any <a class="el" href="namespaceboost_1_1geometry.html">geometry</a>. <a href="structboost_1_1geometry_1_1coordinate__type.html#_details">More...</a><br></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1geometry_1_1cs__tag.html">boost::geometry::cs_tag< G ></a></td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Meta-function returning coordinate system <a class="el" href="structboost_1_1geometry_1_1tag.html" title="Meta-function to get the tag of any geometry type.">tag</a> (<a class="el" href="namespaceboost_1_1geometry_1_1cs.html">cs</a> family) of any <a class="el" href="namespaceboost_1_1geometry.html">geometry</a>. <a href="structboost_1_1geometry_1_1cs__tag.html#_details">More...</a><br></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1geometry_1_1dimension.html">boost::geometry::dimension< G ></a></td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Meta-function which defines coordinate dimensions, i.e. the number of axes of any <a class="el" href="namespaceboost_1_1geometry.html">geometry</a>. <a href="structboost_1_1geometry_1_1dimension.html#_details">More...</a><br></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1geometry_1_1exception.html">boost::geometry::exception</a></td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Base <a class="el" href="structboost_1_1geometry_1_1exception.html" title="Base exception class for GGL.">exception</a> class for GGL. <a href="structboost_1_1geometry_1_1exception.html#_details">More...</a><br></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1geometry_1_1geometry__id.html">boost::geometry::geometry_id< Geometry ></a></td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Meta-function the id for a <a class="el" href="namespaceboost_1_1geometry.html">geometry</a> type. <a href="structboost_1_1geometry_1_1geometry__id.html#_details">More...</a><br></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1geometry_1_1interior__type.html">boost::geometry::interior_type< Geometry ></a></td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Meta-function defining container type of inner rings of (multi)<a class="el" href="classboost_1_1geometry_1_1polygon.html" title="The polygon contains an outer ring and zero or more inner rings.">polygon</a> geometriy. <a href="structboost_1_1geometry_1_1interior__type.html#_details">More...</a><br></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1geometry_1_1is__linear.html">boost::geometry::is_linear< Geometry ></a></td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Meta-function defining "true" for linear types (<a class="el" href="classboost_1_1geometry_1_1linestring.html" title="A linestring (named so by OGC) is a collection (default a vector) of points.">linestring</a>,ring), "false" for non-linear typse. <a href="structboost_1_1geometry_1_1is__linear.html#_details">More...</a><br></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1geometry_1_1is__multi.html">boost::geometry::is_multi< Geometry ></a></td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Meta-function defining "true" for multi geometries (<a class="el" href="structboost_1_1geometry_1_1multi__point.html" title="multi_point, a collection of points">multi_point</a>, etc). <a href="structboost_1_1geometry_1_1is__multi.html#_details">More...</a><br></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1geometry_1_1is__radian.html">boost::geometry::is_radian< CoordinateSystem ></a></td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Meta-function to verify if a coordinate system is <a class="el" href="classboost_1_1geometry_1_1radian.html" title="Unit of plane angle: Radians.">radian</a>. <a href="structboost_1_1geometry_1_1is__radian.html#_details">More...</a><br></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1geometry_1_1point__order.html">boost::geometry::point_order< Geometry ></a></td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Meta-function which defines <a class="el" href="classboost_1_1geometry_1_1point.html" title="Basic point class, having coordinates defined in a neutral way.">point</a> type of any <a class="el" href="namespaceboost_1_1geometry.html">geometry</a>. <a href="structboost_1_1geometry_1_1point__order.html#_details">More...</a><br></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1geometry_1_1point__type.html">boost::geometry::point_type< Geometry ></a></td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Meta-function which defines <a class="el" href="classboost_1_1geometry_1_1point.html" title="Basic point class, having coordinates defined in a neutral way.">point</a> type of any <a class="el" href="namespaceboost_1_1geometry.html">geometry</a>. <a href="structboost_1_1geometry_1_1point__type.html#_details">More...</a><br></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1geometry_1_1ring__type.html">boost::geometry::ring_type< Geometry ></a></td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Meta-function which defines ring type of (multi)<a class="el" href="classboost_1_1geometry_1_1polygon.html" title="The polygon contains an outer ring and zero or more inner rings.">polygon</a> <a class="el" href="namespaceboost_1_1geometry.html">geometry</a>. <a href="structboost_1_1geometry_1_1ring__type.html#_details">More...</a><br></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1geometry_1_1tag.html">boost::geometry::tag< Geometry ></a></td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Meta-function to get the <a class="el" href="structboost_1_1geometry_1_1tag.html" title="Meta-function to get the tag of any geometry type.">tag</a> of any <a class="el" href="namespaceboost_1_1geometry.html">geometry</a> type. <a href="structboost_1_1geometry_1_1tag.html#_details">More...</a><br></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1geometry_1_1topological__dimension.html">boost::geometry::topological_dimension< Geometry ></a></td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Meta-function returning the topological <a class="el" href="structboost_1_1geometry_1_1dimension.html" title="Meta-function which defines coordinate dimensions, i.e. the number of axes of any...">dimension</a> of a <a class="el" href="namespaceboost_1_1geometry.html">geometry</a>. <a href="structboost_1_1geometry_1_1topological__dimension.html#_details">More...</a><br></td></tr>
|
|
</table>
|
|
</div>
|
|
<hr size="1">
|
|
<table width="100%">
|
|
<tbody>
|
|
<tr>
|
|
<td align="left"><small>
|
|
<p>December 1, 2009</p>
|
|
</small></td>
|
|
<td align="right">
|
|
<small>Copyright © 1995-2009 Barend Gehrels, Geodan, Amsterdam<br>
|
|
Copyright © 2008-2009 Bruno Lalande, Paris<br>
|
|
Copyright © 2009 Mateusz Loskot, Cadcorp, London<br>
|
|
</small>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<address style="text-align: right;"><small>
|
|
Documentation is generated by <a href="http://www.doxygen.org/index.html">Doxygen</a>
|
|
</small></address>
|
|
</body>
|
|
</html>
|