CGAL 6.0 - 3D Point Set
Loading...
Searching...
No Matches
3D Point Set Reference

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.
Introduced in: CGAL 4.10
BibTeX: cgal:g-ps-24a
License: GPL
Windows Demo: Polyhedron demo

Classified Reference Pages

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.

Modules

 Draw a 3D Point Set
 #include<CGAL/draw_point_set_3.h>
 
 Input/Output
 This module offers convenience overloads of input/output functions available in the Point Set Processing package.
 

Classes

class  CGAL::Point_set_3< Point, Vector >
 A collection of points with dynamically associated properties. More...