Core Triangle API: Unterschied zwischen den Versionen

GISWiki - Das freie Portal für Geoinformatik (GIS)
Wechseln zu: Navigation, Suche
Zeile 1: Zeile 1:
The '''Core Trinagle API''' is a port of the UNIX application TRIANGLE written by Jonathan Richard Shewchuk for DELPHI use under Window NT
+
The '''Core Trinagle API''' is a port of the UNIX application TRIANGLE written by Jonathan Richard Shewchuk for DELPHI use under Window NT.
  
The application is used to create a two-dimensional mesh [[triangulation]] in Delaunay terms. It supports [[Delaunay-Triangulation|Delaunay triangulation]], constraint polygon triangulation and the creation of [[Voronoi-Diagramm|Voronoi-diagrams]]. The Program was modfied to use interfaces for [[Delphi]] 5 under Windows NT 4.0. To be opportune with the compiler family, the code was adapted to use the free Borland [[CPlusPlus|C++]] Compiler BCC 5.5. The result is a dynamic liked library with a DELPHI core API. The code is very volatile and it is the start for programming a secure encapsulation of the API as a component.  
+
The application is used to create a two-dimensional mesh [[triangulation]] in Delaunay terms. It supports [[Delaunay-Triangulation|Delaunay triangulation]], constraint polygon triangulation, and the creation of [[Voronoi-Diagramm|Voronoi-diagrams]]. The Program was modified to use interfaces for [[Delphi]] 5 under Windows NT 4.0. To be opportune with the compiler family, the code was adapted to use the free Borland [[CPlusPlus|C++]] Compiler BCC 5.5. The result is a dynamic like library with a DELPHI core API. The code is very volatile, and it is the start for programming a secure encapsulation of the API as a component.  
  
 
* http://www.triplexware.huckfinn.de/geogfix.html
 
* http://www.triplexware.huckfinn.de/geogfix.html

Version vom 27. Januar 2006, 14:53 Uhr

The Core Trinagle API is a port of the UNIX application TRIANGLE written by Jonathan Richard Shewchuk for DELPHI use under Window NT.

The application is used to create a two-dimensional mesh triangulation in Delaunay terms. It supports Delaunay triangulation, constraint polygon triangulation, and the creation of Voronoi-diagrams. The Program was modified to use interfaces for Delphi 5 under Windows NT 4.0. To be opportune with the compiler family, the code was adapted to use the free Borland C++ Compiler BCC 5.5. The result is a dynamic like library with a DELPHI core API. The code is very volatile, and it is the start for programming a secure encapsulation of the API as a component.