#include <CGAL/draw_linear_cell_complex.h>
◆ draw()
template<class LCC >
void CGAL::draw |
( |
const LCC & |
alcc | ) |
|
#include <CGAL/draw_linear_cell_complex.h>
opens a new window and draws alcc
, a model of the LinearCellComplex
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 flag CGAL_USE_BASIC_VIEWER is defined at compile time.
- Template Parameters
-
- Parameters
-
alcc | the linear cell complex to draw. |