[skip ci]
This commit is contained in:
Sven Oesau 2023-11-14 22:15:27 +01:00
parent 0f99f1467f
commit e94bc9baef
1 changed files with 0 additions and 6 deletions

View File

@ -186,12 +186,6 @@ struct Orthtree_traits_polygons : public Orthtree_traits_3_base<GeomTraits>
}; };
} }
auto get_element_object() const {
return [&](const Node_data_element& index) -> typename Self::Point_d {
return get(m_point_map, index);
};
}
Node_data m_polygons; Node_data m_polygons;
const std::vector<Point_d>& m_points; const std::vector<Point_d>& m_points;
FT bbox_dilation; FT bbox_dilation;