| 391 | } |
| 392 | |
| 393 | void InitGeometries(py::module_& m) |
| 394 | { |
| 395 | InitBaseGeometry(m); |
| 396 | InitGeometry3D(m); |
| 397 | InitPlaneGeometry(m); |
| 398 | InitSlicedGeometry3D(m); |
| 399 | InitTimeGeometry(m); |
| 400 | InitArbitraryTimeGeometry(m); |
| 401 | InitProportionalTimeGeometry(m); |
| 402 | } |
no test coverage detected