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

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 &)