Files
geometry/doc/doxygen_output/html/arithmetic_8hpp.html
Barend Gehrels 363580fbf6 Added old doxygen docs
[SVN r59777]
2010-02-20 15:57:12 +00:00

112 lines
8.4 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">
&nbsp;&nbsp;
</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&nbsp;Page</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;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 class="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>boost/geometry/arithmetic/arithmetic.hpp File Reference</h1>
<p>
<a href="arithmetic_8hpp_source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost.html">boost</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost_1_1geometry.html">boost::geometry</a></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memTemplParams" nowrap colspan="2">template&lt;typename Point1 , typename Point2 &gt; </td></tr>
<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__arithmetic.html#gf595c14ab7034da7d6b67322e0a99870">boost::geometry::add_point</a> (Point1 &amp;p1, Point2 const &amp;p2)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Adds a <a class="el" href="classboost_1_1geometry_1_1point.html" title="Basic point class, having coordinates defined in a neutral way.">point</a> to another. <a href="group__arithmetic.html#gf595c14ab7034da7d6b67322e0a99870"></a><br></td></tr>
<tr><td class="memTemplParams" nowrap colspan="2">template&lt;typename Point &gt; </td></tr>
<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__arithmetic.html#g7458ae2b1a6267e21b2daac8b35e443e">boost::geometry::add_value</a> (Point &amp;p, typename detail::param&lt; Point &gt;::type value)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Adds a value to each coordinate of a <a class="el" href="classboost_1_1geometry_1_1point.html" title="Basic point class, having coordinates defined in a neutral way.">point</a>. <a href="group__arithmetic.html#g7458ae2b1a6267e21b2daac8b35e443e"></a><br></td></tr>
<tr><td class="memTemplParams" nowrap colspan="2">template&lt;typename Point1 , typename Point2 &gt; </td></tr>
<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__arithmetic.html#g72f0f1ea2b53e00c45e6eed40604e270">boost::geometry::divide_point</a> (Point1 &amp;p1, Point2 const &amp;p2)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Divides a <a class="el" href="classboost_1_1geometry_1_1point.html" title="Basic point class, having coordinates defined in a neutral way.">point</a> by another. <a href="group__arithmetic.html#g72f0f1ea2b53e00c45e6eed40604e270"></a><br></td></tr>
<tr><td class="memTemplParams" nowrap colspan="2">template&lt;typename Point &gt; </td></tr>
<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__arithmetic.html#g6bc24f87156cc3c40e16e0f2fa47280a">boost::geometry::divide_value</a> (Point &amp;p, typename detail::param&lt; Point &gt;::type value)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Divides each coordinate of a <a class="el" href="classboost_1_1geometry_1_1point.html" title="Basic point class, having coordinates defined in a neutral way.">point</a> by a value. <a href="group__arithmetic.html#g6bc24f87156cc3c40e16e0f2fa47280a"></a><br></td></tr>
<tr><td class="memTemplParams" nowrap colspan="2">template&lt;typename Point1 , typename Point2 &gt; </td></tr>
<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__arithmetic.html#g6bed4618f2d58404362a7c584d8045e5">boost::geometry::multiply_point</a> (Point1 &amp;p1, Point2 const &amp;p2)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Multiplies a <a class="el" href="classboost_1_1geometry_1_1point.html" title="Basic point class, having coordinates defined in a neutral way.">point</a> by another. <a href="group__arithmetic.html#g6bed4618f2d58404362a7c584d8045e5"></a><br></td></tr>
<tr><td class="memTemplParams" nowrap colspan="2">template&lt;typename Point &gt; </td></tr>
<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__arithmetic.html#g1486e033b9a991315ce0be491f9c5585">boost::geometry::multiply_value</a> (Point &amp;p, typename detail::param&lt; Point &gt;::type value)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Multiplies each coordinate of a <a class="el" href="classboost_1_1geometry_1_1point.html" title="Basic point class, having coordinates defined in a neutral way.">point</a> by a value. <a href="group__arithmetic.html#g1486e033b9a991315ce0be491f9c5585"></a><br></td></tr>
<tr><td class="memTemplParams" nowrap colspan="2">template&lt;typename Point1 , typename Point2 &gt; </td></tr>
<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__arithmetic.html#g941f5637305d369b047144faeb2d29b0">boost::geometry::subtract_point</a> (Point1 &amp;p1, Point2 const &amp;p2)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Subtracts a <a class="el" href="classboost_1_1geometry_1_1point.html" title="Basic point class, having coordinates defined in a neutral way.">point</a> to another. <a href="group__arithmetic.html#g941f5637305d369b047144faeb2d29b0"></a><br></td></tr>
<tr><td class="memTemplParams" nowrap colspan="2">template&lt;typename Point &gt; </td></tr>
<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__arithmetic.html#g931ec2441c2cc157611340c9a6da0182">boost::geometry::subtract_value</a> (Point &amp;p, typename detail::param&lt; Point &gt;::type value)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Subtracts a value to each coordinate of a <a class="el" href="classboost_1_1geometry_1_1point.html" title="Basic point class, having coordinates defined in a neutral way.">point</a>. <a href="group__arithmetic.html#g931ec2441c2cc157611340c9a6da0182"></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&nbsp;<a href="http://www.doxygen.org/index.html">Doxygen</a>
</small></address>
</body>
</html>