mirror of https://github.com/CGAL/cgal
small bug fixes
This commit is contained in:
parent
b0e14f7754
commit
a05826b0ee
|
|
@ -93,9 +93,9 @@ Point &r) const;} { Returns the center point equidistant from \ccc{p}, \ccc{q} a
|
|||
are called.}
|
||||
|
||||
\ccHasModels
|
||||
\ccc{CGAL::Triangulation_euclidean_traits_2<Rep>},
|
||||
\ccc{CGAL::Triangulation_euclidean_traits_xy_3<Rep>},
|
||||
\ccc{CGAL::Triangulation_euclidean_traits_yz_3<Rep>},
|
||||
\ccc{CGAL::Triangulation_euclidean_traits_2<Rep>}, \\
|
||||
\ccc{CGAL::Triangulation_euclidean_traits_xy_3<Rep>}, \\
|
||||
\ccc{CGAL::Triangulation_euclidean_traits_yz_3<Rep>}, \\
|
||||
\ccc{CGAL::Triangulation_euclidean_traits_zx_3<Rep>}.
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -152,10 +152,6 @@ included using the
|
|||
macro. The program example would be part of the source code distribution and
|
||||
also part of the automatic test suite.
|
||||
|
||||
\begin{ccExampleCode}
|
||||
void your_example_code() {
|
||||
}
|
||||
\end{ccExampleCode}
|
||||
|
||||
%% \ccIncludeExampleCode{examples/Triangulation/Triangulation_2::Vertex_prog.C}
|
||||
|
||||
|
|
|
|||
|
|
@ -264,7 +264,7 @@ between numbers of vertices, faces and edges.}
|
|||
|
||||
|
||||
\ccHasModels
|
||||
\ccc{CGAL::Triangulation_default_data_structure_2<Tds_traits,Vb,Fb>},
|
||||
\ccc{CGAL::Triangulation_default_data_structure_2<Tds_traits,Vb,Fb>}, \\
|
||||
\ccc{CGAL::Triangulation_data_structure_using_list_2<Vb,Fb>}.
|
||||
|
||||
\ccSeeAlso
|
||||
|
|
|
|||
|
|
@ -170,8 +170,8 @@ in correct reverse order.}
|
|||
|
||||
|
||||
\ccSeeAlso
|
||||
\ccc{Triangulation_data_structure_2}
|
||||
\ccc{Triangulation_data_structure_2::Vertex},
|
||||
\ccc{Triangulation_data_structure_2}, \\
|
||||
\ccc{Triangulation_data_structure_2::Vertex}, \\
|
||||
\ccc{Triangulation_2::Face_base}.
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -122,8 +122,8 @@ and \ccc{w}.
|
|||
|
||||
|
||||
\ccSeeAlso
|
||||
\ccc{Triangulation_data_structure_2}
|
||||
\ccc{Triangulation_data_structure_2::Face},
|
||||
\ccc{Triangulation_data_structure_2} \\
|
||||
\ccc{Triangulation_data_structure_2::Face} \\
|
||||
\ccc{Triangulation_2::Vertex_base}.
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
% +------------------------------------------------------------------------+
|
||||
|
||||
|
||||
\begin{ccRefClass}{Triangulation_default_data_structure_2<Tds_traits,Vb,Fb>}
|
||||
\begin{ccRefClass}{Triangulation_default_data_structure_2<Traits,Vb,Fb>}
|
||||
%% add template arg's if necessary
|
||||
|
||||
%% \ccHtmlCrossLink{} %% add further rules for cross referencing links
|
||||
|
|
@ -55,7 +55,7 @@ coordinates of the points embedding its vertices.
|
|||
Thus the tree structure may remain implicit
|
||||
and does not require any additional memory.
|
||||
|
||||
The requirements concerning the geometric traits \ccc{Tds_gt} of
|
||||
The requirements concerning the geometric traits \ccc{Traits} of
|
||||
\ccc{Triangulation_default_data_structure_2}
|
||||
are very light and form a subset of the requirements needed
|
||||
for the geometric traits of the triangulations.
|
||||
|
|
|
|||
|
|
@ -99,9 +99,9 @@ with \ccc{vertex(1)} and \ccc{neighbor(0)} with \ccc{neighbor(1)}.}
|
|||
|
||||
\ccSeeAlso
|
||||
|
||||
\ccc{Triangulation_data_structure_2},
|
||||
\ccc{Triangulation_data_structure_2::Face}
|
||||
\ccc{CGAL::Triangulation_face_base_2<Traits>}.
|
||||
\ccc{Triangulation_data_structure_2} \\
|
||||
\ccc{Triangulation_data_structure_2::Face} \\
|
||||
\ccc{CGAL::Triangulation_face_base_2<Traits>}
|
||||
|
||||
|
||||
\end{ccRefConcept}
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@ and pointing on face \ccc{f}.}
|
|||
|
||||
\ccSeeAlso
|
||||
|
||||
\ccc{Triangulation_data_structure_2},
|
||||
\ccc{Triangulation_data_structure_2::Vertex}
|
||||
\ccc{CGAL::Triangulation_vertex_base_2<Traits>}.
|
||||
\ccc{Triangulation_data_structure_2} \\
|
||||
\ccc{Triangulation_data_structure_2::Vertex} \\
|
||||
\ccc{CGAL::Triangulation_vertex_base_2<Traits>}
|
||||
|
||||
|
||||
\end{ccRefConcept}
|
||||
|
|
|
|||
|
|
@ -167,7 +167,7 @@ class parametrized by the base classes for faces and vertices.
|
|||
\ccRefIdfierPage{CGAL::Regular_triangulation_euclidean_traits_2<Rep,Weight>}\\
|
||||
|
||||
\ccRefIdfierPage{CGAL::Triangulation_data_structure_using_list_2<Vb,Fb>}\\
|
||||
\ccRefIdfierPage{CGAL::Triangulation_default_data_structure_2<Tds_traits,Vb,Fb>}\\
|
||||
\ccRefIdfierPage{CGAL::Triangulation_default_data_structure_2<Traits,Vb,Fb>}\\
|
||||
|
||||
\ccRefIdfierPage{CGAL::Triangulation_2<Traits,Tds>::Face}\\
|
||||
\ccRefIdfierPage{CGAL::Triangulation_2<Traits,Tds>::Vertex}\\
|
||||
|
|
|
|||
|
|
@ -93,9 +93,9 @@ Point &r) const;} { Returns the center point equidistant from \ccc{p}, \ccc{q} a
|
|||
are called.}
|
||||
|
||||
\ccHasModels
|
||||
\ccc{CGAL::Triangulation_euclidean_traits_2<Rep>},
|
||||
\ccc{CGAL::Triangulation_euclidean_traits_xy_3<Rep>},
|
||||
\ccc{CGAL::Triangulation_euclidean_traits_yz_3<Rep>},
|
||||
\ccc{CGAL::Triangulation_euclidean_traits_2<Rep>}, \\
|
||||
\ccc{CGAL::Triangulation_euclidean_traits_xy_3<Rep>}, \\
|
||||
\ccc{CGAL::Triangulation_euclidean_traits_yz_3<Rep>}, \\
|
||||
\ccc{CGAL::Triangulation_euclidean_traits_zx_3<Rep>}.
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -152,10 +152,6 @@ included using the
|
|||
macro. The program example would be part of the source code distribution and
|
||||
also part of the automatic test suite.
|
||||
|
||||
\begin{ccExampleCode}
|
||||
void your_example_code() {
|
||||
}
|
||||
\end{ccExampleCode}
|
||||
|
||||
%% \ccIncludeExampleCode{examples/Triangulation/Triangulation_2::Vertex_prog.C}
|
||||
|
||||
|
|
|
|||
|
|
@ -264,7 +264,7 @@ between numbers of vertices, faces and edges.}
|
|||
|
||||
|
||||
\ccHasModels
|
||||
\ccc{CGAL::Triangulation_default_data_structure_2<Tds_traits,Vb,Fb>},
|
||||
\ccc{CGAL::Triangulation_default_data_structure_2<Tds_traits,Vb,Fb>}, \\
|
||||
\ccc{CGAL::Triangulation_data_structure_using_list_2<Vb,Fb>}.
|
||||
|
||||
\ccSeeAlso
|
||||
|
|
|
|||
|
|
@ -170,8 +170,8 @@ in correct reverse order.}
|
|||
|
||||
|
||||
\ccSeeAlso
|
||||
\ccc{Triangulation_data_structure_2}
|
||||
\ccc{Triangulation_data_structure_2::Vertex},
|
||||
\ccc{Triangulation_data_structure_2}, \\
|
||||
\ccc{Triangulation_data_structure_2::Vertex}, \\
|
||||
\ccc{Triangulation_2::Face_base}.
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -122,8 +122,8 @@ and \ccc{w}.
|
|||
|
||||
|
||||
\ccSeeAlso
|
||||
\ccc{Triangulation_data_structure_2}
|
||||
\ccc{Triangulation_data_structure_2::Face},
|
||||
\ccc{Triangulation_data_structure_2} \\
|
||||
\ccc{Triangulation_data_structure_2::Face} \\
|
||||
\ccc{Triangulation_2::Vertex_base}.
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
% +------------------------------------------------------------------------+
|
||||
|
||||
|
||||
\begin{ccRefClass}{Triangulation_default_data_structure_2<Tds_traits,Vb,Fb>}
|
||||
\begin{ccRefClass}{Triangulation_default_data_structure_2<Traits,Vb,Fb>}
|
||||
%% add template arg's if necessary
|
||||
|
||||
%% \ccHtmlCrossLink{} %% add further rules for cross referencing links
|
||||
|
|
@ -55,7 +55,7 @@ coordinates of the points embedding its vertices.
|
|||
Thus the tree structure may remain implicit
|
||||
and does not require any additional memory.
|
||||
|
||||
The requirements concerning the geometric traits \ccc{Tds_gt} of
|
||||
The requirements concerning the geometric traits \ccc{Traits} of
|
||||
\ccc{Triangulation_default_data_structure_2}
|
||||
are very light and form a subset of the requirements needed
|
||||
for the geometric traits of the triangulations.
|
||||
|
|
|
|||
|
|
@ -99,9 +99,9 @@ with \ccc{vertex(1)} and \ccc{neighbor(0)} with \ccc{neighbor(1)}.}
|
|||
|
||||
\ccSeeAlso
|
||||
|
||||
\ccc{Triangulation_data_structure_2},
|
||||
\ccc{Triangulation_data_structure_2::Face}
|
||||
\ccc{CGAL::Triangulation_face_base_2<Traits>}.
|
||||
\ccc{Triangulation_data_structure_2} \\
|
||||
\ccc{Triangulation_data_structure_2::Face} \\
|
||||
\ccc{CGAL::Triangulation_face_base_2<Traits>}
|
||||
|
||||
|
||||
\end{ccRefConcept}
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@ and pointing on face \ccc{f}.}
|
|||
|
||||
\ccSeeAlso
|
||||
|
||||
\ccc{Triangulation_data_structure_2},
|
||||
\ccc{Triangulation_data_structure_2::Vertex}
|
||||
\ccc{CGAL::Triangulation_vertex_base_2<Traits>}.
|
||||
\ccc{Triangulation_data_structure_2} \\
|
||||
\ccc{Triangulation_data_structure_2::Vertex} \\
|
||||
\ccc{CGAL::Triangulation_vertex_base_2<Traits>}
|
||||
|
||||
|
||||
\end{ccRefConcept}
|
||||
|
|
|
|||
|
|
@ -167,7 +167,7 @@ class parametrized by the base classes for faces and vertices.
|
|||
\ccRefIdfierPage{CGAL::Regular_triangulation_euclidean_traits_2<Rep,Weight>}\\
|
||||
|
||||
\ccRefIdfierPage{CGAL::Triangulation_data_structure_using_list_2<Vb,Fb>}\\
|
||||
\ccRefIdfierPage{CGAL::Triangulation_default_data_structure_2<Tds_traits,Vb,Fb>}\\
|
||||
\ccRefIdfierPage{CGAL::Triangulation_default_data_structure_2<Traits,Vb,Fb>}\\
|
||||
|
||||
\ccRefIdfierPage{CGAL::Triangulation_2<Traits,Tds>::Face}\\
|
||||
\ccRefIdfierPage{CGAL::Triangulation_2<Traits,Tds>::Vertex}\\
|
||||
|
|
|
|||
Loading…
Reference in New Issue