mirror of https://github.com/CGAL/cgal
use https for all links to www.cgal.org and doc.cgal.org
This commit is contained in:
parent
72a6f22a38
commit
01af331c72
|
|
@ -1,6 +1,6 @@
|
||||||
# CGAL Resources
|
# CGAL Resources
|
||||||
|
|
||||||
* [Official CGAL website](http://www.cgal.org)
|
* [Official CGAL website](https://www.cgal.org)
|
||||||
* [Online manual](http://doc.cgal.org/latest/Manual/index.html)
|
* [Online manual](https://doc.cgal.org/latest/Manual/index.html)
|
||||||
* [Guidelines for contributing](https://github.com/CGAL/cgal/wiki/Guidelines)
|
* [Guidelines for contributing](https://github.com/CGAL/cgal/wiki/Guidelines)
|
||||||
* [Mailing lists](http://www.cgal.org/mailing_list.html)
|
* [Mailing lists](https://www.cgal.org/mailing_list.html)
|
||||||
|
|
|
||||||
|
|
@ -4,11 +4,11 @@
|
||||||
<p>Copyright ©2009
|
<p>Copyright ©2009
|
||||||
<a href="http://www-sop.inria.fr/">INRIA Sophia Antipolis - Mediterranee<a/></p>
|
<a href="http://www-sop.inria.fr/">INRIA Sophia Antipolis - Mediterranee<a/></p>
|
||||||
<p>This application illustrates the AABB tree component
|
<p>This application illustrates the AABB tree component
|
||||||
of <a href="http://www.cgal.org/">CGAL</a>, applied to polyhedron
|
of <a href="https://www.cgal.org/">CGAL</a>, applied to polyhedron
|
||||||
facets and edges.</p>
|
facets and edges.</p>
|
||||||
<p>See also the following chapters of the manual:
|
<p>See also the following chapters of the manual:
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://www.cgal.org/Pkg/Polyhedron">
|
<li><a href="https://www.cgal.org/Pkg/Polyhedron">
|
||||||
3D Polyhedral Surface</a>,
|
3D Polyhedral Surface</a>,
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@
|
||||||
<h2>3D Alpha Shapes</h2>
|
<h2>3D Alpha Shapes</h2>
|
||||||
<p>Copyright © 2008 GeometryFactory</p>
|
<p>Copyright © 2008 GeometryFactory</p>
|
||||||
<p>This application illustrates the 3D Alpha shapes
|
<p>This application illustrates the 3D Alpha shapes
|
||||||
of <a href="http://www.cgal.org/">CGAL</a>.</p>
|
of <a href="https://www.cgal.org/">CGAL</a>.</p>
|
||||||
<p>See also <a href="http://www.cgal.org/Pkg/AlphaShapes3">the online
|
<p>See also <a href="https://www.cgal.org/Pkg/AlphaShapes3">the online
|
||||||
manual</a>.</p>
|
manual</a>.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ namespace CGAL {
|
||||||
// Barycentric coordinates namespace.
|
// Barycentric coordinates namespace.
|
||||||
namespace Barycentric_coordinates {
|
namespace Barycentric_coordinates {
|
||||||
|
|
||||||
// Examples: see the User Manual here - http://doc.cgal.org/latest/Manual/index.html.
|
// Examples: see the User Manual here - https://doc.cgal.org/latest/Manual/index.html.
|
||||||
// [1] Reference: "M. S. Floater, K. Hormann, and G. Kos. A general construction of barycentric coordinates over convex polygons. Advances in Computational Mathematics, 24(1-4):311-331, 2006.".
|
// [1] Reference: "M. S. Floater, K. Hormann, and G. Kos. A general construction of barycentric coordinates over convex polygons. Advances in Computational Mathematics, 24(1-4):311-331, 2006.".
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ namespace CGAL {
|
||||||
// Barycentric coordinates namespace.
|
// Barycentric coordinates namespace.
|
||||||
namespace Barycentric_coordinates {
|
namespace Barycentric_coordinates {
|
||||||
|
|
||||||
// Examples: see the User Manual here - http://doc.cgal.org/latest/Manual/index.html.
|
// Examples: see the User Manual here - https://doc.cgal.org/latest/Manual/index.html.
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \ingroup PkgBarycentric_coordinates_2
|
* \ingroup PkgBarycentric_coordinates_2
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@ public:
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
// Examples: see the User Manual here - http://doc.cgal.org/latest/Manual/index.html.
|
// Examples: see the User Manual here - https://doc.cgal.org/latest/Manual/index.html.
|
||||||
// [1] Reference: "K. Hormann and M. Floater. Mean value coordinates for arbitrary planar polygons. ACM Transactions on Graphics, 25(4):1424-1441, 2006.".
|
// [1] Reference: "K. Hormann and M. Floater. Mean value coordinates for arbitrary planar polygons. ACM Transactions on Graphics, 25(4):1424-1441, 2006.".
|
||||||
// [2] Reference: "M. S. Floater, Wachspress and mean value coordinates, to appear in the Proceedings of the 14th International Conference on Approximation Theory, G. Fasshauer and L. L. Schumaker (eds.)."
|
// [2] Reference: "M. S. Floater, Wachspress and mean value coordinates, to appear in the Proceedings of the 14th International Conference on Approximation Theory, G. Fasshauer and L. L. Schumaker (eds.)."
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ namespace CGAL {
|
||||||
// Barycentric coordinates namespace.
|
// Barycentric coordinates namespace.
|
||||||
namespace Barycentric_coordinates {
|
namespace Barycentric_coordinates {
|
||||||
|
|
||||||
// Examples: see the User Manual - http://doc.cgal.org/latest/Manual/index.html.
|
// Examples: see the User Manual - https://doc.cgal.org/latest/Manual/index.html.
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \ingroup PkgBarycentric_coordinates_2
|
* \ingroup PkgBarycentric_coordinates_2
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ namespace CGAL {
|
||||||
// Barycentric coordinates namespace.
|
// Barycentric coordinates namespace.
|
||||||
namespace Barycentric_coordinates {
|
namespace Barycentric_coordinates {
|
||||||
|
|
||||||
// Examples: see the User Manual here - http://doc.cgal.org/latest/Manual/index.html.
|
// Examples: see the User Manual here - https://doc.cgal.org/latest/Manual/index.html.
|
||||||
// [1] Reference: Weisstein, Eric W. "Barycentric Coordinates." From MathWorld--A Wolfram Web Resource. http://mathworld.wolfram.com/BarycentricCoordinates.html.
|
// [1] Reference: Weisstein, Eric W. "Barycentric Coordinates." From MathWorld--A Wolfram Web Resource. http://mathworld.wolfram.com/BarycentricCoordinates.html.
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ namespace CGAL {
|
||||||
// Barycentric coordinates namespace.
|
// Barycentric coordinates namespace.
|
||||||
namespace Barycentric_coordinates {
|
namespace Barycentric_coordinates {
|
||||||
|
|
||||||
// Examples: see the User Manual here - http://doc.cgal.org/latest/Manual/index.html.
|
// Examples: see the User Manual here - https://doc.cgal.org/latest/Manual/index.html.
|
||||||
// [1] Reference: "M. S. Floater, K. Hormann, and G. Kos. A general construction of barycentric coordinates over convex polygons. Advances in Computational Mathematics, 24(1-4):311-331, 2006.".
|
// [1] Reference: "M. S. Floater, K. Hormann, and G. Kos. A general construction of barycentric coordinates over convex polygons. Advances in Computational Mathematics, 24(1-4):311-331, 2006.".
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,7 @@ special_warnings(const char *,
|
||||||
<< " // File : " << file << std::endl
|
<< " // File : " << file << std::endl
|
||||||
<< " // Line : " << line << std::endl
|
<< " // Line : " << line << std::endl
|
||||||
<< " // Explanation: " << msg << std::endl
|
<< " // Explanation: " << msg << std::endl
|
||||||
<< " // Refer to the bug-reporting instructions at http://www.cgal.org/bug_report.html"
|
<< " // Refer to the bug-reporting instructions at https://www.cgal.org/bug_report.html"
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -259,11 +259,11 @@ namespace CGAL_MINIBALL_NAMESPACE {
|
||||||
// check size of support set:
|
// check size of support set:
|
||||||
if (e > static_cast<int>(l.size()) || e > (D+1)) {
|
if (e > static_cast<int>(l.size()) || e > (D+1)) {
|
||||||
cerr << "BUG: Min_sphere_of_spheres_d: support set too large." << endl
|
cerr << "BUG: Min_sphere_of_spheres_d: support set too large." << endl
|
||||||
<< "Refer to the bug-reporting instructions at http://www.cgal.org/bug_report.html" << endl;
|
<< "Refer to the bug-reporting instructions at https://www.cgal.org/bug_report.html" << endl;
|
||||||
return false;
|
return false;
|
||||||
} else if (l.size() > 0 && e<=0) {
|
} else if (l.size() > 0 && e<=0) {
|
||||||
cerr << "BUG: Min_sphere_of_spheres_d: support set too small." << endl
|
cerr << "BUG: Min_sphere_of_spheres_d: support set too small." << endl
|
||||||
<< "Refer to the bug-reporting instructions at http://www.cgal.org/bug_report.html" << endl;
|
<< "Refer to the bug-reporting instructions at https://www.cgal.org/bug_report.html" << endl;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -271,7 +271,7 @@ namespace CGAL_MINIBALL_NAMESPACE {
|
||||||
if (l.size() <= 0) {
|
if (l.size() <= 0) {
|
||||||
if (!is_empty()) {
|
if (!is_empty()) {
|
||||||
cerr << "BUG: Min_sphere_of_spheres_d: miniball of {} non-empty." << endl
|
cerr << "BUG: Min_sphere_of_spheres_d: miniball of {} non-empty." << endl
|
||||||
<< "Refer to the bug-reporting instructions at http://www.cgal.org/bug_report.html" << endl;
|
<< "Refer to the bug-reporting instructions at https://www.cgal.org/bug_report.html" << endl;
|
||||||
return false;
|
return false;
|
||||||
} else
|
} else
|
||||||
return true;
|
return true;
|
||||||
|
|
@ -310,7 +310,7 @@ namespace CGAL_MINIBALL_NAMESPACE {
|
||||||
}
|
}
|
||||||
if (!isSupporting) {
|
if (!isSupporting) {
|
||||||
cerr << "BUG: Min_sphere_of_spheres_d: support not on boundary." << endl
|
cerr << "BUG: Min_sphere_of_spheres_d: support not on boundary." << endl
|
||||||
<< "Refer to the bug-reporting instructions at http://www.cgal.org/bug_report.html" << endl;
|
<< "Refer to the bug-reporting instructions at https://www.cgal.org/bug_report.html" << endl;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -336,7 +336,7 @@ namespace CGAL_MINIBALL_NAMESPACE {
|
||||||
++i;
|
++i;
|
||||||
if (i >= D+1) {
|
if (i >= D+1) {
|
||||||
cerr << "BUG: Min_sphere_of_spheres_d: supp. centers aff. dep." << endl
|
cerr << "BUG: Min_sphere_of_spheres_d: supp. centers aff. dep." << endl
|
||||||
<< "Refer to the bug-reporting instructions at http://www.cgal.org/bug_report.html" << endl;
|
<< "Refer to the bug-reporting instructions at https://www.cgal.org/bug_report.html" << endl;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -370,7 +370,7 @@ namespace CGAL_MINIBALL_NAMESPACE {
|
||||||
if (!is_zero(rhs[i],ss.disc())) {
|
if (!is_zero(rhs[i],ss.disc())) {
|
||||||
cerr << "BUG: Min_sphere_of_spheres_d: center of the miniball" << endl
|
cerr << "BUG: Min_sphere_of_spheres_d: center of the miniball" << endl
|
||||||
<< " not in the span of the support centers." << endl
|
<< " not in the span of the support centers." << endl
|
||||||
<< "Refer to the bug-reporting instructions at http://www.cgal.org/bug_report.html" << endl;
|
<< "Refer to the bug-reporting instructions at https://www.cgal.org/bug_report.html" << endl;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -388,7 +388,7 @@ namespace CGAL_MINIBALL_NAMESPACE {
|
||||||
if (is_neg_or_zero(lambda[i],ss.disc())) {
|
if (is_neg_or_zero(lambda[i],ss.disc())) {
|
||||||
cerr << "BUG: Min_sphere_of_spheres_d: center of miniball not in" << endl
|
cerr << "BUG: Min_sphere_of_spheres_d: center of miniball not in" << endl
|
||||||
<< " interior of convex hull of support centers." << endl
|
<< " interior of convex hull of support centers." << endl
|
||||||
<< "Refer to the bug-reporting instructions at http://www.cgal.org/bug_report.html" << endl;
|
<< "Refer to the bug-reporting instructions at https://www.cgal.org/bug_report.html" << endl;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -79,7 +79,7 @@ namespace CGAL{
|
||||||
int IpelibVersion() const { return IPELIB_VERSION; }
|
int IpelibVersion() const { return IPELIB_VERSION; }
|
||||||
int NumFunctions() const { return nbf; }
|
int NumFunctions() const { return nbf; }
|
||||||
virtual const char *Label() const{ return &Name[0]; }
|
virtual const char *Label() const{ return &Name[0]; }
|
||||||
const char *About() const {return "http://www.cgal.org";};
|
const char *About() const {return "https://www.cgal.org";};
|
||||||
virtual const char *SubLabel(int function) const {return &SubLab[function][0];};
|
virtual const char *SubLabel(int function) const {return &SubLab[function][0];};
|
||||||
virtual const char *HelpMsg(int function) const{return &HMsg[function][0];};
|
virtual const char *HelpMsg(int function) const{return &HMsg[function][0];};
|
||||||
void Run (int i, IpePage *page, IpeletHelper *helper) {
|
void Run (int i, IpePage *page, IpeletHelper *helper) {
|
||||||
|
|
@ -89,7 +89,7 @@ namespace CGAL{
|
||||||
protected_run(i);
|
protected_run(i);
|
||||||
}
|
}
|
||||||
catch(...){
|
catch(...){
|
||||||
helper->MessageBox("Error : Save your page in a file and submit it to \n http://www.cgal.org/bug_report.html","OK",NULL,NULL);
|
helper->MessageBox("Error : Save your page in a file and submit it to \n https://www.cgal.org/bug_report.html","OK",NULL,NULL);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -116,7 +116,7 @@ namespace CGAL{
|
||||||
int ipelibVersion() const { return ipe::IPELIB_VERSION; }
|
int ipelibVersion() const { return ipe::IPELIB_VERSION; }
|
||||||
int NumFunctions() const { return nbf; }
|
int NumFunctions() const { return nbf; }
|
||||||
virtual const char *Label() const{ return &Name[0]; }
|
virtual const char *Label() const{ return &Name[0]; }
|
||||||
const char *About() const {return "http://www.cgal.org";};
|
const char *About() const {return "https://www.cgal.org";};
|
||||||
virtual const char *SubLabel(int function) const {return &SubLab[function][0];};
|
virtual const char *SubLabel(int function) const {return &SubLab[function][0];};
|
||||||
virtual const char *HelpMsg(int function) const{return &HMsg[function][0];};
|
virtual const char *HelpMsg(int function) const{return &HMsg[function][0];};
|
||||||
bool run (int i, ipe::IpeletData* data, ipe::IpeletHelper* helper) {
|
bool run (int i, ipe::IpeletData* data, ipe::IpeletHelper* helper) {
|
||||||
|
|
@ -127,7 +127,7 @@ namespace CGAL{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
catch(...){
|
catch(...){
|
||||||
helper->messageBox("Error : Save your page in a file and submit it to \n http://www.cgal.org/bug_report.html",NULL,ipe::IpeletHelper::EOkCancelButtons);
|
helper->messageBox("Error : Save your page in a file and submit it to \n https://www.cgal.org/bug_report.html",NULL,ipe::IpeletHelper::EOkCancelButtons);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ class PointC2
|
||||||
{
|
{
|
||||||
typedef PointC2<R_> Self;
|
typedef PointC2<R_> Self;
|
||||||
typedef typename R_::FT FT;
|
typedef typename R_::FT FT;
|
||||||
// http://doc.cgal.org/latest/Manual/devman_code_format.html#secprogramming_conventions
|
// https://doc.cgal.org/latest/Manual/devman_code_format.html#secprogramming_conventions
|
||||||
typedef typename R_::Vector_2 Vector_2_;
|
typedef typename R_::Vector_2 Vector_2_;
|
||||||
typedef typename R_::Point_2 Point_2;
|
typedef typename R_::Point_2 Point_2;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ template <class R_>
|
||||||
class SphereC3
|
class SphereC3
|
||||||
{
|
{
|
||||||
typedef typename R_::FT FT;
|
typedef typename R_::FT FT;
|
||||||
// http://doc.cgal.org/latest/Manual/devman_code_format.html#secprogramming_conventions
|
// https://doc.cgal.org/latest/Manual/devman_code_format.html#secprogramming_conventions
|
||||||
typedef typename R_::Point_3 Point_3_;
|
typedef typename R_::Point_3 Point_3_;
|
||||||
typedef typename R_::Vector_3 Vector_3;
|
typedef typename R_::Vector_3 Vector_3;
|
||||||
typedef typename R_::Sphere_3 Sphere_3;
|
typedef typename R_::Sphere_3 Sphere_3;
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ namespace CGAL {
|
||||||
template < class R_ >
|
template < class R_ >
|
||||||
class VectorC3
|
class VectorC3
|
||||||
{
|
{
|
||||||
// http://doc.cgal.org/latest/Manual/devman_code_format.html#secprogramming_conventions
|
// https://doc.cgal.org/latest/Manual/devman_code_format.html#secprogramming_conventions
|
||||||
typedef typename R_::FT FT_;
|
typedef typename R_::FT FT_;
|
||||||
typedef typename R_::Point_3 Point_3;
|
typedef typename R_::Point_3 Point_3;
|
||||||
typedef typename R_::Vector_3 Vector_3;
|
typedef typename R_::Vector_3 Vector_3;
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
#define CGAL_DEPRECATED_HEADER "<CGAL/Convex_hull_d.h>"
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Convex_hull_d.h>"
|
||||||
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
"The Triangulation package (see http://doc.cgal.org/latest/Triangulation) should be used instead."
|
"The Triangulation package (see https://doc.cgal.org/latest/Triangulation) should be used instead."
|
||||||
#include <CGAL/internal/deprecation_warning.h>
|
#include <CGAL/internal/deprecation_warning.h>
|
||||||
|
|
||||||
/*{\Manpage {Convex_hull_d}{R}{Convex Hulls}{C}}*/
|
/*{\Manpage {Convex_hull_d}{R}{Convex Hulls}{C}}*/
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
#define CGAL_DEPRECATED_HEADER "<CGAL/Convex_hull_d_to_polyhedron_3.h>"
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Convex_hull_d_to_polyhedron_3.h>"
|
||||||
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
"The Triangulation package (see http://doc.cgal.org/latest/Triangulation) should be used instead."
|
"The Triangulation package (see https://doc.cgal.org/latest/Triangulation) should be used instead."
|
||||||
#include <CGAL/internal/deprecation_warning.h>
|
#include <CGAL/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/Convex_hull_d.h>
|
#include <CGAL/Convex_hull_d.h>
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
#define CGAL_DEPRECATED_HEADER "<CGAL/Convex_hull_d_traits_3.h>"
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Convex_hull_d_traits_3.h>"
|
||||||
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
"The Triangulation package (see http://doc.cgal.org/latest/Triangulation) should be used instead."
|
"The Triangulation package (see https://doc.cgal.org/latest/Triangulation) should be used instead."
|
||||||
#include <CGAL/internal/deprecation_warning.h>
|
#include <CGAL/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/Point_3.h>
|
#include <CGAL/Point_3.h>
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
#define CGAL_DEPRECATED_HEADER "<CGAL/Delaunay_d.h>"
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Delaunay_d.h>"
|
||||||
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
"The Triangulation package (see http://doc.cgal.org/latest/Triangulation) should be used instead."
|
"The Triangulation package (see https://doc.cgal.org/latest/Triangulation) should be used instead."
|
||||||
#include <CGAL/internal/deprecation_warning.h>
|
#include <CGAL/internal/deprecation_warning.h>
|
||||||
|
|
||||||
/*{\Manpage {Delaunay_d}{R,Lifted_R}{Delaunay Triangulations}{DT}}*/
|
/*{\Manpage {Delaunay_d}{R,Lifted_R}{Delaunay Triangulations}{DT}}*/
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
#define CGAL_DEPRECATED_HEADER "<CGAL/Regular_complex_d.h>"
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Regular_complex_d.h>"
|
||||||
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
"The Triangulation package (see http://doc.cgal.org/latest/Triangulation) should be used instead."
|
"The Triangulation package (see https://doc.cgal.org/latest/Triangulation) should be used instead."
|
||||||
#include <CGAL/internal/deprecation_warning.h>
|
#include <CGAL/internal/deprecation_warning.h>
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/basic.h>
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ in the library. This means that they assure that new contributions
|
||||||
|
|
||||||
Software specifications and implementations should be submitted to the
|
Software specifications and implementations should be submitted to the
|
||||||
editorial board for approval. The process is described in the
|
editorial board for approval. The process is described in the
|
||||||
<A HREF="http://www.cgal.org/review_process_rules.html">submission
|
<A HREF="https://www.cgal.org/review_process_rules.html">submission
|
||||||
and review rules</A>.
|
and review rules</A>.
|
||||||
|
|
||||||
One should write a specification for a new package
|
One should write a specification for a new package
|
||||||
|
|
@ -29,6 +29,6 @@ Only after approval by the board will packages be included in new
|
||||||
public releases and then only if they pass the test suite, of course.
|
public releases and then only if they pass the test suite, of course.
|
||||||
|
|
||||||
The current list of members of the editorial board can be found on the
|
The current list of members of the editorial board can be found on the
|
||||||
<A HREF="http://www.cgal.org/people.html">web site</A>.
|
<A HREF="https://www.cgal.org/people.html">web site</A>.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -100,19 +100,19 @@ On other distributions, please consult your package manager documentation.
|
||||||
|
|
||||||
\subsection sseccgalwindows CGAL on Windows
|
\subsection sseccgalwindows CGAL on Windows
|
||||||
|
|
||||||
You can download and run `CGAL-\cgalReleaseNumber``-Setup.exe` from http://www.cgal.org/download.html.
|
You can download and run `CGAL-\cgalReleaseNumber``-Setup.exe` from https://www.cgal.org/download.html.
|
||||||
It is a self extracting executable that installs the \cgal source, and that allows you
|
It is a self extracting executable that installs the \cgal source, and that allows you
|
||||||
to select and download some precompiled third party libraries. However, you will need to compile
|
to select and download some precompiled third party libraries. However, you will need to compile
|
||||||
the library using your favorite compiler.
|
the library using your favorite compiler.
|
||||||
|
|
||||||
A <a href="http://www.cgal.org/windows_installation.html">tutorial</a> is provided on how to proceed with Microsoft Visual Studio 2010.
|
A <a href="https://www.cgal.org/windows_installation.html">tutorial</a> is provided on how to proceed with Microsoft Visual Studio 2010.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\section secgettingcgal Downloading CGAL
|
\section secgettingcgal Downloading CGAL
|
||||||
|
|
||||||
You can obtain the \cgal library from
|
You can obtain the \cgal library from
|
||||||
<A HREF="http://www.cgal.org/download.html">http://www.cgal.org/download.html</A>
|
<A HREF="https://www.cgal.org/download.html">https://www.cgal.org/download.html</A>
|
||||||
and install it yourself.
|
and install it yourself.
|
||||||
|
|
||||||
After you have downloaded the file `CGAL-\cgalReleaseNumber``.tar.gz` containing the
|
After you have downloaded the file `CGAL-\cgalReleaseNumber``.tar.gz` containing the
|
||||||
|
|
@ -152,7 +152,7 @@ of \cgal and has its own license.
|
||||||
|
|
||||||
The only documentation shipped with \cgal sources is the present
|
The only documentation shipped with \cgal sources is the present
|
||||||
installation manual. The \cgal manual must be downloaded separately from
|
installation manual. The \cgal manual must be downloaded separately from
|
||||||
<A HREF="http://www.cgal.org/download.html">`http://www.cgal.org/download.html`</A>.
|
<A HREF="https://www.cgal.org/download.html">`https://www.cgal.org/download.html`</A>.
|
||||||
|
|
||||||
\section seccompilers Supported Compilers
|
\section seccompilers Supported Compilers
|
||||||
|
|
||||||
|
|
@ -334,7 +334,7 @@ cmake -DCGAL_HEADER_ONLY=ON . # configure \cgal
|
||||||
|
|
||||||
and we do not need to run `make` anymore.
|
and we do not need to run `make` anymore.
|
||||||
|
|
||||||
There is one possible problem when using \cgal in header-only mode on a Windows operating system when compiling a program using several modules (executable programs or dynamic-link libraries DLL). If two different modules use the same static variable, this variable is defined independently in each of these modules. If one module modifies the value of this variable, it will not be modified in the other module, which could induce an unexpected behavior. In \cgal, this concerns only a few specific variables: the <A HREF="http://doc.cgal.org/latest/Generator/classCGAL_1_1Random.html">default random</A>, the <A HREF="http://doc.cgal.org/latest/STL_Extension/group__PkgStlExtensionAssertions.html">failure behavior</A>, <A HREF="http://doc.cgal.org/latest/Stream_support/group__PkgIOstreams.html">IO mode</A>. One example is the following: if you change the default random in one DLL, then if you use the default random in another DLL, you will not obtain the modified default random but the original one.
|
There is one possible problem when using \cgal in header-only mode on a Windows operating system when compiling a program using several modules (executable programs or dynamic-link libraries DLL). If two different modules use the same static variable, this variable is defined independently in each of these modules. If one module modifies the value of this variable, it will not be modified in the other module, which could induce an unexpected behavior. In \cgal, this concerns only a few specific variables: the <A HREF="https://doc.cgal.org/latest/Generator/classCGAL_1_1Random.html">default random</A>, the <A HREF="https://doc.cgal.org/latest/STL_Extension/group__PkgStlExtensionAssertions.html">failure behavior</A>, <A HREF="https://doc.cgal.org/latest/Stream_support/group__PkgIOstreams.html">IO mode</A>. One example is the following: if you change the default random in one DLL, then if you use the default random in another DLL, you will not obtain the modified default random but the original one.
|
||||||
|
|
||||||
\section secessential3rdpartysoftware Essential Third Party Libraries
|
\section secessential3rdpartysoftware Essential Third Party Libraries
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -335,7 +335,7 @@ and its notion of *concepts* and *models*.
|
||||||
|
|
||||||
Other resources for \cgal are the rest of the \ref tutorials "tutorials"
|
Other resources for \cgal are the rest of the \ref tutorials "tutorials"
|
||||||
and the user support page at
|
and the user support page at
|
||||||
http://www.cgal.org/.
|
https://www.cgal.org/.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
} /* namespace CGAL */
|
} /* namespace CGAL */
|
||||||
|
|
|
||||||
|
|
@ -40,10 +40,10 @@ see the \ref licenseIssues "License" page.
|
||||||
Manuals for the Previous Releases
|
Manuals for the Previous Releases
|
||||||
=================================
|
=================================
|
||||||
|
|
||||||
For releases >= 4.2, visit [http://doc.cgal.org/X.Y](http://doc.cgal.org/4.2)
|
For releases >= 4.2, visit [https://doc.cgal.org/X.Y](https://doc.cgal.org/4.2)
|
||||||
|
|
||||||
For releases X.Y, with 3.1 <= X.Y <= 4.1 visit
|
For releases X.Y, with 3.1 <= X.Y <= 4.1 visit
|
||||||
[http://doc.cgal.org/Manual/X.Y/doc_html/cgal_manual/packages.html](http://doc.cgal.org/Manual/3.1/doc_html/cgal_manual/packages.html)
|
[https://doc.cgal.org/Manual/X.Y/doc_html/cgal_manual/packages.html](https://doc.cgal.org/Manual/3.1/doc_html/cgal_manual/packages.html)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -278,9 +278,9 @@ ALIASES = "sc{1}=<span style=\"font-variant: small-caps;\">\1</sp
|
||||||
"cgalPkgSince{1}=<B>Introduced in:</B> \cgal \1<BR>" \
|
"cgalPkgSince{1}=<B>Introduced in:</B> \cgal \1<BR>" \
|
||||||
"cgalPkgDependsOn{1}=<B>Depends on:</B> \1 <BR>" \
|
"cgalPkgDependsOn{1}=<B>Depends on:</B> \1 <BR>" \
|
||||||
"cgalPkgLicense{1}=<B>License:</B> \1 <BR>" \
|
"cgalPkgLicense{1}=<B>License:</B> \1 <BR>" \
|
||||||
"cgalPkgDemo{2}=<B>Windows Demo:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a><BR><B>Common Demo Dlls:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>" \
|
"cgalPkgDemo{2}=<B>Windows Demo:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a><BR><B>Common Demo Dlls:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>" \
|
||||||
"cgalPkgDemo{4}=<B>Windows Demos:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a>, <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\4\">\3</a><BR><B>Common Demo Dlls:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>" \
|
"cgalPkgDemo{4}=<B>Windows Demos:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a>, <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\4\">\3</a><BR><B>Common Demo Dlls:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>" \
|
||||||
"cgalPkgDemo{6}=<B>Windows Demos:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a>, <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\4\">\3</a>, <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\6\">\5</a><BR><B>Common Demo Dlls:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>" \
|
"cgalPkgDemo{6}=<B>Windows Demos:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a>, <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\4\">\3</a>, <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\6\">\5</a><BR><B>Common Demo Dlls:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>" \
|
||||||
"cgalPkgDescriptionEnd=" \
|
"cgalPkgDescriptionEnd=" \
|
||||||
"cgalModifBegin=\htmlonly <div class=\"CGALModification\"> \endhtmlonly \xrefitem Modification \"Modifications\" \"MODIFICATIONS\" " \
|
"cgalModifBegin=\htmlonly <div class=\"CGALModification\"> \endhtmlonly \xrefitem Modification \"Modifications\" \"MODIFICATIONS\" " \
|
||||||
"cgalModifEnd=\htmlonly </div> \endhtmlonly \latexonly END MODIFICATIONS \endlatexonly" \
|
"cgalModifEnd=\htmlonly </div> \endhtmlonly \latexonly END MODIFICATIONS \endlatexonly" \
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ $extrastylesheet
|
||||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
<div id="back-nav">
|
<div id="back-nav">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://www.cgal.org/">cgal.org</a></li>
|
<li><a href="https://www.cgal.org/">cgal.org</a></li>
|
||||||
<li><a href="../Manual/index.html">Top</a></li>
|
<li><a href="../Manual/index.html">Top</a></li>
|
||||||
<li><a href="../Manual/general_intro.html">Getting Started</a></li>
|
<li><a href="../Manual/general_intro.html">Getting Started</a></li>
|
||||||
<li><a href="../Manual/tutorials.html">Tutorials</a></li>
|
<li><a href="../Manual/tutorials.html">Tutorials</a></li>
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,7 @@ $extrastylesheet
|
||||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
<div id="back-nav">
|
<div id="back-nav">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://www.cgal.org/">cgal.org</a></li>
|
<li><a href="https://www.cgal.org/">cgal.org</a></li>
|
||||||
<li><a href="../Manual/index.html">Top</a></li>
|
<li><a href="../Manual/index.html">Top</a></li>
|
||||||
<li><a href="../Manual/general_intro.html">Getting Started</a></li>
|
<li><a href="../Manual/general_intro.html">Getting Started</a></li>
|
||||||
<li><a href="../Manual/tutorials.html">Tutorials</a></li>
|
<li><a href="../Manual/tutorials.html">Tutorials</a></li>
|
||||||
|
|
|
||||||
|
|
@ -279,9 +279,9 @@ ALIASES = "sc{1}=<span style=\"font-variant: small-caps;\">\1</sp
|
||||||
"cgalPkgSince{1}=<B>Introduced in:</B> \cgal \1<BR>" \
|
"cgalPkgSince{1}=<B>Introduced in:</B> \cgal \1<BR>" \
|
||||||
"cgalPkgDependsOn{1}=<B>Depends on:</B> \1 <BR>" \
|
"cgalPkgDependsOn{1}=<B>Depends on:</B> \1 <BR>" \
|
||||||
"cgalPkgLicense{1}=<B>License:</B> \1 <BR>" \
|
"cgalPkgLicense{1}=<B>License:</B> \1 <BR>" \
|
||||||
"cgalPkgDemo{2}=<B>Windows Demo:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a><BR><B>Common Demo Dlls:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>" \
|
"cgalPkgDemo{2}=<B>Windows Demo:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a><BR><B>Common Demo Dlls:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>" \
|
||||||
"cgalPkgDemo{4}=<B>Windows Demos:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a>, <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\4\">\3</a><BR><B>Common Demo Dlls:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>" \
|
"cgalPkgDemo{4}=<B>Windows Demos:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a>, <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\4\">\3</a><BR><B>Common Demo Dlls:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>" \
|
||||||
"cgalPkgDemo{6}=<B>Windows Demos:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a>, <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\4\">\3</a>, <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\6\">\5</a><BR><B>Common Demo Dlls:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>" \
|
"cgalPkgDemo{6}=<B>Windows Demos:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a>, <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\4\">\3</a>, <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\6\">\5</a><BR><B>Common Demo Dlls:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>" \
|
||||||
"cgalPkgDescriptionEnd=" \
|
"cgalPkgDescriptionEnd=" \
|
||||||
"cgalModifBegin=\htmlonly <div class=\"CGALModification\"> \endhtmlonly \xrefitem Modification \"Modifications\" \"MODIFICATIONS\" " \
|
"cgalModifBegin=\htmlonly <div class=\"CGALModification\"> \endhtmlonly \xrefitem Modification \"Modifications\" \"MODIFICATIONS\" " \
|
||||||
"cgalModifEnd=\htmlonly </div> \endhtmlonly \latexonly END MODIFICATIONS \endlatexonly" \
|
"cgalModifEnd=\htmlonly </div> \endhtmlonly \latexonly END MODIFICATIONS \endlatexonly" \
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ $extrastylesheet
|
||||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
<div id="back-nav">
|
<div id="back-nav">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://www.cgal.org/">cgal.org</a></li>
|
<li><a href="https://www.cgal.org/">cgal.org</a></li>
|
||||||
<li><a href="../Manual/index.html">Top</a></li>
|
<li><a href="../Manual/index.html">Top</a></li>
|
||||||
<li><a href="../Manual/general_intro.html">Getting Started</a></li>
|
<li><a href="../Manual/general_intro.html">Getting Started</a></li>
|
||||||
<li><a href="../Manual/tutorials.html">Tutorials</a></li>
|
<li><a href="../Manual/tutorials.html">Tutorials</a></li>
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,7 @@ $extrastylesheet
|
||||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
<div id="back-nav">
|
<div id="back-nav">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://www.cgal.org/">cgal.org</a></li>
|
<li><a href="https://www.cgal.org/">cgal.org</a></li>
|
||||||
<li><a href="../Manual/index.html">Top</a></li>
|
<li><a href="../Manual/index.html">Top</a></li>
|
||||||
<li><a href="../Manual/general_intro.html">Getting Started</a></li>
|
<li><a href="../Manual/general_intro.html">Getting Started</a></li>
|
||||||
<li><a href="../Manual/tutorials.html">Tutorials</a></li>
|
<li><a href="../Manual/tutorials.html">Tutorials</a></li>
|
||||||
|
|
|
||||||
|
|
@ -270,9 +270,9 @@ ALIASES += "cgalPkgDesc{1}=<div class=\"PkgDescription\">\1</div>"
|
||||||
ALIASES += "cgalPkgSince{1}=<B>Introduced in:</B> \cgal \1<BR>"
|
ALIASES += "cgalPkgSince{1}=<B>Introduced in:</B> \cgal \1<BR>"
|
||||||
ALIASES += "cgalPkgDependsOn{1}=<B>Depends on:</B> \1 <BR>"
|
ALIASES += "cgalPkgDependsOn{1}=<B>Depends on:</B> \1 <BR>"
|
||||||
ALIASES += "cgalPkgLicense{1}=<B>License:</B> \1 <BR>"
|
ALIASES += "cgalPkgLicense{1}=<B>License:</B> \1 <BR>"
|
||||||
ALIASES += "cgalPkgDemo{2}=<B>Windows Demo:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a><BR><B>Common Demo Dlls:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>"
|
ALIASES += "cgalPkgDemo{2}=<B>Windows Demo:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a><BR><B>Common Demo Dlls:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>"
|
||||||
ALIASES += "cgalPkgDemo{4}=<B>Windows Demos:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a>, <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\4\">\3</a><BR><B>Common Demo Dlls:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>"
|
ALIASES += "cgalPkgDemo{4}=<B>Windows Demos:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a>, <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\4\">\3</a><BR><B>Common Demo Dlls:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>"
|
||||||
ALIASES += "cgalPkgDemo{6}=<B>Windows Demos:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a>, <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\4\">\3</a>, <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\6\">\5</a><BR><B>Common Demo Dlls:</B> <a href=\"http://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>"
|
ALIASES += "cgalPkgDemo{6}=<B>Windows Demos:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\2\">\1</a>, <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\4\">\3</a>, <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/\6\">\5</a><BR><B>Common Demo Dlls:</B> <a href=\"https://www.cgal.org/demo/${CGAL_CREATED_VERSION_NUM}/CGAL-demoDLLs.zip\">dlls</a><BR>"
|
||||||
|
|
||||||
ALIASES += "cgalPkgDescriptionEnd="
|
ALIASES += "cgalPkgDescriptionEnd="
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ $search
|
||||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
<div id="back-nav">
|
<div id="back-nav">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://www.cgal.org/">cgal.org</a></li>
|
<li><a href="https://www.cgal.org/">cgal.org</a></li>
|
||||||
<li><a href="../Manual/index.html">Top</a></li>
|
<li><a href="../Manual/index.html">Top</a></li>
|
||||||
<li><a href="../Manual/general_intro.html">Getting Started</a></li>
|
<li><a href="../Manual/general_intro.html">Getting Started</a></li>
|
||||||
<li><a href="../Manual/tutorials.html">Tutorials</a></li>
|
<li><a href="../Manual/tutorials.html">Tutorials</a></li>
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ MathJax.Hub.Config({
|
||||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
<div id="back-nav">
|
<div id="back-nav">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://www.cgal.org/">cgal.org</a></li>
|
<li><a href="https://www.cgal.org/">cgal.org</a></li>
|
||||||
<li><a href="../Manual/index.html">Top</a></li>
|
<li><a href="../Manual/index.html">Top</a></li>
|
||||||
<li><a href="../Manual/general_intro.html">Getting Started</a></li>
|
<li><a href="../Manual/general_intro.html">Getting Started</a></li>
|
||||||
<li><a href="../Manual/tutorials.html">Tutorials</a></li>
|
<li><a href="../Manual/tutorials.html">Tutorials</a></li>
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ result_bib=r"""@book{ cgal:eb-${CGAL_RELEASE_YEAR_ID}
|
||||||
, publisher = "{CGAL Editorial Board}"
|
, publisher = "{CGAL Editorial Board}"
|
||||||
, edition = "{${CGAL_CREATED_VERSION_NUM}}"
|
, edition = "{${CGAL_CREATED_VERSION_NUM}}"
|
||||||
, year = ${CGAL_BUILD_YEAR4}
|
, year = ${CGAL_BUILD_YEAR4}
|
||||||
, url = "http://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html"
|
, url = "https://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html"
|
||||||
}"""
|
}"""
|
||||||
|
|
||||||
result_txt=r"""// This file was generated by generate_how_to_cite.py. You shouldn't modify it directly.
|
result_txt=r"""// This file was generated by generate_how_to_cite.py. You shouldn't modify it directly.
|
||||||
|
|
@ -46,7 +46,7 @@ software.
|
||||||
|
|
||||||
If you want to cite the %CGAL Library or project as a whole, please
|
If you want to cite the %CGAL Library or project as a whole, please
|
||||||
|
|
||||||
- cite: %CGAL, Computational Geometry Algorithms Library, http://www.cgal.org
|
- cite: %CGAL, Computational Geometry Algorithms Library, https://www.cgal.org
|
||||||
- use the first bibtex entry from the file <a href="how_to_cite_cgal.bib">how_to_cite_cgal.bib</a>.
|
- use the first bibtex entry from the file <a href="how_to_cite_cgal.bib">how_to_cite_cgal.bib</a>.
|
||||||
|
|
||||||
## Citing the User and Reference Manual ##
|
## Citing the User and Reference Manual ##
|
||||||
|
|
@ -66,7 +66,7 @@ The %CGAL Project.
|
||||||
<em>%CGAL User and Reference Manual</em>.
|
<em>%CGAL User and Reference Manual</em>.
|
||||||
%CGAL Editorial Board, ${CGAL_CREATED_VERSION_NUM} edition, ${CGAL_BUILD_YEAR4}.
|
%CGAL Editorial Board, ${CGAL_CREATED_VERSION_NUM} edition, ${CGAL_BUILD_YEAR4}.
|
||||||
[ <a href="how_to_cite.html#cgal:eb-${CGAL_RELEASE_YEAR_ID}">bib</a> |
|
[ <a href="how_to_cite.html#cgal:eb-${CGAL_RELEASE_YEAR_ID}">bib</a> |
|
||||||
<a href="http://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html">http</a> ]
|
<a href="https://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html">http</a> ]
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
@ -86,7 +86,7 @@ result_html=r"""<h1>how_to_cite_cgal.bib</h1><a name="cgal:eb-${CGAL_RELEASE_YEA
|
||||||
publisher = {{CGAL Editorial Board}},
|
publisher = {{CGAL Editorial Board}},
|
||||||
edition = {{${CGAL_CREATED_VERSION_NUM}}},
|
edition = {{${CGAL_CREATED_VERSION_NUM}}},
|
||||||
year = ${CGAL_BUILD_YEAR4},
|
year = ${CGAL_BUILD_YEAR4},
|
||||||
url = {<a href="http://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html">http://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html</a>}
|
url = {<a href="https://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html">https://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html</a>}
|
||||||
}
|
}
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|
@ -102,7 +102,7 @@ def gen_bib_entry(title, authors, bib, anchor):
|
||||||
, publisher = \"{CGAL Editorial Board}\"\n\
|
, publisher = \"{CGAL Editorial Board}\"\n\
|
||||||
, edition = \"{${CGAL_CREATED_VERSION_NUM}}\"\n\
|
, edition = \"{${CGAL_CREATED_VERSION_NUM}}\"\n\
|
||||||
, booktitle = \"{CGAL} User and Reference Manual\"\n\
|
, booktitle = \"{CGAL} User and Reference Manual\"\n\
|
||||||
, url = \"http://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html#"+anchor+"\"\n\
|
, url = \"https://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html#"+anchor+"\"\n\
|
||||||
, year = ${CGAL_BUILD_YEAR4}\n\
|
, year = ${CGAL_BUILD_YEAR4}\n\
|
||||||
}\n"
|
}\n"
|
||||||
return res
|
return res
|
||||||
|
|
@ -118,7 +118,7 @@ def gen_txt_entry(title, authors, bib, anchor,k):
|
||||||
In <em>%CGAL User and Reference Manual</em>. %CGAL Editorial Board,\n\
|
In <em>%CGAL User and Reference Manual</em>. %CGAL Editorial Board,\n\
|
||||||
${CGAL_CREATED_VERSION_NUM} edition, ${CGAL_BUILD_YEAR4}.\n\
|
${CGAL_CREATED_VERSION_NUM} edition, ${CGAL_BUILD_YEAR4}.\n\
|
||||||
[ <a href=\"how_to_cite.html#"+bib+"-${CGAL_RELEASE_YEAR_ID}\">bib</a> | \n\
|
[ <a href=\"how_to_cite.html#"+bib+"-${CGAL_RELEASE_YEAR_ID}\">bib</a> | \n\
|
||||||
<a href=\"http://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html#"+anchor+"\">http</a> ]\n\
|
<a href=\"https://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html#"+anchor+"\">http</a> ]\n\
|
||||||
\n\
|
\n\
|
||||||
</td>\n\
|
</td>\n\
|
||||||
</tr>\n\n\n"
|
</tr>\n\n\n"
|
||||||
|
|
@ -132,7 +132,7 @@ def gen_html_entry(title, authors, bib, anchor):
|
||||||
publisher = {{CGAL Editorial Board}},\n\
|
publisher = {{CGAL Editorial Board}},\n\
|
||||||
edition = {{${CGAL_CREATED_VERSION_NUM}}},\n\
|
edition = {{${CGAL_CREATED_VERSION_NUM}}},\n\
|
||||||
booktitle = {{CGAL} User and Reference Manual},\n\
|
booktitle = {{CGAL} User and Reference Manual},\n\
|
||||||
url = {<a href=\"http://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html#"+anchor+"\">http://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html#"+anchor+"</a>},\n\
|
url = {<a href=\"https://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html#"+anchor+"\">https://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html#"+anchor+"</a>},\n\
|
||||||
year = ${CGAL_BUILD_YEAR4}\n\
|
year = ${CGAL_BUILD_YEAR4}\n\
|
||||||
}\n\
|
}\n\
|
||||||
</pre>\n\n"
|
</pre>\n\n"
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@
|
||||||
<h2>Alpha Shapes</h2>
|
<h2>Alpha Shapes</h2>
|
||||||
<p>Copyright © 2010 GeometryFactory</p>
|
<p>Copyright © 2010 GeometryFactory</p>
|
||||||
<p>This application illustrates the 2D Alpha Shapes
|
<p>This application illustrates the 2D Alpha Shapes
|
||||||
of <a href="http://www.cgal.org/">CGAL</a>.</p>
|
of <a href="https://www.cgal.org/">CGAL</a>.</p>
|
||||||
<p>See also <a href="http://www.cgal.org/Pkg/AlphaShape2">the online
|
<p>See also <a href="https://www.cgal.org/Pkg/AlphaShape2">the online
|
||||||
manual</a>.</p>
|
manual</a>.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
<h2>Apollonius Graph</h2>
|
<h2>Apollonius Graph</h2>
|
||||||
<p>Copyright © 2010 GeometryFactory</p>
|
<p>Copyright © 2010 GeometryFactory</p>
|
||||||
<p>This application illustrates the 2D Apollonius graph.</p>
|
<p>This application illustrates the 2D Apollonius graph.</p>
|
||||||
<p>See also <a href="http://www.cgal.org/Pkg/ApolloniusGraph2">the online
|
<p>See also <a href="https://www.cgal.org/Pkg/ApolloniusGraph2">the online
|
||||||
manual</a>.</p>
|
manual</a>.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@
|
||||||
<h2>Bounding Volumes</h2>
|
<h2>Bounding Volumes</h2>
|
||||||
<p>Copyright © 2010 ETH Zurich</p>
|
<p>Copyright © 2010 ETH Zurich</p>
|
||||||
<p>This application illustrates the Bounding Volume Algorithms
|
<p>This application illustrates the Bounding Volume Algorithms
|
||||||
of <a href="http://www.cgal.org/">CGAL</a>.</p>
|
of <a href="https://www.cgal.org/">CGAL</a>.</p>
|
||||||
<p>See also <a href="http://www.cgal.org/Pkg/BoundingVolumes">the online
|
<p>See also <a href="https://www.cgal.org/Pkg/BoundingVolumes">the online
|
||||||
manual</a>.</p>
|
manual</a>.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@
|
||||||
<h2>Circular Kernel</h2>
|
<h2>Circular Kernel</h2>
|
||||||
<p>Copyright © 2008 GeometryFactory</p>
|
<p>Copyright © 2008 GeometryFactory</p>
|
||||||
<p>This application illustrates the 2D Circular Kernel
|
<p>This application illustrates the 2D Circular Kernel
|
||||||
of <a href="http://www.cgal.org/">CGAL</a>.</p>
|
of <a href="https://www.cgal.org/">CGAL</a>.</p>
|
||||||
<p>See also <a href="http://www.cgal.org/Pkg/CircularKernel2">the online
|
<p>See also <a href="https://www.cgal.org/Pkg/CircularKernel2">the online
|
||||||
manual</a>.</p>
|
manual</a>.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@
|
||||||
<h2>2D Object Generators</h2>
|
<h2>2D Object Generators</h2>
|
||||||
<p>Copyright © 2010 GeometryFactory</p>
|
<p>Copyright © 2010 GeometryFactory</p>
|
||||||
<p>This application illustrates the 2D object generators
|
<p>This application illustrates the 2D object generators
|
||||||
of <a href="http://www.cgal.org/">CGAL</a></p>
|
of <a href="https://www.cgal.org/">CGAL</a></p>
|
||||||
<p>See also <a href="http://www.cgal.org/Pkg/Generator">the online
|
<p>See also <a href="https://www.cgal.org/Pkg/Generator">the online
|
||||||
manual</a>.</p>
|
manual</a>.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
<h2>L1 Voronoi diagram of points</h2>
|
<h2>L1 Voronoi diagram of points</h2>
|
||||||
<p>Copyright © 2010 Ophir Setter</p>
|
<p>Copyright © 2010 Ophir Setter</p>
|
||||||
<p>This application illustrates the 2D Voronoi diagram of points under
|
<p>This application illustrates the 2D Voronoi diagram of points under
|
||||||
the L1 metric, by using <a href="http://www.cgal.org/">CGAL</a>
|
the L1 metric, by using <a href="https://www.cgal.org/">CGAL</a>
|
||||||
envelope algorithm.</p>
|
envelope algorithm.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@
|
||||||
<h2>2D Largest Empty Iso Rectangle</h2>
|
<h2>2D Largest Empty Iso Rectangle</h2>
|
||||||
<p>Copyright © 2010 GeometryFactory</p>
|
<p>Copyright © 2010 GeometryFactory</p>
|
||||||
<p>This application illustrates the 2D largest empty iso rectangle
|
<p>This application illustrates the 2D largest empty iso rectangle
|
||||||
of <a href="http://www.cgal.org/">CGAL</a></p>
|
of <a href="https://www.cgal.org/">CGAL</a></p>
|
||||||
<p>See also <a href="http://www.cgal.org/Pkg/InscribedAreas">the online
|
<p>See also <a href="https://www.cgal.org/Pkg/InscribedAreas">the online
|
||||||
manual</a>.</p>
|
manual</a>.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
<h2>2D Periodic Triangulation</h2>
|
<h2>2D Periodic Triangulation</h2>
|
||||||
<p>Copyright © 2010 Nico Kruithof</p>
|
<p>Copyright © 2010 Nico Kruithof</p>
|
||||||
<p>This application illustrates the 2D Periodic triangulation
|
<p>This application illustrates the 2D Periodic triangulation
|
||||||
of <a href="http://www.cgal.org/">CGAL</a>.</p>
|
of <a href="https://www.cgal.org/">CGAL</a>.</p>
|
||||||
<p>See also <a href="http://www.cgal.org/Pkg/Periodic2Triangulation2">the online manual</a>.</p>
|
<p>See also <a href="https://www.cgal.org/Pkg/Periodic2Triangulation2">the online manual</a>.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@
|
||||||
<h2>Polygon</h2>
|
<h2>Polygon</h2>
|
||||||
<p>Copyright © 2008 GeometryFactory</p>
|
<p>Copyright © 2008 GeometryFactory</p>
|
||||||
<p>This application illustrates the 2D Polygon
|
<p>This application illustrates the 2D Polygon
|
||||||
of <a href="http://www.cgal.org/">CGAL</a></p>
|
of <a href="https://www.cgal.org/">CGAL</a></p>
|
||||||
<p>See also <a href="http://www.cgal.org/Pkg/Polygon2">the online
|
<p>See also <a href="https://www.cgal.org/Pkg/Polygon2">the online
|
||||||
manual</a>.</p>
|
manual</a>.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@
|
||||||
<h2>2D Segment Voronoi Diagram</h2>
|
<h2>2D Segment Voronoi Diagram</h2>
|
||||||
<p>Copyright © 2008 GeometryFactory</p>
|
<p>Copyright © 2008 GeometryFactory</p>
|
||||||
<p>This application illustrates the 2D segment Voronoi diagram
|
<p>This application illustrates the 2D segment Voronoi diagram
|
||||||
of <a href="http://www.cgal.org/">CGAL</a>.</p>
|
of <a href="https://www.cgal.org/">CGAL</a>.</p>
|
||||||
<p>See also <a href="http://www.cgal.org/Pkg/SegmentDelaunayGraph2">the online
|
<p>See also <a href="https://www.cgal.org/Pkg/SegmentDelaunayGraph2">the online
|
||||||
manual</a>.</p>
|
manual</a>.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@
|
||||||
<h2>L Infinity Segment Delaunay Graphs</h2>
|
<h2>L Infinity Segment Delaunay Graphs</h2>
|
||||||
<p>Copyright © 2015 GeometryFactory</p>
|
<p>Copyright © 2015 GeometryFactory</p>
|
||||||
<p>This application illustrates the 2D L infinity segment Delaunay graph.
|
<p>This application illustrates the 2D L infinity segment Delaunay graph.
|
||||||
of <a href="http://www.cgal.org/">CGAL</a>.</p>
|
of <a href="https://www.cgal.org/">CGAL</a>.</p>
|
||||||
<p>See also <a href="http://www.cgal.org/Pkg/SDGLinf">the online
|
<p>See also <a href="https://www.cgal.org/Pkg/SDGLinf">the online
|
||||||
manual</a>.</p>
|
manual</a>.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
<h2>Snap Rounding</h2>
|
<h2>Snap Rounding</h2>
|
||||||
<p>Copyright © 2010 GeometryFactory</p>
|
<p>Copyright © 2010 GeometryFactory</p>
|
||||||
<p>This application illustrates the 2D Snap Rounding.</p>
|
<p>This application illustrates the 2D Snap Rounding.</p>
|
||||||
<p>See also <a href="http://www.cgal.org/Pkg/SnapRounding2">the online
|
<p>See also <a href="https://www.cgal.org/Pkg/SnapRounding2">the online
|
||||||
manual</a>.</p>
|
manual</a>.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@
|
||||||
<h2>2D Spatial Searching</h2>
|
<h2>2D Spatial Searching</h2>
|
||||||
<p>Copyright © 2010 GeometryFactory</p>
|
<p>Copyright © 2010 GeometryFactory</p>
|
||||||
<p>This application illustrates the 2D spatial searching package
|
<p>This application illustrates the 2D spatial searching package
|
||||||
of <a href="http://www.cgal.org/">CGAL</a></p>
|
of <a href="https://www.cgal.org/">CGAL</a></p>
|
||||||
<p>See also <a href="http://www.cgal.org/Pkg/SpatialSearchingD">the online
|
<p>See also <a href="https://www.cgal.org/Pkg/SpatialSearchingD">the online
|
||||||
manual</a>.</p>
|
manual</a>.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
<h2>Streamlines</h2>
|
<h2>Streamlines</h2>
|
||||||
<p>Copyright © 2010 GeometryFactory</p>
|
<p>Copyright © 2010 GeometryFactory</p>
|
||||||
<p>This application illustrates the 2D Streamlines.</p>
|
<p>This application illustrates the 2D Streamlines.</p>
|
||||||
<p>See also <a href="http://www.cgal.org/Pkg/PlacementOfStreamlines2">the online
|
<p>See also <a href="https://www.cgal.org/Pkg/PlacementOfStreamlines2">the online
|
||||||
manual</a>.</p>
|
manual</a>.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@
|
||||||
<h2>Constrained Delaunay Triangulation</h2>
|
<h2>Constrained Delaunay Triangulation</h2>
|
||||||
<p>Copyright © 2008 GeometryFactory</p>
|
<p>Copyright © 2008 GeometryFactory</p>
|
||||||
<p>This application illustrates the 2D Constrained Delaunay
|
<p>This application illustrates the 2D Constrained Delaunay
|
||||||
of <a href="http://www.cgal.org/">CGAL</a>.</p>
|
of <a href="https://www.cgal.org/">CGAL</a>.</p>
|
||||||
<p>See also <a href="http://www.cgal.org/Pkg/Triangulation2">the online
|
<p>See also <a href="https://www.cgal.org/Pkg/Triangulation2">the online
|
||||||
manual</a>.</p>
|
manual</a>.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -3,9 +3,9 @@
|
||||||
<h2>Delaunay Triangulation</h2>
|
<h2>Delaunay Triangulation</h2>
|
||||||
<p>Copyright © 2008 GeometryFactory</p>
|
<p>Copyright © 2008 GeometryFactory</p>
|
||||||
<p>This application illustrates the 2D Delaunay triangulation
|
<p>This application illustrates the 2D Delaunay triangulation
|
||||||
of <a href="http://www.cgal.org/">CGAL</a>, and its dual Voronoi
|
of <a href="https://www.cgal.org/">CGAL</a>, and its dual Voronoi
|
||||||
diagram.</p>
|
diagram.</p>
|
||||||
<p>See also <a href="http://www.cgal.org/Pkg/Triangulation2">the online
|
<p>See also <a href="https://www.cgal.org/Pkg/Triangulation2">the online
|
||||||
manual</a>.</p>
|
manual</a>.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -3,9 +3,9 @@
|
||||||
<h2>Delaunay Triangulation</h2>
|
<h2>Delaunay Triangulation</h2>
|
||||||
<p>Copyright © 2008 GeometryFactory</p>
|
<p>Copyright © 2008 GeometryFactory</p>
|
||||||
<p>This application illustrates the 2D Regular triangulation
|
<p>This application illustrates the 2D Regular triangulation
|
||||||
of <a href="http://www.cgal.org/">CGAL</a>, and its dual Power
|
of <a href="https://www.cgal.org/">CGAL</a>, and its dual Power
|
||||||
diagram.</p>
|
diagram.</p>
|
||||||
<p>See also <a href="http://www.cgal.org/Pkg/Triangulation2">the online
|
<p>See also <a href="https://www.cgal.org/Pkg/Triangulation2">the online
|
||||||
manual</a>.</p>
|
manual</a>.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,6 @@
|
||||||
<p><img src=":/cgal/logos/CGAL.png"></p>
|
<p><img src=":/cgal/logos/CGAL.png"></p>
|
||||||
<h2>Computational Geometry Algorithms Library<!--CGAL_VERSION--></h2>
|
<h2>Computational Geometry Algorithms Library<!--CGAL_VERSION--></h2>
|
||||||
<p>CGAL provides efficient and reliable geometric algorithms in the form of a C++ library.</p>
|
<p>CGAL provides efficient and reliable geometric algorithms in the form of a C++ library.</p>
|
||||||
<p>For more information visit <a href="http://www.cgal.org/">www.cgal.org</a></p>
|
<p>For more information visit <a href="https://www.cgal.org/">www.cgal.org</a></p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -2958,7 +2958,7 @@ This is a bug fix release.
|
||||||
- CAUTION: Since version 3.3.1, CGAL is no longer compatible with the
|
- CAUTION: Since version 3.3.1, CGAL is no longer compatible with the
|
||||||
official release of TAUCS (currently 2.2). Make sure to use the
|
official release of TAUCS (currently 2.2). Make sure to use the
|
||||||
version modified by the CGAL project and available from the download
|
version modified by the CGAL project and available from the download
|
||||||
section of http://www.cgal.org.
|
section of https://www.cgal.org.
|
||||||
|
|
||||||
Release 3.3
|
Release 3.3
|
||||||
-----------
|
-----------
|
||||||
|
|
|
||||||
|
|
@ -7,13 +7,13 @@ are for the most common use cases, and cover the command line tools.
|
||||||
For further information, or in case of problems, please see the
|
For further information, or in case of problems, please see the
|
||||||
detailed installation instructions, which can be found in this
|
detailed installation instructions, which can be found in this
|
||||||
distribution in the file ./doc_html/index.html or on the CGAL website
|
distribution in the file ./doc_html/index.html or on the CGAL website
|
||||||
http://doc.cgal.org/latest/Manual/installation.html
|
https://doc.cgal.org/latest/Manual/installation.html
|
||||||
|
|
||||||
The documentation of CGAL is available in PDF and HTML formats.
|
The documentation of CGAL is available in PDF and HTML formats.
|
||||||
It is not bundled with the software but can be downloaded separately
|
It is not bundled with the software but can be downloaded separately
|
||||||
at <http://www.cgal.org/Manual>.
|
at <https://www.cgal.org/Manual>.
|
||||||
|
|
||||||
For more information about CGAL, see the <http://www.cgal.org/>.
|
For more information about CGAL, see the <https://www.cgal.org/>.
|
||||||
|
|
||||||
In the current file, x.y is an implicit replacement for the current version
|
In the current file, x.y is an implicit replacement for the current version
|
||||||
of CGAL (3.5.1, 3.6, and so on).
|
of CGAL (3.5.1, 3.6, and so on).
|
||||||
|
|
|
||||||
|
|
@ -39,4 +39,4 @@ examples and some demos) are licensed under a very permissive license. The
|
||||||
exact license text can be found in the file LICENSE.FREE_USE.
|
exact license text can be found in the file LICENSE.FREE_USE.
|
||||||
|
|
||||||
More information on the CGAL license can be found at
|
More information on the CGAL license can be found at
|
||||||
http://www.cgal.org/license.html
|
https://www.cgal.org/license.html
|
||||||
|
|
|
||||||
|
|
@ -33,10 +33,10 @@ files in the current directory are compiled and linked into one executable.
|
||||||
.B test
|
.B test
|
||||||
Create a cmake script that is suited for the testsuite used by the CGAL developers.
|
Create a cmake script that is suited for the testsuite used by the CGAL developers.
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
The CGAL project (http://www.cgal.org/).
|
The CGAL project (https://www.cgal.org/).
|
||||||
.SH "REPORTING BUGS"
|
.SH "REPORTING BUGS"
|
||||||
Report bugs to <cgal-discuss@inria.fr> (see http://www.cgal.org/
|
Report bugs to <cgal-discuss@inria.fr> (see https://www.cgal.org/
|
||||||
for further instructions).
|
for further instructions).
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
The full documentation for CGAL is available at http://www.cgal.org/ in PDF and
|
The full documentation for CGAL is available at https://www.cgal.org/ in PDF and
|
||||||
HTML format.
|
HTML format.
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ in the form of a C++ library.
|
||||||
<li><a href ="Manual/index.html">CGAL Manual - Table of Contents</a>
|
<li><a href ="Manual/index.html">CGAL Manual - Table of Contents</a>
|
||||||
<li><a href ="Manual/packages.html">CGAL Manual - Package Overview</a>
|
<li><a href ="Manual/packages.html">CGAL Manual - Package Overview</a>
|
||||||
<li>You can also access the CGAL Online Manual from the
|
<li>You can also access the CGAL Online Manual from the
|
||||||
<a href="http://doc.cgal.org/">CGAL website</a>.
|
<a href="https://doc.cgal.org/">CGAL website</a>.
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -38,8 +38,8 @@ in the form of a C++ library.
|
||||||
<h3>Further Links</h3>
|
<h3>Further Links</h3>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href ="http://www.cgal.org/">CGAL Homepage</a>
|
<li><a href ="https://www.cgal.org/">CGAL Homepage</a>
|
||||||
<li><a href ="http://www.cgal.org/FAQ.html#installation">FAQ concerning Installation</a>
|
<li><a href ="https://www.cgal.org/FAQ.html#installation">FAQ concerning Installation</a>
|
||||||
<li><a href ="http://www.boost.org/doc/">Boost Documentation</a>
|
<li><a href ="http://www.boost.org/doc/">Boost Documentation</a>
|
||||||
<li><a href ="http://en.cppreference.com/w/">STL Reference</a>
|
<li><a href ="http://en.cppreference.com/w/">STL Reference</a>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -51,7 +51,7 @@ in the form of a C++ library.
|
||||||
with Open Source software free of charge. Using CGAL in other contexts can be
|
with Open Source software free of charge. Using CGAL in other contexts can be
|
||||||
done by obtaining a commercial license from
|
done by obtaining a commercial license from
|
||||||
<a href="http://www.geometryfactory.com">GeometryFactory</a>.
|
<a href="http://www.geometryfactory.com">GeometryFactory</a>.
|
||||||
For more details see the <a href="http://www.cgal.org/license.html">License</a> page.
|
For more details see the <a href="https://www.cgal.org/license.html">License</a> page.
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
|
|
@ -412,7 +412,7 @@
|
||||||
# warning "Your configuration may exhibit run-time errors in CGAL code"
|
# warning "Your configuration may exhibit run-time errors in CGAL code"
|
||||||
# warning "This appears with g++ 4.0 on MacOSX when optimizing"
|
# warning "This appears with g++ 4.0 on MacOSX when optimizing"
|
||||||
# warning "You can disable this warning using -DCGAL_NO_WARNING_FOR_MACOSX_GCC_4_0_BUG"
|
# warning "You can disable this warning using -DCGAL_NO_WARNING_FOR_MACOSX_GCC_4_0_BUG"
|
||||||
# warning "For more information, see http://www.cgal.org/FAQ.html#mac_optimization_bug"
|
# warning "For more information, see https://www.cgal.org/FAQ.html#mac_optimization_bug"
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
#define CGAL_VER_VERSION CGAL_VERSION_MAJOR,CGAL_VERSION_MINOR,CGAL_VERSION_PATCH,CGAL_VERSION_BUILD
|
#define CGAL_VER_VERSION CGAL_VERSION_MAJOR,CGAL_VERSION_MINOR,CGAL_VERSION_PATCH,CGAL_VERSION_BUILD
|
||||||
#define CGAL_VER_VERSION_STR CGAL_VER_str(CGAL_VERSION)
|
#define CGAL_VER_VERSION_STR CGAL_VER_str(CGAL_VERSION)
|
||||||
#define CGAL_VER_COMPANYNAME_STR "The CGAL Project, http://www.cgal.org/\0"
|
#define CGAL_VER_COMPANYNAME_STR "The CGAL Project, https://www.cgal.org/\0"
|
||||||
#define CGAL_VER_FILEDESCRIPTION_STR "@LIBRARY_NAME@ Library\0"
|
#define CGAL_VER_FILEDESCRIPTION_STR "@LIBRARY_NAME@ Library\0"
|
||||||
#define CGAL_VER_FILEVERSION_STR CGAL_VER_VERSION_STR
|
#define CGAL_VER_FILEVERSION_STR CGAL_VER_VERSION_STR
|
||||||
#define CGAL_VER_ORIGINALFILENAME_STR CGAL_LIB_FULLNAME CGAL_VER_EMPTY_STR
|
#define CGAL_VER_ORIGINALFILENAME_STR CGAL_LIB_FULLNAME CGAL_VER_EMPTY_STR
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ template <class R_>
|
||||||
class Sphere_3 : public R_::Kernel_base::Sphere_3
|
class Sphere_3 : public R_::Kernel_base::Sphere_3
|
||||||
{
|
{
|
||||||
typedef typename R_::FT FT;
|
typedef typename R_::FT FT;
|
||||||
// http://doc.cgal.org/latest/Manual/devman_code_format.html#secprogramming_conventions
|
// https://doc.cgal.org/latest/Manual/devman_code_format.html#secprogramming_conventions
|
||||||
typedef typename R_::Point_3 Point_3_;
|
typedef typename R_::Point_3 Point_3_;
|
||||||
typedef typename R_::Circle_3 Circle_3;
|
typedef typename R_::Circle_3 Circle_3;
|
||||||
typedef typename R_::Aff_transformation_3 Aff_transformation_3;
|
typedef typename R_::Aff_transformation_3 Aff_transformation_3;
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ template <class R_>
|
||||||
class Vector_3 : public R_::Kernel_base::Vector_3
|
class Vector_3 : public R_::Kernel_base::Vector_3
|
||||||
{
|
{
|
||||||
typedef typename R_::RT RT;
|
typedef typename R_::RT RT;
|
||||||
// http://doc.cgal.org/latest/Manual/devman_code_format.html#secprogramming_conventions
|
// https://doc.cgal.org/latest/Manual/devman_code_format.html#secprogramming_conventions
|
||||||
typedef typename R_::FT FT_;
|
typedef typename R_::FT FT_;
|
||||||
typedef typename R_::Segment_3 Segment_3;
|
typedef typename R_::Segment_3 Segment_3;
|
||||||
typedef typename R_::Ray_3 Ray_3;
|
typedef typename R_::Ray_3 Ray_3;
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ INSTALLATION:
|
||||||
|
|
||||||
1) Install all the following libraries:
|
1) Install all the following libraries:
|
||||||
|
|
||||||
CGAL: http://www.cgal.org/
|
CGAL: https://www.cgal.org/
|
||||||
CGoGN: http://cgogn.u-strasbg.fr/
|
CGoGN: http://cgogn.u-strasbg.fr/
|
||||||
OpenMesh: http://www.openmesh.org/
|
OpenMesh: http://www.openmesh.org/
|
||||||
OpenVolumeMesh: http://www.openvolumemesh.org/
|
OpenVolumeMesh: http://www.openvolumemesh.org/
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@
|
||||||
<h2>3D Linear_cell_complex</h2>
|
<h2>3D Linear_cell_complex</h2>
|
||||||
<p>Copyright © 2011 CNRS and LIRIS' Establishments</p>
|
<p>Copyright © 2011 CNRS and LIRIS' Establishments</p>
|
||||||
<p>This application illustrates the 3D Linear_cell_complex package
|
<p>This application illustrates the 3D Linear_cell_complex package
|
||||||
of <a href="http://www.cgal.org/">CGAL</a>.</p>
|
of <a href="https://www.cgal.org/">CGAL</a>.</p>
|
||||||
<p>See also <a href="http://www.cgal.org/Pkg/LinearCellComplex">the online
|
<p>See also <a href="https://www.cgal.org/Pkg/LinearCellComplex">the online
|
||||||
manual</a>.</p>
|
manual</a>.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -20,4 +20,4 @@ http://www.joachim-reichel.de/debian/repository/pool/main/c/cgal/
|
||||||
For the final 4.1 release, similar packages will be uploaded to the
|
For the final 4.1 release, similar packages will be uploaded to the
|
||||||
official Debian repository and/or be available from the CGAL web site.
|
official Debian repository and/or be available from the CGAL web site.
|
||||||
|
|
||||||
See also http://www.cgal.org/FAQ.html#debian_packages .
|
See also https://www.cgal.org/FAQ.html#debian_packages .
|
||||||
|
|
|
||||||
|
|
@ -15,4 +15,4 @@ libcgal-ipelets.
|
||||||
In case you want to download the packages manually, have a look at
|
In case you want to download the packages manually, have a look at
|
||||||
ftp://ftp.mpi-sb.mpg.de/pub/outgoing/CGAL/debian/pool/main/c/cgal/
|
ftp://ftp.mpi-sb.mpg.de/pub/outgoing/CGAL/debian/pool/main/c/cgal/
|
||||||
|
|
||||||
See also http://www.cgal.org/FAQ.html#debian_packages .
|
See also https://www.cgal.org/FAQ.html#debian_packages .
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
README.Debian
|
README.Debian
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
The homepage of CGAL (http://www.cgal.org/) offers more information about CGAL.
|
The homepage of CGAL (https://www.cgal.org/) offers more information about CGAL.
|
||||||
In particular, a mailing list and the documentation for the library (in PDF and
|
In particular, a mailing list and the documentation for the library (in PDF and
|
||||||
HTML) are available. The authors ask you to give some feedback about your usage
|
HTML) are available. The authors ask you to give some feedback about your usage
|
||||||
of CGAL in a short questionnaire (in the download section).
|
of CGAL in a short questionnaire (in the download section).
|
||||||
|
|
@ -12,7 +12,7 @@ Documentation
|
||||||
|
|
||||||
Note that the CGAL documentation cannot be packaged for Debian due to unclear
|
Note that the CGAL documentation cannot be packaged for Debian due to unclear
|
||||||
license conditions. The complete documentation in PDF and HTML is available at
|
license conditions. The complete documentation in PDF and HTML is available at
|
||||||
http://www.cgal.org/.
|
https://www.cgal.org/.
|
||||||
|
|
||||||
|
|
||||||
Demos and examples
|
Demos and examples
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9), dpkg-awk, cmake, zlib1g-dev, libboost-dev,
|
||||||
libipe-dev (>= 7), ipe
|
libipe-dev (>= 7), ipe
|
||||||
Standards-Version: 3.9.3
|
Standards-Version: 3.9.3
|
||||||
Section: libs
|
Section: libs
|
||||||
Homepage: http://www.cgal.org/
|
Homepage: https://www.cgal.org/
|
||||||
XS-Autobuild: yes
|
XS-Autobuild: yes
|
||||||
|
|
||||||
Package: libcgal10
|
Package: libcgal10
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
This package was debianized by Joachim Reichel <reichel@debian.org> on
|
This package was debianized by Joachim Reichel <reichel@debian.org> on
|
||||||
Thu, 29 Apr 2004 18:43:18 +0200.
|
Thu, 29 Apr 2004 18:43:18 +0200.
|
||||||
|
|
||||||
It was downloaded from http://www.cgal.org/download/index.html.
|
It was downloaded from https://www.cgal.org/download/index.html.
|
||||||
|
|
||||||
The Debian packaging is Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009,
|
The Debian packaging is Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009,
|
||||||
2010, 2011, 2012 Joachim Reichel <reichel@debian.org> and is licensed
|
2010, 2011, 2012 Joachim Reichel <reichel@debian.org> and is licensed
|
||||||
|
|
@ -176,7 +176,7 @@ Copyright (from upstream file LICENSE)
|
||||||
exact license text can be found in the file LICENSE.FREE_USE.
|
exact license text can be found in the file LICENSE.FREE_USE.
|
||||||
|
|
||||||
More information on the CGAL license can be found at
|
More information on the CGAL license can be found at
|
||||||
http://www.cgal.org/license.html
|
https://www.cgal.org/license.html
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
README.Debian
|
README.Debian
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
The homepage of CGAL (http://www.cgal.org/) offers more information about CGAL.
|
The homepage of CGAL (https://www.cgal.org/) offers more information about CGAL.
|
||||||
In particular, a mailing list and the documentation for the library (in PDF and
|
In particular, a mailing list and the documentation for the library (in PDF and
|
||||||
HTML) are available. The authors ask you to give some feedback about your usage
|
HTML) are available. The authors ask you to give some feedback about your usage
|
||||||
of CGAL in a short questionnaire (in the download section).
|
of CGAL in a short questionnaire (in the download section).
|
||||||
|
|
@ -12,7 +12,7 @@ Documentation
|
||||||
|
|
||||||
Note that the CGAL documentation cannot be packaged for Debian due to unclear
|
Note that the CGAL documentation cannot be packaged for Debian due to unclear
|
||||||
license conditions. The complete documentation in PDF and HTML is available at
|
license conditions. The complete documentation in PDF and HTML is available at
|
||||||
http://www.cgal.org/.
|
https://www.cgal.org/.
|
||||||
|
|
||||||
|
|
||||||
Demos and examples
|
Demos and examples
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 8), dpkg-awk, cmake, zlib1g-dev, libboost-dev,
|
||||||
libipe-dev (>= 7), ipe
|
libipe-dev (>= 7), ipe
|
||||||
Standards-Version: 3.9.1
|
Standards-Version: 3.9.1
|
||||||
Section: libs
|
Section: libs
|
||||||
Homepage: http://www.cgal.org/
|
Homepage: https://www.cgal.org/
|
||||||
XS-Autobuild: yes
|
XS-Autobuild: yes
|
||||||
|
|
||||||
Package: libcgal10
|
Package: libcgal10
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
This package was debianized by Joachim Reichel <reichel@debian.org> on
|
This package was debianized by Joachim Reichel <reichel@debian.org> on
|
||||||
Thu, 29 Apr 2004 18:43:18 +0200.
|
Thu, 29 Apr 2004 18:43:18 +0200.
|
||||||
|
|
||||||
It was downloaded from http://www.cgal.org/download/index.html.
|
It was downloaded from https://www.cgal.org/download/index.html.
|
||||||
|
|
||||||
The Debian packaging is Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009,
|
The Debian packaging is Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009,
|
||||||
2010, 2011, 2012 Joachim Reichel <reichel@debian.org> and is licensed
|
2010, 2011, 2012 Joachim Reichel <reichel@debian.org> and is licensed
|
||||||
|
|
@ -176,7 +176,7 @@ Copyright (from upstream file LICENSE)
|
||||||
exact license text can be found in the file LICENSE.FREE_USE.
|
exact license text can be found in the file LICENSE.FREE_USE.
|
||||||
|
|
||||||
More information on the CGAL license can be found at
|
More information on the CGAL license can be found at
|
||||||
http://www.cgal.org/license.html
|
https://www.cgal.org/license.html
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
README.Debian
|
README.Debian
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
The homepage of CGAL (http://www.cgal.org/) offers more information about CGAL.
|
The homepage of CGAL (https://www.cgal.org/) offers more information about CGAL.
|
||||||
In particular, a mailing list and the documentation for the library (in PDF and
|
In particular, a mailing list and the documentation for the library (in PDF and
|
||||||
HTML) are available. The authors ask you to give some feedback about your usage
|
HTML) are available. The authors ask you to give some feedback about your usage
|
||||||
of CGAL in a short questionnaire (in the download section).
|
of CGAL in a short questionnaire (in the download section).
|
||||||
|
|
@ -12,7 +12,7 @@ Documentation
|
||||||
|
|
||||||
Note that the CGAL documentation cannot be packaged for Debian due to unclear
|
Note that the CGAL documentation cannot be packaged for Debian due to unclear
|
||||||
license conditions. The complete documentation in PDF and HTML is available at
|
license conditions. The complete documentation in PDF and HTML is available at
|
||||||
http://www.cgal.org/.
|
https://www.cgal.org/.
|
||||||
|
|
||||||
|
|
||||||
Demos and examples
|
Demos and examples
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9), dpkg-awk, cmake, zlib1g-dev, libboost-dev,
|
||||||
libipe-dev (>= 7), ipe
|
libipe-dev (>= 7), ipe
|
||||||
Standards-Version: 3.9.3
|
Standards-Version: 3.9.3
|
||||||
Section: libs
|
Section: libs
|
||||||
Homepage: http://www.cgal.org/
|
Homepage: https://www.cgal.org/
|
||||||
XS-Autobuild: yes
|
XS-Autobuild: yes
|
||||||
|
|
||||||
Package: libcgal10
|
Package: libcgal10
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
This package was debianized by Joachim Reichel <reichel@debian.org> on
|
This package was debianized by Joachim Reichel <reichel@debian.org> on
|
||||||
Thu, 29 Apr 2004 18:43:18 +0200.
|
Thu, 29 Apr 2004 18:43:18 +0200.
|
||||||
|
|
||||||
It was downloaded from http://www.cgal.org/download/index.html.
|
It was downloaded from https://www.cgal.org/download/index.html.
|
||||||
|
|
||||||
The Debian packaging is Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009,
|
The Debian packaging is Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009,
|
||||||
2010, 2011, 2012 Joachim Reichel <reichel@debian.org> and is licensed
|
2010, 2011, 2012 Joachim Reichel <reichel@debian.org> and is licensed
|
||||||
|
|
@ -176,7 +176,7 @@ Copyright (from upstream file LICENSE)
|
||||||
exact license text can be found in the file LICENSE.FREE_USE.
|
exact license text can be found in the file LICENSE.FREE_USE.
|
||||||
|
|
||||||
More information on the CGAL license can be found at
|
More information on the CGAL license can be found at
|
||||||
http://www.cgal.org/license.html
|
https://www.cgal.org/license.html
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@ LC_CTYPE=en_US.UTF-8
|
||||||
# - on trunk
|
# - on trunk
|
||||||
#0 21 * * Sat cd $HOME/CGAL/create_internal_release; $HOME/bin/create_release $HOME/CGAL/trunk --public --do-it
|
#0 21 * * Sat cd $HOME/CGAL/create_internal_release; $HOME/bin/create_release $HOME/CGAL/trunk --public --do-it
|
||||||
|
|
||||||
# Check the links of http://www.cgal.org/projects.html every sunday at 17:42
|
# Check the links of https://www.cgal.org/projects.html every sunday at 17:42
|
||||||
#42 17 * * Sun linklint -host www.cgal.org -http /projects.html -net -no_anchors -quiet -silent -error
|
#42 17 * * Sun linklint -host www.cgal.org -http /projects.html -net -no_anchors -quiet -silent -error
|
||||||
|
|
||||||
# A test that does not work
|
# A test that does not work
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Options +FollowSymLinks
|
Options +FollowSymLinks
|
||||||
<IfModule mod_alias.c>
|
<IfModule mod_alias.c>
|
||||||
RedirectMatch permanent /$ http://doc.cgal.org/4.2/CGAL.CGAL/html/index.html
|
RedirectMatch permanent /$ https://doc.cgal.org/4.2/CGAL.CGAL/html/index.html
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
<IfModule mod_expires.c>
|
<IfModule mod_expires.c>
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@ Kinetic Data Structures (removed package)
|
||||||
earlier.
|
earlier.
|
||||||
|
|
||||||
|
|
||||||
See http://www.cgal.org/2018/02/27/cgal412-beta1/ for a complete list of
|
See https://www.cgal.org/2018/02/27/cgal412-beta1/ for a complete list of
|
||||||
changes.
|
changes.
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -95,4 +95,4 @@ GeometryFactory (http://www.geometryfactory.com/).
|
||||||
|
|
||||||
|
|
||||||
For further information and for downloading the library and its
|
For further information and for downloading the library and its
|
||||||
documentation, please visit the CGAL web site: http://www.cgal.org/
|
documentation, please visit the CGAL web site: https://www.cgal.org/
|
||||||
|
|
|
||||||
|
|
@ -95,7 +95,7 @@ has changed since CGAL 4.10:
|
||||||
and Advancing_front_mesher.
|
and Advancing_front_mesher.
|
||||||
|
|
||||||
|
|
||||||
See http://www.cgal.org/2017/09/21/cgal411/ for a complete list of
|
See https://www.cgal.org/2017/09/21/cgal411/ for a complete list of
|
||||||
changes.
|
changes.
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -136,4 +136,4 @@ GeometryFactory (http://www.geometryfactory.com/).
|
||||||
|
|
||||||
|
|
||||||
For further information and for downloading the library and its
|
For further information and for downloading the library and its
|
||||||
documentation, please visit the CGAL web site: http://www.cgal.org/
|
documentation, please visit the CGAL web site: https://www.cgal.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// For the license check mechanism see:
|
// For the license check mechanism see:
|
||||||
// http://doc.cgal.org/latest/Manual/preliminaries.html#title5
|
// https://doc.cgal.org/latest/Manual/preliminaries.html#title5
|
||||||
|
|
||||||
// This package depends on the following packages
|
// This package depends on the following packages
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
For more information see the
|
For more information see the
|
||||||
<a href="http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Periodic_3_triangulation_3/Chapter_main.html">CGAL Periodic Triangulation
|
<a href="https://www.cgal.org/Manual/latest/doc_html/cgal_manual/Periodic_3_triangulation_3/Chapter_main.html">CGAL Periodic Triangulation
|
||||||
package manual</a>.
|
package manual</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<p>Copyright ©2008-2009<br>
|
<p>Copyright ©2008-2009<br>
|
||||||
<a href="http://www-sop.inria.fr/">INRIA Sophia Antipolis - Mediterranee<a/></p>
|
<a href="http://www-sop.inria.fr/">INRIA Sophia Antipolis - Mediterranee<a/></p>
|
||||||
<p>This application illustrates the 3D Periodic Delaunay Triangulation
|
<p>This application illustrates the 3D Periodic Delaunay Triangulation
|
||||||
of <a href="http://www.cgal.org/">CGAL</a>.</p>
|
of <a href="https://www.cgal.org/">CGAL</a>.</p>
|
||||||
<p>See also the package manual:<br>
|
<p>See also the package manual:<br>
|
||||||
<a href="http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Periodic_3_triangulation_3/Chapter_main.html">
|
<a href="https://www.cgal.org/Manual/latest/doc_html/cgal_manual/Periodic_3_triangulation_3/Chapter_main.html">
|
||||||
3D Periodic Triangulations</a>
|
3D Periodic Triangulations</a>
|
||||||
</p>
|
</p>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,6 @@
|
||||||
<body>
|
<body>
|
||||||
<h2>Computational Geometry Algorithms Library</h2>
|
<h2>Computational Geometry Algorithms Library</h2>
|
||||||
<p>CGAL provides efficient and reliable geometric algorithms in the form of a C++ library.</p>
|
<p>CGAL provides efficient and reliable geometric algorithms in the form of a C++ library.</p>
|
||||||
<p>For more information visit <a href="http://www.cgal.org/">www.cgal.org</a>.</p>
|
<p>For more information visit <a href="https://www.cgal.org/">www.cgal.org</a>.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,6 @@
|
||||||
<body>
|
<body>
|
||||||
<h2>Computational Geometry Algorithms Library</h2>
|
<h2>Computational Geometry Algorithms Library</h2>
|
||||||
<p>CGAL provides efficient and reliable geometric algorithms in the form of a C++ library.</p>
|
<p>CGAL provides efficient and reliable geometric algorithms in the form of a C++ library.</p>
|
||||||
<p>For more information visit <a href="http://www.cgal.org/">www.cgal.org</a>.</p>
|
<p>For more information visit <a href="https://www.cgal.org/">www.cgal.org</a>.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,6 @@
|
||||||
<h2>3D Periodic Lloyd</h2>
|
<h2>3D Periodic Lloyd</h2>
|
||||||
<p>Copyright © 2009 INRIA</p>
|
<p>Copyright © 2009 INRIA</p>
|
||||||
<p>This application illustrates the Lloyd algorithm in 3D periodic space
|
<p>This application illustrates the Lloyd algorithm in 3D periodic space
|
||||||
using <a href="http://www.cgal.org/">CGAL</a>.</p>
|
using <a href="https://www.cgal.org/">CGAL</a>.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
For more information on 3D periodic triangulations see the
|
For more information on 3D periodic triangulations see the
|
||||||
<a href="http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Periodic_3_triangulation_3/Chapter_main.html">CGAL Periodic Triangulation
|
<a href="https://www.cgal.org/Manual/latest/doc_html/cgal_manual/Periodic_3_triangulation_3/Chapter_main.html">CGAL Periodic Triangulation
|
||||||
package manual</a>.
|
package manual</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -311,7 +311,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="facetTopologyLabel">
|
<widget class="QLabel" name="facetTopologyLabel">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>The following option enables the <a href="http://doc.cgal.org/latest/Mesh_3/group__PkgMesh__3Enum.html#gaac682a581ddebf8daff681621911d1f3"> <code>FACET_VERTICES_ON_SAME_SURFACE_PATCH_WITH_ADJACENCY_CHECK </code></a> facet topology criterion (click on the link to see the manual page).</string>
|
<string>The following option enables the <a href="https://doc.cgal.org/latest/Mesh_3/group__PkgMesh__3Enum.html#gaac682a581ddebf8daff681621911d1f3"> <code>FACET_VERTICES_ON_SAME_SURFACE_PATCH_WITH_ADJACENCY_CHECK </code></a> facet topology criterion (click on the link to see the manual page).</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="wordWrap">
|
<property name="wordWrap">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
<a href="http://www.geometryfactory.com/">GeometryFactory</a>
|
<a href="http://www.geometryfactory.com/">GeometryFactory</a>
|
||||||
and <a href="http://www-sop.inria.fr/">INRIA Sophia Antipolis - Mediterranee<a/></p>
|
and <a href="http://www-sop.inria.fr/">INRIA Sophia Antipolis - Mediterranee<a/></p>
|
||||||
<p>This application illustrates the data structures
|
<p>This application illustrates the data structures
|
||||||
of <a href="http://www.cgal.org/">CGAL</a>, and operations and
|
of <a href="https://www.cgal.org/">CGAL</a>, and operations and
|
||||||
algorithms that can be applied to.</p>
|
algorithms that can be applied to.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@
|
||||||
<h2>Polyline Simplification</h2>
|
<h2>Polyline Simplification</h2>
|
||||||
<p>Copyright © 2014 GeometryFactory</p>
|
<p>Copyright © 2014 GeometryFactory</p>
|
||||||
<p>This application illustrates the 2D polyline simplification
|
<p>This application illustrates the 2D polyline simplification
|
||||||
of <a href="http://www.cgal.org/">CGAL</a>.</p>
|
of <a href="https://www.cgal.org/">CGAL</a>.</p>
|
||||||
<p>See also <a href="http://www.cgal.org/Pkg/PolylineSimplification2">the online
|
<p>See also <a href="https://www.cgal.org/Pkg/PolylineSimplification2">the online
|
||||||
manual</a>.</p>
|
manual</a>.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -4,11 +4,11 @@
|
||||||
<p>Copyright ©2009
|
<p>Copyright ©2009
|
||||||
<a href="http://www-sop.inria.fr/">INRIA Sophia Antipolis - Mediterranee<a/></p>
|
<a href="http://www-sop.inria.fr/">INRIA Sophia Antipolis - Mediterranee<a/></p>
|
||||||
<p>This application illustrates the AABB tree component
|
<p>This application illustrates the AABB tree component
|
||||||
of <a href="http://www.cgal.org/">CGAL</a>, applied to polyhedron
|
of <a href="https://www.cgal.org/">CGAL</a>, applied to polyhedron
|
||||||
facets and edges.</p>
|
facets and edges.</p>
|
||||||
<p>See also the following chapters of the manual:
|
<p>See also the following chapters of the manual:
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://www.cgal.org/Pkg/Polyhedron">
|
<li><a href="https://www.cgal.org/Pkg/Polyhedron">
|
||||||
3D Polyhedral Surface</a>,
|
3D Polyhedral Surface</a>,
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
|
|
@ -90,7 +90,7 @@ _standard_error_handler(
|
||||||
<< "File : " << file << std::endl
|
<< "File : " << file << std::endl
|
||||||
<< "Line : " << line << std::endl
|
<< "Line : " << line << std::endl
|
||||||
<< "Explanation: " << msg << std::endl
|
<< "Explanation: " << msg << std::endl
|
||||||
<< "Refer to the bug-reporting instructions at http://www.cgal.org/bug_report.html"
|
<< "Refer to the bug-reporting instructions at https://www.cgal.org/bug_report.html"
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -115,7 +115,7 @@ _standard_warning_handler( const char *,
|
||||||
<< "File : " << file << std::endl
|
<< "File : " << file << std::endl
|
||||||
<< "Line : " << line << std::endl
|
<< "Line : " << line << std::endl
|
||||||
<< "Explanation: " << msg << std::endl
|
<< "Explanation: " << msg << std::endl
|
||||||
<< "Refer to the bug-reporting instructions at http://www.cgal.org/bug_report.html"
|
<< "Refer to the bug-reporting instructions at https://www.cgal.org/bug_report.html"
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<p>Copyright ©2010-2011<br>
|
<p>Copyright ©2010-2011<br>
|
||||||
<a href="http://www-sop.inria.fr/">INRIA Sophia Antipolis - Mediterranee<a/></p>
|
<a href="http://www-sop.inria.fr/">INRIA Sophia Antipolis - Mediterranee<a/></p>
|
||||||
<p>This application illustrates an interactive demo for 3D Delaunay Triangulation package
|
<p>This application illustrates an interactive demo for 3D Delaunay Triangulation package
|
||||||
of <a href="http://www.cgal.org/">CGAL</a>.</p>
|
of <a href="https://www.cgal.org/">CGAL</a>.</p>
|
||||||
<p>See also the package manual:<br>
|
<p>See also the package manual:<br>
|
||||||
<a href="http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Triangulation_3/Chapter_main.html">
|
<a href="https://www.cgal.org/Manual/latest/doc_html/cgal_manual/Triangulation_3/Chapter_main.html">
|
||||||
3D Triangulations</a>
|
3D Triangulations</a>
|
||||||
</p>
|
</p>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,6 @@
|
||||||
<body>
|
<body>
|
||||||
<h2>Computational Geometry Algorithms Library</h2>
|
<h2>Computational Geometry Algorithms Library</h2>
|
||||||
<p>CGAL provides efficient and reliable geometric algorithms in the form of a C++ library.</p>
|
<p>CGAL provides efficient and reliable geometric algorithms in the form of a C++ library.</p>
|
||||||
<p>For more information visit <a href="http://www.cgal.org/">www.cgal.org</a>.</p>
|
<p>For more information visit <a href="https://www.cgal.org/">www.cgal.org</a>.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,6 @@
|
||||||
<p><img src=":/cgal/logos/CGAL.gif"></p>
|
<p><img src=":/cgal/logos/CGAL.gif"></p>
|
||||||
<h2>Computational Geometry Algorithms Library<!--CGAL_VERSION--></h2>
|
<h2>Computational Geometry Algorithms Library<!--CGAL_VERSION--></h2>
|
||||||
<p>CGAL provides efficient and reliable geometric algorithms in the form of a C++ library.</p>
|
<p>CGAL provides efficient and reliable geometric algorithms in the form of a C++ library.</p>
|
||||||
<p>For more information visit <a href="http://www.cgal.org/">www.cgal.org</a></p>
|
<p>For more information visit <a href="https://www.cgal.org/">www.cgal.org</a></p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// For the license check mechanism see:
|
// For the license check mechanism see:
|
||||||
// http://doc.cgal.org/latest/Manual/preliminaries.html#title5
|
// https://doc.cgal.org/latest/Manual/preliminaries.html#title5
|
||||||
|
|
||||||
// This package depends on the following packages
|
// This package depends on the following packages
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -101,7 +101,7 @@
|
||||||
|
|
||||||
!define MUI_FINISHPAGE_LINK "Installation instructions"
|
!define MUI_FINISHPAGE_LINK "Installation instructions"
|
||||||
|
|
||||||
!define MUI_FINISHPAGE_LINK_LOCATION "http://www.cgal.org/download/windows.html"
|
!define MUI_FINISHPAGE_LINK_LOCATION "https://www.cgal.org/download/windows.html"
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
; Pages
|
; Pages
|
||||||
|
|
@ -195,7 +195,7 @@ Section "!Main CGAL" MAIN_Idx
|
||||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${CGAL_SRC}" \
|
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${CGAL_SRC}" \
|
||||||
"Publisher" "The CGAL Project and GeometryFactory"
|
"Publisher" "The CGAL Project and GeometryFactory"
|
||||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${CGAL_SRC}" \
|
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${CGAL_SRC}" \
|
||||||
"URLInfoAbout" "http://www.cgal.org/"
|
"URLInfoAbout" "https://www.cgal.org/"
|
||||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${CGAL_SRC}" \
|
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${CGAL_SRC}" \
|
||||||
"DisplayedVersion" "4.8.0"
|
"DisplayedVersion" "4.8.0"
|
||||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${CGAL_SRC}" \
|
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${CGAL_SRC}" \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue