Processing math: 0%
\newcommand{\E}{\mathrm{E}} \newcommand{\A}{\mathrm{A}} \newcommand{\R}{\mathrm{R}} \newcommand{\N}{\mathrm{N}} \newcommand{\Q}{\mathrm{Q}} \newcommand{\Z}{\mathrm{Z}} \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }
CGAL 5.0.2 - Linear Cell Complex
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
Draw a Linear Cell Complex

#include <CGAL/draw_linear_cell_complex.h>

Functions

template<class LCC >
void CGAL::draw (const LCC &alcc)
 opens a new window and draws alcc, a model of the LinearCellComplex concept. More...
 

Function Documentation

◆ 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
LCCa model of the LinearCellComplex concept.
Parameters
alccthe linear cell complex to draw.