Draw.
#include <CGAL/draw_nef_3.h>
|
template<class Nef3 > |
void | CGAL::draw (const Nef3 &anef3) |
|
◆ draw()
template<class Nef3 >
void CGAL::draw |
( |
const Nef3 & |
anef3 | ) |
|
#include <CGAL/draw_nef_3.h>
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.
- Template Parameters
-
- Parameters
-
anef3 | the nef polyhedron to draw. |