| 407 | } |
| 408 | |
| 409 | void ClearImages() override { |
| 410 | PYBIND11_OVERRIDE_PURE(void, Database, ClearImages); |
| 411 | } |
| 412 | |
| 413 | void ClearPosePriors() override { |
| 414 | PYBIND11_OVERRIDE_PURE(void, Database, ClearPosePriors); |
nothing calls this directly
no outgoing calls
no test coverage detected