documentation bug-fix

No support for geomview
Alpha_shape_3 -> Fixed_alpha_shape_3 in operator<<
This commit is contained in:
Sébastien Loriot 2011-03-29 17:55:19 +00:00
parent 421ea1c87a
commit 6d1fe79d6e
2 changed files with 2 additions and 13 deletions

View File

@ -171,18 +171,11 @@ is an internal format.
\ccInclude{CGAL/IO/io.h} \ccInclude{CGAL/IO/io.h}
\ccFunction{ostream& operator<<(ostream& os, \ccFunction{ostream& operator<<(ostream& os,
const Alpha_shape_3<Dt>& A);} const Fixed_alpha_shape_3<Dt>& A);}
{Inserts the alpha shape \ccVar\ for the alpha value of \ccc{A} into the stream \ccc{os}. {Inserts the alpha shape \ccVar\ into the stream \ccc{os}.
\ccRequire The insert operator must be defined for \ccc{GT::Point}.} \ccRequire The insert operator must be defined for \ccc{GT::Point}.}
\ccInclude{CGAL/IO/Geomview_stream.h}
\ccInclude{CGAL/IO/alpha_shape_geomview_ostream_3.h}
\ccFunction{Geomview_stream& operator<<(Geomview_stream& W,
const Alpha_shape_3<Dt>& A);}
{Inserts the alpha shape \ccVar\ into the Geomview stream \ccc{W}.
\ccRequire The insert operator must be defined for \ccc{GT::Point} and \ccc{GT::Triangle}.}
\end{ccRefClass} \end{ccRefClass}

View File

@ -1116,8 +1116,4 @@ std::ostream& operator<<(std::ostream& os, const Fixed_alpha_shape_3<Dt>& A)
} //namespace CGAL } //namespace CGAL
#ifdef CGAL_USE_GEOMVIEW
#include <CGAL/IO/alpha_shape_geomview_ostream_3.h>
#endif
#endif //CGAL_FIXED_ALPHA_SHAPE_3_H #endif //CGAL_FIXED_ALPHA_SHAPE_3_H