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.14 - 3D Point Set
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
3D Point Set Reference

Modules

 Input/Output
 This module offers convenience overloads of input/ouput 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.
 

Classes

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