| 90 | } |
| 91 | |
| 92 | py::array_t<double> GetDirection(const mitk::TimeGeometry* tg, mitk::TimeStepType t) |
| 93 | { |
| 94 | return ExtractDirection(*GetConstGeometryForTimeStep(tg, t)); |
| 95 | } |
| 96 | |
| 97 | void SetDirection(mitk::TimeGeometry* tg, py::array_t<double, py::array::c_style | py::array::forcecast> direction, mitk::TimeStepType t) |
| 98 | { |
no test coverage detected