\( \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 5.0 - Shape Detection
CGAL::Shape_detection::Point_set::Least_squares_line_fit_region< GeomTraits, InputRange, PointMap, NormalMap > Member List

This is the complete list of members for CGAL::Shape_detection::Point_set::Least_squares_line_fit_region< GeomTraits, InputRange, PointMap, NormalMap >, including all inherited members.

FT typedefCGAL::Shape_detection::Point_set::Least_squares_line_fit_region< GeomTraits, InputRange, PointMap, NormalMap >
is_part_of_region(const std::size_t, const std::size_t query_index, const std::vector< std::size_t > &) constCGAL::Shape_detection::Point_set::Least_squares_line_fit_region< GeomTraits, InputRange, PointMap, NormalMap >
is_valid_region(const std::vector< std::size_t > &region) constCGAL::Shape_detection::Point_set::Least_squares_line_fit_region< GeomTraits, InputRange, PointMap, NormalMap >
Least_squares_line_fit_region(const InputRange &input_range, const FT distance_threshold=FT(1), const FT angle_threshold=FT(25), const std::size_t min_region_size=2, const PointMap point_map=PointMap(), const NormalMap normal_map=NormalMap(), const GeomTraits traits=GeomTraits())CGAL::Shape_detection::Point_set::Least_squares_line_fit_region< GeomTraits, InputRange, PointMap, NormalMap >
update(const std::vector< std::size_t > &region)CGAL::Shape_detection::Point_set::Least_squares_line_fit_region< GeomTraits, InputRange, PointMap, NormalMap >