mirror of https://github.com/CGAL/cgal
Add missing include, and a few minor changes in the manual.
This commit is contained in:
parent
094505bb76
commit
6a2d8f54d1
|
|
@ -65,7 +65,7 @@ construction of the Voronoi diagram:
|
|||
\ccConstructor{template < class InputIterator >
|
||||
Delaunay_triangulation_3 (InputIterator first, InputIterator last,
|
||||
const DelaunayTriangulationTraits_3& traits = DelaunayTriangulationTraits_3())}
|
||||
{Equivalent to contructing an empty triangulation with the optional
|
||||
{Equivalent to constructing an empty triangulation with the optional
|
||||
traits class argument and calling \ccc{insert(first,last)}.}
|
||||
|
||||
\ccOperations
|
||||
|
|
@ -349,10 +349,6 @@ These methods are mainly a debugging help for the users of advanced features.
|
|||
|
||||
\ccSeeAlso
|
||||
|
||||
\ccc{CGAL::Triangulation_hierarchy_3}.
|
||||
|
||||
%% \ccExample
|
||||
|
||||
%% \ccIncludeExampleCode{Triangulation3/Delaunay_triangulation_3_prog.cpp}
|
||||
\ccc{CGAL::Triangulation_hierarchy_3}
|
||||
|
||||
\end{ccRefClass}
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Random.h>
|
||||
#include <CGAL/triangulation_assertions.h>
|
||||
#include <CGAL/Triangulation_hierarchy_vertex_base_3.h>
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
|
|
|
|||
Loading…
Reference in New Issue