MCPcopy Create free account
hub / github.com/MITK/MITK / GetDirection

Function GetDirection

Wrapping/Python/mitk/GeometryHelpers.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 9

DoCalculateFeaturesMethod · 0.85
DoCalculateFeaturesMethod · 0.85
DoCalculateFeaturesMethod · 0.85
DoCalculateFeaturesMethod · 0.85
DoCalculateFeaturesMethod · 0.85
DoCalculateFeaturesMethod · 0.85
DoCalculateFeaturesMethod · 0.85
BindGeometryAccessorsFunction · 0.85
GetDirectionCosinesFunction · 0.85

Calls 2

ExtractDirectionFunction · 0.85

Tested by

no test coverage detected