Wrap a C++ PointOwnershipData.
(self, ownership_data)
| 42 | _cpp_object: _cpp.geometry.PointOwnershipData_float32 | _cpp.geometry.PointOwnershipData_float64 |
| 43 | |
| 44 | def __init__(self, ownership_data): |
| 45 | """Wrap a C++ PointOwnershipData.""" |
| 46 | self._cpp_object = ownership_data |
| 47 | |
| 48 | @property |
| 49 | def src_owner(self) -> npt.NDArray[np.int32]: |
nothing calls this directly
no outgoing calls
no test coverage detected