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 4.13 - 3D Triangulations
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
Draw a Triangulation 3

Draw.

#include <CGAL/draw_triangulation_3.h>

Functions

template<class T3 >
void CGAL::draw (const T3 &at3)
 Open a new window and draw at3, a model of the TriangulationDataStructure_3 concept. More...
 

Function Documentation

◆ draw()

template<class T3 >
void CGAL::draw ( const T3 &  at3)

#include <CGAL/draw_triangulation_3.h>

Open a new window and draw at3, a model of the TriangulationDataStructure_3 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.

Template Parameters
T3a model of the TriangulationDataStructure_3 concept.
Parameters
at3the triangulation to draw.