#include <CGAL/draw_triangulation_3.h>
◆ draw()
template<class T3 >
void CGAL::draw |
( |
const T3 & |
at3 | ) |
|
#include <CGAL/draw_triangulation_3.h>
opens a new window and draws at3
, a model of the TriangulationDataStructure_3
concept.
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 macro CGAL_USE_BASIC_VIEWER
is defined. Linking with the cmake target CGAL::CGAL_Basic_viewer
will link with CGAL_Qt5
and add the definition CGAL_USE_BASIC_VIEWER
.
- Template Parameters
-
- Parameters
-
at3 | the triangulation to draw. |