added stuff in order to see what goes wrong

This commit is contained in:
Andreas Fabri 2008-09-08 10:29:11 +00:00
parent a0be560caa
commit fa08c68779
1 changed files with 9 additions and 2 deletions

View File

@ -327,8 +327,15 @@ The following macros are provided: \ccc{CGAL_forall_vertices(v,N)},
\ccMethod{Nef_polyhedron_3<Traits> operator^(const Nef_polyhedron_3<Traits>& N1) const;}
{return the symmetric difference of \ccVar\ and N1.}
\ccGlue
\ccMethod{Nef_polyhedron_3<Traits> operator*(const Plane_3& p,
Intersection_mode im) const;}{see \ccc{intersection(p,im)}}
\ccMethod{void before() const;}{returns nothing.}
\ccGlue
\ccMethod{Nef_polyhedron_3<Traits> operator*(const Plane_3& p, Intersection_mode im) const;}{see nothing}
\ccGlue
\ccMethod{void between() const;}{returns nothing.}
\ccGlue
\ccMethod{Nef_polyhedron_3<Traits> operator*(const Plane_3& p, Intersection_mode im) const;}{see \ccc{intersection(p,im)}}
\ccGlue
\ccMethod{void after() const;}{returns nothing.}
\ccMethod{void operator*=(const Nef_polyhedron_3<Traits>& N1);}{intersects \ccVar\ and N1.}
\ccGlue