\( \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.8.2 - Point Set Processing
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::internal Namespace Reference

Classes

class  Ply_read_number
 
class  Ply_read_char
 
class  Ply_read_uchar
 
class  Ply_read_short
 
class  Ply_read_ushort
 
class  Ply_read_int
 
class  Ply_read_uint
 
class  Ply_read_float
 
class  Ply_read_double
 

Functions

template<typename InputIterator , typename PointPMap , typename K >
K::Point_3 hsps_centroid (InputIterator begin, InputIterator end, PointPMap &point_pmap, const K &)
 
template<typename Input_type , typename PointPMap , typename K >
void hsc_terminate_cluster (std::list< Input_type > &cluster, std::list< Input_type > &points_to_keep, std::list< Input_type > &points_to_remove, PointPMap &point_pmap, const typename K::Point_3 &centroid, const K &)