mirror of https://github.com/CGAL/cgal
Document a precondition, dimension()==2, in get_conflict_* functions.
This commit is contained in:
parent
067ce547d1
commit
43f08a7be3
|
|
@ -223,7 +223,7 @@ of the conflict zone are output in counterclockwise order
|
||||||
and each edge is described through its incident face
|
and each edge is described through its incident face
|
||||||
which is not in conflict with \ccc{p}.
|
which is not in conflict with \ccc{p}.
|
||||||
The function returns in a std::pair the resulting output iterators.
|
The function returns in a std::pair the resulting output iterators.
|
||||||
}
|
\ccPrecond dimension()==2}
|
||||||
|
|
||||||
\ccMethod{template <class OutputItFaces>
|
\ccMethod{template <class OutputItFaces>
|
||||||
OutputItFaces
|
OutputItFaces
|
||||||
|
|
@ -231,7 +231,8 @@ The function returns in a std::pair the resulting output iterators.
|
||||||
OutputItFaces fit,
|
OutputItFaces fit,
|
||||||
Face_handle start) const;}
|
Face_handle start) const;}
|
||||||
{Same as above except that only the faces in conflict with \ccc{p}
|
{Same as above except that only the faces in conflict with \ccc{p}
|
||||||
are output. The function returns the resulting output iterator.}
|
are output. The function returns the resulting output iterator.
|
||||||
|
\ccPrecond dimension()==2}
|
||||||
|
|
||||||
\ccMethod{template <class OutputItBoundaryEdges>
|
\ccMethod{template <class OutputItBoundaryEdges>
|
||||||
OutputItBoundaryEdges
|
OutputItBoundaryEdges
|
||||||
|
|
|
||||||
|
|
@ -165,7 +165,8 @@ The boundary edges
|
||||||
of the conflict zone are output in counter-clockwise order
|
of the conflict zone are output in counter-clockwise order
|
||||||
and each edge is described through its incident face
|
and each edge is described through its incident face
|
||||||
which is not in conflict with \ccc{p}.
|
which is not in conflict with \ccc{p}.
|
||||||
The function returns in a std::pair the resulting output iterators.}
|
The function returns in a std::pair the resulting output iterators.
|
||||||
|
\ccPrecond dimension()==2}
|
||||||
|
|
||||||
\ccMethod{template <class OutputItFaces>
|
\ccMethod{template <class OutputItFaces>
|
||||||
OutputItFaces
|
OutputItFaces
|
||||||
|
|
@ -173,7 +174,8 @@ The function returns in a std::pair the resulting output iterators.}
|
||||||
OutputItFaces fit,
|
OutputItFaces fit,
|
||||||
Face_handle start) const;}
|
Face_handle start) const;}
|
||||||
{same as above except that only the faces in conflict with \ccc{p}
|
{same as above except that only the faces in conflict with \ccc{p}
|
||||||
are output. The function returns the resulting output iterator.}
|
are output. The function returns the resulting output iterator.
|
||||||
|
\ccPrecond dimension()==2}
|
||||||
|
|
||||||
\ccMethod{template <class OutputItBoundaryEdges>
|
\ccMethod{template <class OutputItBoundaryEdges>
|
||||||
OutputItBoundaryEdges
|
OutputItBoundaryEdges
|
||||||
|
|
|
||||||
|
|
@ -239,7 +239,8 @@ located in \ccc{lt,loc,li}.}
|
||||||
the conflict zone are output in counter-clockwise order and each edge
|
the conflict zone are output in counter-clockwise order and each edge
|
||||||
is described through its incident face which is not in conflict with
|
is described through its incident face which is not in conflict with
|
||||||
\ccc{p}. The function returns in a CGAL::Triple the resulting output
|
\ccc{p}. The function returns in a CGAL::Triple the resulting output
|
||||||
iterators.}
|
iterators.
|
||||||
|
\ccPrecond dimension()==2}
|
||||||
|
|
||||||
\ccMethod{template <class OutputItFaces, class OutputItBoundaryEdges>
|
\ccMethod{template <class OutputItFaces, class OutputItBoundaryEdges>
|
||||||
std::pair<OutputItFaces,OutputItBoundaryEdges>
|
std::pair<OutputItFaces,OutputItBoundaryEdges>
|
||||||
|
|
@ -249,7 +250,8 @@ located in \ccc{lt,loc,li}.}
|
||||||
same as above except that only the faces in conflict with \ccc{p} and
|
same as above except that only the faces in conflict with \ccc{p} and
|
||||||
the boundary edges of the conflict zone
|
the boundary edges of the conflict zone
|
||||||
are output via the corresponding output iterators. The function returns
|
are output via the corresponding output iterators. The function returns
|
||||||
in a std::pair the resulting output iterators.}
|
in a std::pair the resulting output iterators.
|
||||||
|
\ccPrecond dimension()==2}
|
||||||
|
|
||||||
\ccMethod{template <class OutputItFaces,
|
\ccMethod{template <class OutputItFaces,
|
||||||
class OutputItHiddenVertices>
|
class OutputItHiddenVertices>
|
||||||
|
|
@ -260,7 +262,8 @@ located in \ccc{lt,loc,li}.}
|
||||||
same as above except that only the faces in conflict with \ccc{p} and
|
same as above except that only the faces in conflict with \ccc{p} and
|
||||||
the vertices that would be hidden by \ccc{p}
|
the vertices that would be hidden by \ccc{p}
|
||||||
are output via the corresponding output iterators. The function returns
|
are output via the corresponding output iterators. The function returns
|
||||||
in a std::pair the resulting output iterators.}
|
in a std::pair the resulting output iterators.
|
||||||
|
\ccPrecond dimension()==2}
|
||||||
|
|
||||||
\ccMethod{template <class OutputItBoundaryEdges, class OutputItHiddenVertices>
|
\ccMethod{template <class OutputItBoundaryEdges, class OutputItHiddenVertices>
|
||||||
std::pair<OutputItBoundaryEdges,OutputItHiddenVertices>
|
std::pair<OutputItBoundaryEdges,OutputItHiddenVertices>
|
||||||
|
|
@ -281,7 +284,8 @@ located in \ccc{lt,loc,li}.}
|
||||||
OutputItFaces fit,
|
OutputItFaces fit,
|
||||||
Face_handle start) const;}
|
Face_handle start) const;}
|
||||||
{same as above except that only the faces in conflict with \ccc{p}
|
{same as above except that only the faces in conflict with \ccc{p}
|
||||||
are output. The function returns the resulting output iterator.}
|
are output. The function returns the resulting output iterator.
|
||||||
|
\ccPrecond dimension()==2}
|
||||||
|
|
||||||
\ccMethod{template <class OutputItBoundaryEdges>
|
\ccMethod{template <class OutputItBoundaryEdges>
|
||||||
OutputItBoundaryEdges
|
OutputItBoundaryEdges
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue