mirror of https://github.com/CGAL/cgal
89 lines
3.6 KiB
HTML
89 lines
3.6 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
|
<!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
|
|
<!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
|
|
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
|
<link href="$relpath$../../CGAL.CGAL/html/stylesheet.css" rel="stylesheet" type="text/css" />
|
|
<link href="$relpath$../../CGAL.CGAL/html/cgal_stylesheet.css" rel="stylesheet" type="text/css" />
|
|
<script type="text/javascript" src="$relpath$../../CGAL.CGAL/html/jquery.js"></script>
|
|
<script type="text/javascript" src="$relpath$../../CGAL.CGAL/html/dynsections.js"></script>
|
|
<script type="text/javascript" src="$relpath$../../CGAL.CGAL/html/resize.js"></script>
|
|
<script type="text/javascript" src="navtree.js"></script>
|
|
<script type="text/javascript">
|
|
resizeHeight = function() {
|
|
var headerHeight = header.height();
|
|
var footerHeight = footer.height();
|
|
var windowHeight = $(window).height() - headerHeight - footerHeight;
|
|
navtree.css({height:windowHeight + "px"});
|
|
sidenav.css({height:windowHeight + "px",top: headerHeight+"px"});
|
|
}
|
|
$(document).ready(initResizable);
|
|
</script>
|
|
$search
|
|
<!-- don't use the doxygen include style for mathjax to specify config parameters -->
|
|
<!-- to use the mathjax cdn use -->
|
|
<!-- <script -->
|
|
<!-- type="text/javascript" -->
|
|
<!-- src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> -->
|
|
<!-- </script> -->
|
|
<script src="$relpath$../../MathJax/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
|
|
<script src="$relpath$../../CGAL.CGAL/html/hacks.js" type="text/javascript"></script>
|
|
<script src="$relpath$modules.js" type="text/javascript"></script>
|
|
</head>
|
|
<body>
|
|
<span style="display:none">\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \)
|
|
\( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \)
|
|
\(
|
|
\def\ccSum #1#2#3{
|
|
\sum_{#1}^{#2}{#3}
|
|
}
|
|
|
|
\def\ccProd #1#2#3{
|
|
\sum_{#1}^{#2}{#3}
|
|
}\)
|
|
</span>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="back-nav">
|
|
<ul>
|
|
<li><a href="../../CGAL.CGAL/html/index.html">Home</a></li>
|
|
<li><a href="../../CGAL.CGAL/html/general_intro.html">Getting Started</a></li>
|
|
<li><a href="../../CGAL.CGAL/html/packages.html">Package Overview</a></li>
|
|
<li><a href="../../CGAL.CGAL/html/how_to_cite_cgal.html">Acknowledging CGAL</a></li>
|
|
</ul>
|
|
<!--BEGIN DISABLE_INDEX-->
|
|
<!--BEGIN SEARCHENGINE-->
|
|
$searchbox
|
|
<!--END SEARCHENGINE-->
|
|
<!--END DISABLE_INDEX-->
|
|
</div>
|
|
<!--BEGIN TITLEAREA-->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr style="height: 56px;">
|
|
<!--BEGIN PROJECT_LOGO-->
|
|
<td id="projectlogo"><img alt="Logo" src="$relpath$$projectlogo"/></td>
|
|
<!--END PROJECT_LOGO-->
|
|
<!--BEGIN PROJECT_NAME-->
|
|
<td style="padding-left: 0.5em;">
|
|
<div id="projectname">$projectname</div>
|
|
<!--BEGIN PROJECT_BRIEF--><div id="projectbrief">$projectbrief</div><!--END PROJECT_BRIEF-->
|
|
</td>
|
|
<!--END PROJECT_NAME-->
|
|
<!--BEGIN !PROJECT_NAME-->
|
|
<!--BEGIN PROJECT_BRIEF-->
|
|
<td style="padding-left: 0.5em;">
|
|
<div id="projectbrief">$projectbrief</div>
|
|
</td>
|
|
<!--END PROJECT_BRIEF-->
|
|
<!--END !PROJECT_NAME-->
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!--END TITLEAREA-->
|
|
<!-- end header part -->
|