Loading [MathJax]/extensions/TeX/newcommand.js
\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 - Surface Mesh
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
Draw a Surface Mesh

#include <CGAL/draw_surface_mesh.h>

Functions

template<class SM >
void draw (const SM &asm)
 Open a new window and draw asm, an instance of the CGAL::Surface_mesh class. More...
 

Function Documentation

◆ draw()

template<class SM >
void draw ( const SM &  asm)

#include <CGAL/draw_surface_mesh.h>

Open a new window and draw asm, an instance of the CGAL::Surface_mesh class.

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.

Template Parameters
SMan instance of the CGAL::Surface_mesh class.
Parameters
asmthe surface mesh to draw.