Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r59781 - sandbox/geometry/libs/geometry/doc/quickbook/html/geometry
From: barend.gehrels_at_[hidden]
Date: 2010-02-20 11:37:15


Author: barendgehrels
Date: 2010-02-20 11:37:14 EST (Sat, 20 Feb 2010)
New Revision: 59781
URL: http://svn.boost.org/trac/boost/changeset/59781

Log:
Added html/geometry
Added:
   sandbox/geometry/libs/geometry/doc/quickbook/html/geometry/
   sandbox/geometry/libs/geometry/doc/quickbook/html/geometry/design.html (contents, props changed)
   sandbox/geometry/libs/geometry/doc/quickbook/html/geometry/extensions.html (contents, props changed)
   sandbox/geometry/libs/geometry/doc/quickbook/html/geometry/modules.html (contents, props changed)
   sandbox/geometry/libs/geometry/doc/quickbook/html/geometry/performance.html (contents, props changed)
   sandbox/geometry/libs/geometry/doc/quickbook/html/geometry/quick_start.html (contents, props changed)

Added: sandbox/geometry/libs/geometry/doc/quickbook/html/geometry/design.html
==============================================================================
--- (empty file)
+++ sandbox/geometry/libs/geometry/doc/quickbook/html/geometry/design.html 2010-02-20 11:37:14 EST (Sat, 20 Feb 2010)
@@ -0,0 +1,96 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>Design</title>
+<link rel="stylesheet" href="../boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
+<link rel="start" href="../index.html" title="Geometry 1.0">
+<link rel="up" href="../index.html" title="Geometry 1.0">
+<link rel="prev" href="quick_start.html" title="Quick Start">
+<link rel="next" href="modules.html" title="Modules">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td>
+<td align="center">Home</td>
+<td align="center">Libraries</td>
+<td align="center">People</td>
+<td align="center">FAQ</td>
+<td align="center">More</td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="quick_start.html"><img src="../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="modules.html"><img src="../../../doc/html/images/next.png" alt="Next"></a>
+</div>
+<div class="section" lang="en">
+<div class="titlepage"><div><div><h2 class="title" style="clear: both">
+<a name="geometry.design"></a><a class="link" href="design.html" title="Design">Design</a>
+</h2></div></div></div>
+<div class="toc"><dl>
+<dt><span class="section">Introduction</span></dt>
+<dt><span class="section">Using templates</span></dt>
+<dt><span class="section">Using type traits</span></dt>
+<dt><span class="section">dimension</span></dt>
+<dt><span class="section">Coordinate type</span></dt>
+<dt><span class="section">Geometry type</span></dt>
+<dt><span class="section">Coordinate system</span></dt>
+<dt><span class="section">Concepts</span></dt>
+</dl></div>
+<div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title">
+<a name="geometry.design.introduction"></a><a class="link" href="design.html#geometry.design.introduction" title="Introduction">Introduction</a>
+</h3></div></div></div></div>
+<div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title">
+<a name="geometry.design.using_templates"></a><a class="link" href="design.html#geometry.design.using_templates" title="Using templates">Using templates</a>
+</h3></div></div></div></div>
+<div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title">
+<a name="geometry.design.using_type_traits"></a><a class="link" href="design.html#geometry.design.using_type_traits" title="Using type traits">Using type traits</a>
+</h3></div></div></div></div>
+<div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title">
+<a name="geometry.design.dimension"></a><a class="link" href="design.html#geometry.design.dimension" title="dimension">dimension</a>
+</h3></div></div></div></div>
+<div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title">
+<a name="geometry.design.coordinate_type"></a><a class="link" href="design.html#geometry.design.coordinate_type" title="Coordinate type">Coordinate type</a>
+</h3></div></div></div></div>
+<div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title">
+<a name="geometry.design.geometry_type"></a><a class="link" href="design.html#geometry.design.geometry_type" title="Geometry type">Geometry type</a>
+</h3></div></div></div></div>
+<div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title">
+<a name="geometry.design.coordinate_system"></a><a class="link" href="design.html#geometry.design.coordinate_system" title="Coordinate system">Coordinate system</a>
+</h3></div></div></div></div>
+<div class="section" lang="en">
+<div class="titlepage"><div><div><h3 class="title">
+<a name="geometry.design.concepts"></a><a class="link" href="design.html#geometry.design.concepts" title="Concepts">Concepts</a>
+</h3></div></div></div>
+<div class="toc"><dl>
+<dt><span class="section">Point</span></dt>
+<dt><span class="section">Linestring</span></dt>
+<dt><span class="section">Polygon</span></dt>
+</dl></div>
+<p>
+ <span class="emphasis"><em>TODO: Explains how concepts are derived and defined</em></span>
+ </p>
+<div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title">
+<a name="geometry.design.concepts.point"></a><a class="link" href="design.html#geometry.design.concepts.point" title="Point">Point</a>
+</h4></div></div></div></div>
+<div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title">
+<a name="geometry.design.concepts.linestring"></a><a class="link" href="design.html#geometry.design.concepts.linestring" title="Linestring">Linestring</a>
+</h4></div></div></div></div>
+<div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title">
+<a name="geometry.design.concepts.polygon"></a><a class="link" href="design.html#geometry.design.concepts.polygon" title="Polygon">Polygon</a>
+</h4></div></div></div></div>
+</div>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright © 2009 Barend Gehrels, Bruno Lalande, Mateusz Loskot<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="quick_start.html"><img src="../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="modules.html"><img src="../../../doc/html/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>

Added: sandbox/geometry/libs/geometry/doc/quickbook/html/geometry/extensions.html
==============================================================================
--- (empty file)
+++ sandbox/geometry/libs/geometry/doc/quickbook/html/geometry/extensions.html 2010-02-20 11:37:14 EST (Sat, 20 Feb 2010)
@@ -0,0 +1,40 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>Extensions</title>
+<link rel="stylesheet" href="../boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
+<link rel="start" href="../index.html" title="Geometry 1.0">
+<link rel="up" href="../index.html" title="Geometry 1.0">
+<link rel="prev" href="performance.html" title="Performance">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td>
+<td align="center">Home</td>
+<td align="center">Libraries</td>
+<td align="center">People</td>
+<td align="center">FAQ</td>
+<td align="center">More</td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="performance.html"><img src="../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/html/images/home.png" alt="Home"></a>
+</div>
+<div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both">
+<a name="geometry.extensions"></a><a class="link" href="extensions.html" title="Extensions">Extensions</a>
+</h2></div></div></div></div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright © 2009 Barend Gehrels, Bruno Lalande, Mateusz Loskot<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="performance.html"><img src="../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/html/images/home.png" alt="Home"></a>
+</div>
+</body>
+</html>

Added: sandbox/geometry/libs/geometry/doc/quickbook/html/geometry/modules.html
==============================================================================
--- (empty file)
+++ sandbox/geometry/libs/geometry/doc/quickbook/html/geometry/modules.html 2010-02-20 11:37:14 EST (Sat, 20 Feb 2010)
@@ -0,0 +1,66 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>Modules</title>
+<link rel="stylesheet" href="../boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
+<link rel="start" href="../index.html" title="Geometry 1.0">
+<link rel="up" href="../index.html" title="Geometry 1.0">
+<link rel="prev" href="design.html" title="Design">
+<link rel="next" href="performance.html" title="Performance">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td>
+<td align="center">Home</td>
+<td align="center">Libraries</td>
+<td align="center">People</td>
+<td align="center">FAQ</td>
+<td align="center">More</td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="design.html"><img src="../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="performance.html"><img src="../../../doc/html/images/next.png" alt="Next"></a>
+</div>
+<div class="section" lang="en">
+<div class="titlepage"><div><div><h2 class="title" style="clear: both">
+<a name="geometry.modules"></a><a class="link" href="modules.html" title="Modules">Modules</a>
+</h2></div></div></div>
+<div class="toc"><dl>
+<dt><span class="section">Concepts</span></dt>
+<dt><span class="section">Geometry</span></dt>
+<dt><span class="section">Algorithms</span></dt>
+</dl></div>
+<div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title">
+<a name="geometry.modules.concepts"></a><a class="link" href="modules.html#geometry.modules.concepts" title="Concepts">Concepts</a>
+</h3></div></div></div></div>
+<div class="section" lang="en">
+<div class="titlepage"><div><div><h3 class="title">
+<a name="geometry.modules.geometry"></a><a class="link" href="modules.html#geometry.modules.geometry" title="Geometry">Geometry</a>
+</h3></div></div></div>
+<p>
+ <span class="emphasis"><em>TODO: Should it be renamed to Primitives or Simple, so Boost.Geometry.Simple
+ is clear</em></span>
+ </p>
+</div>
+<div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title">
+<a name="geometry.modules.algorithms"></a><a class="link" href="modules.html#geometry.modules.algorithms" title="Algorithms">Algorithms</a>
+</h3></div></div></div></div>
+<p>
+ ...
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright © 2009 Barend Gehrels, Bruno Lalande, Mateusz Loskot<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="design.html"><img src="../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="performance.html"><img src="../../../doc/html/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>

Added: sandbox/geometry/libs/geometry/doc/quickbook/html/geometry/performance.html
==============================================================================
--- (empty file)
+++ sandbox/geometry/libs/geometry/doc/quickbook/html/geometry/performance.html 2010-02-20 11:37:14 EST (Sat, 20 Feb 2010)
@@ -0,0 +1,41 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>Performance</title>
+<link rel="stylesheet" href="../boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
+<link rel="start" href="../index.html" title="Geometry 1.0">
+<link rel="up" href="../index.html" title="Geometry 1.0">
+<link rel="prev" href="modules.html" title="Modules">
+<link rel="next" href="extensions.html" title="Extensions">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td>
+<td align="center">Home</td>
+<td align="center">Libraries</td>
+<td align="center">People</td>
+<td align="center">FAQ</td>
+<td align="center">More</td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="modules.html"><img src="../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="extensions.html"><img src="../../../doc/html/images/next.png" alt="Next"></a>
+</div>
+<div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both">
+<a name="geometry.performance"></a><a class="link" href="performance.html" title="Performance">Performance</a>
+</h2></div></div></div></div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright © 2009 Barend Gehrels, Bruno Lalande, Mateusz Loskot<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="modules.html"><img src="../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="extensions.html"><img src="../../../doc/html/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>

Added: sandbox/geometry/libs/geometry/doc/quickbook/html/geometry/quick_start.html
==============================================================================
--- (empty file)
+++ sandbox/geometry/libs/geometry/doc/quickbook/html/geometry/quick_start.html 2010-02-20 11:37:14 EST (Sat, 20 Feb 2010)
@@ -0,0 +1,41 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>Quick Start</title>
+<link rel="stylesheet" href="../boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
+<link rel="start" href="../index.html" title="Geometry 1.0">
+<link rel="up" href="../index.html" title="Geometry 1.0">
+<link rel="prev" href="../index.html" title="Geometry 1.0">
+<link rel="next" href="design.html" title="Design">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td>
+<td align="center">Home</td>
+<td align="center">Libraries</td>
+<td align="center">People</td>
+<td align="center">FAQ</td>
+<td align="center">More</td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../index.html"><img src="../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="design.html"><img src="../../../doc/html/images/next.png" alt="Next"></a>
+</div>
+<div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both">
+<a name="geometry.quick_start"></a><a class="link" href="quick_start.html" title="Quick Start">Quick Start</a>
+</h2></div></div></div></div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright © 2009 Barend Gehrels, Bruno Lalande, Mateusz Loskot<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../index.html"><img src="../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="design.html"><img src="../../../doc/html/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk