CGAL 4.14 - 2D Triangulation
|
Draw.
Functions | |
template<class T2 > | |
void | CGAL::draw (const T2 &at2) |
Open a new window and draw at2 , a model of the TriangulationDataStructure_2 concept. More... | |
void CGAL::draw | ( | const T2 & | at2 | ) |
#include <CGAL/draw_triangulation_2.h>
Open a new window and draw at2
, a model of the TriangulationDataStructure_2
concept.
The 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.
T2 | a model of the TriangulationDataStructure_2 concept. |
at2 | the triangulation to draw. |