[GRASS-SVN] r34810 - grass-addons/vector/v.delaunay2
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Dec 9 06:33:37 EST 2008
Author: hamish
Date: 2008-12-09 06:33:37 -0500 (Tue, 09 Dec 2008)
New Revision: 34810
Removed:
grass-addons/vector/v.delaunay2/v.delaunay2.tmp.html
Modified:
grass-addons/vector/v.delaunay2/edge.c
grass-addons/vector/v.delaunay2/edge.h
grass-addons/vector/v.delaunay2/geometry.c
grass-addons/vector/v.delaunay2/geometry.h
grass-addons/vector/v.delaunay2/in_out.c
grass-addons/vector/v.delaunay2/memory.c
Log:
svn meta cleanups
Property changes on: grass-addons/vector/v.delaunay2/edge.c
___________________________________________________________________
Name: svn:executable
- *
Property changes on: grass-addons/vector/v.delaunay2/edge.h
___________________________________________________________________
Name: svn:executable
- *
Property changes on: grass-addons/vector/v.delaunay2/geometry.c
___________________________________________________________________
Name: svn:executable
- *
Property changes on: grass-addons/vector/v.delaunay2/geometry.h
___________________________________________________________________
Name: svn:executable
- *
Property changes on: grass-addons/vector/v.delaunay2/in_out.c
___________________________________________________________________
Name: svn:executable
- *
Property changes on: grass-addons/vector/v.delaunay2/memory.c
___________________________________________________________________
Name: svn:executable
- *
Deleted: grass-addons/vector/v.delaunay2/v.delaunay2.tmp.html
===================================================================
--- grass-addons/vector/v.delaunay2/v.delaunay2.tmp.html 2008-12-09 10:50:31 UTC (rev 34809)
+++ grass-addons/vector/v.delaunay2/v.delaunay2.tmp.html 2008-12-09 11:33:37 UTC (rev 34810)
@@ -1,65 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title>GRASS GIS: v.delaunay2</title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<link rel="stylesheet" href="grassdocs.css" type="text/css">
-</head>
-<body bgcolor="white">
-<img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>
-<h2>NAME</h2>
-<em><b>v.delaunay2</b></em>
-
-<H2>DESCRIPTION</H2>
-
-<EM>v.delaunay2</EM> uses an existing vector points map (<B>input</B>)
-to create a Delaunay triangulation vector map (<B>output</B>).
-<P>
-
-<BR>
-Delaunay triangulation example:
-<center>
-<img src=v_delaunay_spearfish60_archsites.png border=1><BR>
-<table border=0 width=590>
-<tr><td><center>
-<i>Delaunay Triangulation</i>
-</center></td></tr>
-</table>
-</center>
-
-
-<H2>EXAMPLE</H2>
-
-Commands used with the Spearfish dataset to create the above figure.
-<div class="code"><pre>
- g.region n=4927250 s=4920000 w=588650 e=605850
- v.delaunay2 -lr in=archsites out=arch_delaunay
- d.vect map=arch_delaunay color=0:0:255
-</pre></div>
-
-
-<H2>REFERENCES</H2>
-<EM>Leonid Guibas and Jorge Stolfi, (1985).
-Primitives for the
-Manipulation of General Subdivisions and the Computation of
-Voronoi Diagrams, ACM Transactions on Graphics, Vol 4, No. 2,
-April 1985, Pages 74-123
-</EM>
-
-<H2>SEE ALSO</H2>
-<EM>
-<A HREF="v.voronoi.html">v.voronoi</A>,
-<A HREF="v.hull.html">v.hull</A>
-</EM>
-
-
-<H2>AUTHORS</H2>
-Martin Pavlovsky<br>
-
-<p>
-<i>Last changed: $Date: (Mon, 18 Aug 2008) $</i></p>
-<HR>
-<P><a href="index.html">Main index</a> - <a href="vector.html">vector index</a> - <a href="full_index.html">Full index</a></P>
-<P>© 2003-2008 <a href="http://grass.osgeo.org">GRASS Development Team</a></p>
-</body>
-</html>
More information about the grass-commit
mailing list