Cell indices where each entry of ``dest_points`` is located.
(self)
| 62 | |
| 63 | @property |
| 64 | def dest_cells(self) -> npt.NDArray[np.int32]: |
| 65 | """Cell indices where each entry of ``dest_points`` is located.""" |
| 66 | return self._cpp_object.dest_cells |
| 67 | |
| 68 | |
| 69 | class BoundingBoxTree(typing.Generic[Real]): |
nothing calls this directly
no outgoing calls
no test coverage detected