32 #include "pteros/core/selection.h"
43 bool absolute_index =
false,
44 Vector3i_const_ref pbc = fullPBC);
50 bool absolute_index =
false,
51 Vector3i_const_ref pbc = fullPBC);
53 void search_within(Vector3f_const_ref coord,
54 std::vector<int> &res);
56 void search_within(
const Selection& target,
57 std::vector<int> &res,
58 bool include_self=
true);
61 class DistanceSearchWithinImpl;
62 std::unique_ptr<DistanceSearchWithinImpl> p;