Simon Giraudot
This component provides the user with a flexible 3D point set data structure. The user can define any additional property needed such as normal vectors, colors or labels. CGAL algorithms can be easily applied to this data structure.
Classes
Visualization
I/O Functions
This package offers convenience overloads for the class CGAL::Point_set_3
of the input/output functions available in the Point Set Processing package. These overloads, available after including CGAL/Point_set_3/IO.h
, allow the user to call point set processing algorithms without having to handle manually property maps and iterators.