CGAL 4.14 - 3D Polyhedral Surface
|
Draw.
Functions | |
template<class POLY > | |
void | CGAL::draw (const POLY &apoly) |
Open a new window and draw apoly , an instance of the CGAL::Polyhedron_3 class. More... | |
void CGAL::draw | ( | const POLY & | apoly | ) |
#include <CGAL/draw_polyhedron.h>
Open a new window and draw apoly
, an instance of the CGAL::Polyhedron_3
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.
POLY | an instance of the CGAL::Polyhedron_3 class. |
apoly | the polyhedron to draw. |