Wrap a C++ BoundingBoxTree. Note: This initializer should not be used in user code. Use ``bb_tree``.
(self, tree)
| 72 | _cpp_object: _cpp.geometry.BoundingBoxTree_float32 | _cpp.geometry.BoundingBoxTree_float64 |
| 73 | |
| 74 | def __init__(self, tree): |
| 75 | """Wrap a C++ BoundingBoxTree. |
| 76 | |
| 77 | Note: |
| 78 | This initializer should not be used in user code. Use |
| 79 | ``bb_tree``. |
| 80 | |
| 81 | """ |
| 82 | self._cpp_object = tree |
| 83 | |
| 84 | @property |
| 85 | def num_bboxes(self) -> int: |
nothing calls this directly
no outgoing calls
no test coverage detected