From 09fcb98c65d26bb2087635095b5fd2bd024cf040 Mon Sep 17 00:00:00 2001 From: Jasmeet Singh Date: Wed, 3 Jul 2019 15:19:25 -0700 Subject: [PATCH] Add the documentation header file draw_nef_3.h --- Nef_3/doc/Nef_3/CGAL/draw_nef_3.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Nef_3/doc/Nef_3/CGAL/draw_nef_3.h diff --git a/Nef_3/doc/Nef_3/CGAL/draw_nef_3.h b/Nef_3/doc/Nef_3/CGAL/draw_nef_3.h new file mode 100644 index 00000000000..3ec9c0b2a8c --- /dev/null +++ b/Nef_3/doc/Nef_3/CGAL/draw_nef_3.h @@ -0,0 +1,15 @@ +namespace CGAL { + +/*! +\ingroup PkgDrawNef3 + +Open a new window and draws `anef3`, the `Nef_polyhedron_3`. A call to this function is blocking, that is the program continues as soon as the user closes the window. + This function requires CGAL_Qt5, and is only available if the flag CGAL_USE_BASIC_VIEWER is defined at compile time. +\tparam Nef3 a model of the `Nef_polyhedron_3` concept. +\param anef3 the nef polyhedron to draw. + +*/ +template +void draw(const Nef3& anef3); + +} /* namespace CGAL */ \ No newline at end of file