Home
last modified time | relevance | path

Searched defs:Neighbor_query (Results 1 – 22 of 22) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/Point_set_processing_3/internal/
H A DNeighbor_query.h96 Neighbor_query (const Neighbor_query&) { } in Neighbor_query() function
100 Neighbor_query (PointRangeRef points, PointMap point_map) in Neighbor_query() function
/dports/math/cgal/CGAL-5.3/examples/Shape_detection/
H A Dregion_growing_with_custom_classes.cpp24 class Neighbor_query { class
28 Neighbor_query(const Objects& objects) : in Neighbor_query() function in Custom::Neighbor_query
116 using Neighbor_query = Custom::Neighbor_query; typedef
H A Dregion_growing_on_polygon_mesh.cpp38 … using Neighbor_query = CGAL::Shape_detection::Polygon_mesh::One_ring_neighbor_query<Polygon_mesh>; typedef
47 …using Neighbor_query = CGAL::Shape_detection::Polygon_mesh::One_ring_neighbor_query<Polygon_mesh, … typedef
H A Dregion_growing_on_point_set_2.cpp32 using Neighbor_query = CGAL::Shape_detection::Point_set::Sphere_neighbor_query<Kernel, Input_range,… typedef
H A Dregion_growing_on_point_set_3.cpp34 using Neighbor_query = CGAL::Shape_detection::Point_set::K_neighbor_query<Kernel, Input_range, Poin… typedef
/dports/math/cgal/CGAL-5.3/include/CGAL/Classification/
H A DCluster.h52 struct Neighbor_query struct
55 OutputIterator operator() (const Cluster& cluster, OutputIterator output) const in operator()
H A DPoint_set_feature_generator.h113 using Neighbor_query = typename Neighborhood::K_neighbor_query; variable
/dports/math/cgal/CGAL-5.3/include/CGAL/Shape_detection/Region_growing/Region_growing_on_point_set/
H A DLeast_squares_line_fit_sorting.h74 using Neighbor_query = NeighborQuery; variable
H A DLeast_squares_plane_fit_sorting.h74 using Neighbor_query = NeighborQuery; variable
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A Dpca_estimate_normals.h185 …typedef Point_set_processing_3::internal::Neighbor_query<Kernel, PointRange&, PointMap> Neighbor_q… in pca_estimate_normals() typedef
H A Dcompute_average_spacing.h181 …typedef Point_set_processing_3::internal::Neighbor_query<Kernel, const PointRange&, PointMap> Neig… in compute_average_spacing() typedef
H A Djet_smooth_point_set.h215 …typedef Point_set_processing_3::internal::Neighbor_query<Kernel, PointRange&, PointMap> Neighbor_q… in jet_smooth_point_set() typedef
H A Djet_estimate_normals.h214 …typedef Point_set_processing_3::internal::Neighbor_query<Kernel, PointRange&, PointMap> Neighbor_q… in jet_estimate_normals() typedef
H A Dremove_outliers.h203 …typedef Point_set_processing_3::internal::Neighbor_query<Kernel, PointRange&, PointMap> Neighbor_q… in remove_outliers() typedef
H A Dcluster_point_set.h166 …typedef Point_set_processing_3::internal::Neighbor_query<Kernel, PointRange&, PointMap> Neighbor_q… in cluster_point_set() typedef
H A Dbilateral_smooth_point_set.h294 …typedef Point_set_processing_3::internal::Neighbor_query<Kernel, PointRange&, PointMap> Neighbor_q… in bilateral_smooth_point_set() typedef
H A Dmst_orient_normals.h320 …typedef Point_set_processing_3::internal::Neighbor_query<Kernel, PointRange&, PointMap> Neighbor_q… in create_riemannian_graph() typedef
/dports/math/cgal/CGAL-5.3/include/CGAL/Shape_detection/Region_growing/
H A DRegion_growing.h65 using Neighbor_query = NeighborQuery; variable
/dports/math/cgal/CGAL-5.3/include/CGAL/Shape_detection/Region_growing/Region_growing_on_polygon_mesh/
H A DLeast_squares_plane_fit_sorting.h87 using Neighbor_query = NeighborQuery; variable
/dports/math/cgal/CGAL-5.3/examples/Classification/
H A Dexample_cluster_classification.cpp33 …detection::Point_set::Sphere_neighbor_query<Kernel, Point_set, Pmap> Neighbor_query; typedef
/dports/math/cgal/CGAL-5.3/examples/Polygonal_surface_reconstruction/
H A Dpolyfit_example_with_region_growing.cpp41 Sphere_neighbor_query<Kernel, Point_vector, Point_map> Neighbor_query; typedef
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Point_set/
H A DPoint_set_shape_detection_plugin.cpp187 using Neighbor_query = in detect_shapes_with_region_growing_sm() typedef
275 using Neighbor_query = in detect_shapes_with_region_growing() typedef