mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-12 14:01:47 +00:00
94 lines
6.3 KiB
HTML
94 lines
6.3 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 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 List</span></a></li>
|
||
<li><a href="globals.html"><span>File Members</span></a></li>
|
||
</ul>
|
||
</div>
|
||
<h1>boost/geometry/geometries/cartesian3d.hpp</h1><a href="cartesian3d_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">// Boost.Geometry (aka GGL, Generic Geometry Library)</span>
|
||
<a name="l00002"></a>00002 <span class="comment">//</span>
|
||
<a name="l00003"></a>00003 <span class="comment">// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands.</span>
|
||
<a name="l00004"></a>00004 <span class="comment">// Copyright Bruno Lalande 2008, 2009</span>
|
||
<a name="l00005"></a>00005 <span class="comment">// Use, modification and distribution is subject to the Boost Software License,</span>
|
||
<a name="l00006"></a>00006 <span class="comment">// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at</span>
|
||
<a name="l00007"></a>00007 <span class="comment">// http://www.boost.org/LICENSE_1_0.txt)</span>
|
||
<a name="l00008"></a>00008
|
||
<a name="l00009"></a>00009 <span class="preprocessor">#ifndef BOOST_GEOMETRY_CARTESIAN3D_HPP</span>
|
||
<a name="l00010"></a>00010 <span class="preprocessor"></span><span class="preprocessor">#define BOOST_GEOMETRY_CARTESIAN3D_HPP</span>
|
||
<a name="l00011"></a>00011 <span class="preprocessor"></span>
|
||
<a name="l00012"></a>00012 <span class="comment">// Predeclare common Cartesian 3D points for convenience</span>
|
||
<a name="l00013"></a>00013
|
||
<a name="l00014"></a>00014 <span class="preprocessor">#include <<a class="code" href="geometries_8hpp.html">boost/geometry/geometries/geometries.hpp</a>></span>
|
||
<a name="l00015"></a>00015
|
||
<a name="l00016"></a>00016 <span class="keyword">namespace </span>boost { <span class="keyword">namespace </span>geometry
|
||
<a name="l00017"></a>00017 {
|
||
<a name="l00018"></a><a class="code" href="namespaceboost_1_1geometry.html#50816e1113d306197991551d654d2564">00018</a> <span class="keyword">typedef</span> <a class="code" href="classboost_1_1geometry_1_1point.html" title="Basic point class, having coordinates defined in a neutral way.">point<double, 3, cs::cartesian></a> <a class="code" href="classboost_1_1geometry_1_1point.html" title="Basic point class, having coordinates defined in a neutral way.">point_3d</a>;
|
||
<a name="l00019"></a><a class="code" href="namespaceboost_1_1geometry.html#299865f7183ed0060a5ae0e409cb105e">00019</a> <span class="keyword">typedef</span> <a class="code" href="classboost_1_1geometry_1_1linestring.html" title="A linestring (named so by OGC) is a collection (default a vector) of points.">linestring<point_3d></a> <a class="code" href="classboost_1_1geometry_1_1linestring.html" title="A linestring (named so by OGC) is a collection (default a vector) of points.">linestring_3d</a>;
|
||
<a name="l00020"></a><a class="code" href="namespaceboost_1_1geometry.html#db5126f005cbf4af0c30e4efe31ba8be">00020</a> <span class="keyword">typedef</span> <a class="code" href="classboost_1_1geometry_1_1linear__ring.html" title="A linear_ring (linear linear_ring) is a closed line which should not be selfintersecting...">linear_ring<point_3d></a> <a class="code" href="classboost_1_1geometry_1_1linear__ring.html" title="A linear_ring (linear linear_ring) is a closed line which should not be selfintersecting...">ring_3d</a>;
|
||
<a name="l00021"></a><a class="code" href="namespaceboost_1_1geometry.html#d5a7ad27ff644d300792c8acb957011d">00021</a> <span class="keyword">typedef</span> <a class="code" href="classboost_1_1geometry_1_1polygon.html" title="The polygon contains an outer ring and zero or more inner rings.">polygon<point_3d></a> <a class="code" href="classboost_1_1geometry_1_1polygon.html" title="The polygon contains an outer ring and zero or more inner rings.">polygon_3d</a>;
|
||
<a name="l00022"></a><a class="code" href="namespaceboost_1_1geometry.html#46f84ff052f93b1175888a45aa62e9ed">00022</a> <span class="keyword">typedef</span> <a class="code" href="classboost_1_1geometry_1_1box.html" title="Class box: defines a box made of two describing points.">box<point_3d></a> <a class="code" href="classboost_1_1geometry_1_1box.html" title="Class box: defines a box made of two describing points.">box_3d</a>;
|
||
<a name="l00023"></a>00023
|
||
<a name="l00024"></a>00024 }} <span class="comment">// namespace boost::geometry</span>
|
||
<a name="l00025"></a>00025
|
||
<a name="l00026"></a>00026
|
||
<a name="l00027"></a>00027 <span class="preprocessor">#endif // BOOST_GEOMETRY_CARTESIAN3D_HPP</span>
|
||
</pre></div></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 <20> 1995-2009 Barend Gehrels, Geodan, Amsterdam<br>
|
||
Copyright <20> 2008-2009 Bruno Lalande, Paris<br>
|
||
Copyright <20> 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>
|