Difference between revisions of "CGAL"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=CGAL |Short description=A Computational Geometry Algorithms Library |Full description=The goal of the CGAL Project is to provide easy access to efficient and reliab...")
 
(New version)
 
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
|Full description=The goal of the CGAL Project is to provide easy access to efficient and reliable geometric algorithms in the form of a C++ library. CGAL is used in various areas needing geometric computation, such as: computer graphics, scientific visualization, computer aided design and modeling, geographic information systems, molecular biology, medical imaging, robotics and motion planning, mesh generation, numerical methods...<br />
 
|Full description=The goal of the CGAL Project is to provide easy access to efficient and reliable geometric algorithms in the form of a C++ library. CGAL is used in various areas needing geometric computation, such as: computer graphics, scientific visualization, computer aided design and modeling, geographic information systems, molecular biology, medical imaging, robotics and motion planning, mesh generation, numerical methods...<br />
 
CGAL offers data structures and algorithms like triangulations (2D constrained triangulations and Delaunay triangulations in 2D and 3D), Voronoi diagrams (for 2D and 3D points, 2D additively weighted Voronoi diagrams, and segment Voronoi diagrams), Boolean operations on polygons and polyhedra, arrangements of curves and their applications (2D and 3D envelopes, Minkowski sums) mesh generation (2D Delaunay mesh generation and 3D surface mesh generation, skin surfaces), geometry processing (surface mesh simplification, subdivision and parameterization, as well as estimation of local differential properties, and approximation of ridges and umbilics), alpha shapes, convex hull algorithms (in 2D, 3D and dD), operations on polygons (straight skeleton and offset polygon), search structures (kd trees for nearest neighbor search, and range and segment trees), interpolation (natural neighbor interpolation and placement of streamlines), shape analysis, fitting, and distances (smallest enclosing sphere of points or spheres, smallest enclosing ellipsoid of points, principal component analysis), and kinetic data structures. All these data structures and algorithms operate on geometric objects like points and segments, and perform geometric tests on them. These objects and predicates are regrouped in CGAL Kernels.
 
CGAL offers data structures and algorithms like triangulations (2D constrained triangulations and Delaunay triangulations in 2D and 3D), Voronoi diagrams (for 2D and 3D points, 2D additively weighted Voronoi diagrams, and segment Voronoi diagrams), Boolean operations on polygons and polyhedra, arrangements of curves and their applications (2D and 3D envelopes, Minkowski sums) mesh generation (2D Delaunay mesh generation and 3D surface mesh generation, skin surfaces), geometry processing (surface mesh simplification, subdivision and parameterization, as well as estimation of local differential properties, and approximation of ridges and umbilics), alpha shapes, convex hull algorithms (in 2D, 3D and dD), operations on polygons (straight skeleton and offset polygon), search structures (kd trees for nearest neighbor search, and range and segment trees), interpolation (natural neighbor interpolation and placement of streamlines), shape analysis, fitting, and distances (smallest enclosing sphere of points or spheres, smallest enclosing ellipsoid of points, principal component analysis), and kinetic data structures. All these data structures and algorithms operate on geometric objects like points and segments, and perform geometric tests on them. These objects and predicates are regrouped in CGAL Kernels.
 +
|Homepage URL=http://cgal.org/
 
|User level=none
 
|User level=none
|Status=Live
 
|Component programs=
 
|Homepage URL=http://www.cgal.org/
 
|VCS checkout command=
 
 
|Computer languages=C++
 
|Computer languages=C++
|Documentation note=
 
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
|Related projects=
 
 
|Keywords=C++,Computational Geometry,Software Library
 
|Keywords=C++,Computational Geometry,Software Library
|Is GNU=n
+
|Version identifier=4.9
|Last review by=Sylvain Pion
+
|Version date=2016/09/19
|Last review date=2006-10-12
+
|Version status=stable
 +
|Version download=https://github.com/CGAL/cgal/archive/releases/CGAL-4.9.tar.gz
 +
|Last review by=Alejandroindependiente
 +
|Last review date=2017/03/09
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=3.3
+
|Status=
|Version date=2007-06-01
+
|Is GNU=No
|Version status=stable
 
|Version download=http://www.cgal.org/download.html
 
 
|License verified date=2006-10-12
 
|License verified date=2006-10-12
|Version comment=3.3 released on 2007-06-01
+
}}
 +
{{Project license
 +
|License=LGPL
 +
|License verified by=Mviinama
 +
|License verified date=2014-09-20
 +
}}
 +
{{Project license
 +
|License=GPL
 +
|License verified by=Mviinama
 +
|License verified date=2014-09-20
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=The CGAL Developers
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=The CGAL Developers
 
|Email=
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
Line 61: Line 61:
 
}}
 
}}
 
{{Software category
 
{{Software category
|Graphics=2D,3d
+
|Graphics=2d, 3d
 
|Interface=library
 
|Interface=library
|Library=c++
 
 
|Use=library
 
|Use=library
 
|Works-with=graphics
 
|Works-with=graphics
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=LGPLv2
 
|License verified by=Ted Teah
 
|License verified date=2006-10-12
 
}}
 
{{Project license
 
|License=QPL
 
|License verified by=Ted Teah
 
|License verified date=2006-10-12
 
}}
 

Latest revision as of 20:15, 8 March 2017


[edit]

CGAL

http://cgal.org/
A Computational Geometry Algorithms Library

The goal of the CGAL Project is to provide easy access to efficient and reliable geometric algorithms in the form of a C++ library. CGAL is used in various areas needing geometric computation, such as: computer graphics, scientific visualization, computer aided design and modeling, geographic information systems, molecular biology, medical imaging, robotics and motion planning, mesh generation, numerical methods...
CGAL offers data structures and algorithms like triangulations (2D constrained triangulations and Delaunay triangulations in 2D and 3D), Voronoi diagrams (for 2D and 3D points, 2D additively weighted Voronoi diagrams, and segment Voronoi diagrams), Boolean operations on polygons and polyhedra, arrangements of curves and their applications (2D and 3D envelopes, Minkowski sums) mesh generation (2D Delaunay mesh generation and 3D surface mesh generation, skin surfaces), geometry processing (surface mesh simplification, subdivision and parameterization, as well as estimation of local differential properties, and approximation of ridges and umbilics), alpha shapes, convex hull algorithms (in 2D, 3D and dD), operations on polygons (straight skeleton and offset polygon), search structures (kd trees for nearest neighbor search, and range and segment trees), interpolation (natural neighbor interpolation and placement of streamlines), shape analysis, fitting, and distances (smallest enclosing sphere of points or spheres, smallest enclosing ellipsoid of points, principal component analysis), and kinetic data structures. All these data structures and algorithms operate on geometric objects like points and segments, and perform geometric tests on them. These objects and predicates are regrouped in CGAL Kernels.





Licensing

License

Verified by

Verified on

Notes

License

LGPL

Verified by

Mviinama

Verified on

20 September 2014

License

GPL

Verified by

Mviinama

Verified on

20 September 2014




Leaders and contributors

Contact(s)Role
The CGAL Developers Maintainer


Resources and communication

AudienceResource typeURI
HelpE-mailhttps://lists-sop.inria.fr/wws/info/cgal-announce
DeveloperMailing List Info/Archivehttps://lists-sop.inria.fr/wws/info/cgal-discuss
Bug Tracking,SupportE-mailmailto:cgal-discuss@lists-sop.inria.fr
SupportE-mailhttps://lists-sop.inria.fr/wws/info/cgal-discuss
HelpE-mailmailto:cgal-announce@lists-sop.inria.fr


Software prerequisites




Entry





























Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.