CGAL 4.14 - Linear Cell Complex
|
Draw.
Functions | |
template<class LCC > | |
void | CGAL::draw (const LCC &alcc) |
Open a new window and draw alcc , a model of the LinearCellComplex concept. More... | |
void CGAL::draw | ( | const LCC & | alcc | ) |
#include <CGAL/draw_linear_cell_complex.h>
Open a new window and draw alcc
, a model of the LinearCellComplex
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.
LCC | a model of the LinearCellComplex concept. |
alcc | the linear cell complex to draw. |