CGAL 5.1.3 - 3D Point Set
Draw a 3D Point Set

#include <CGAL/draw_point_set_3.h>

Functions

template<class PS >
void CGAL::draw (const PS &aps)
 opens a new window and draws aps, an instance of the CGAL::Point_set_3 class. More...
 

Function Documentation

◆ draw()

template<class PS >
void CGAL::draw ( const PS &  aps)

#include <CGAL/draw_point_set_3.h>

opens a new window and draws aps, an instance of the CGAL::Point_set_3 class.

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
PSan instance of the CGAL::Point_set_3 class.
Parameters
apsthe point set to draw.
Examples:
Point_set_3/draw_point_set_3.cpp.