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

Method RotateDownKey

Modules/DataTypesExt/src/mitkAffineBaseDataInteractor3D.cpp:163–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163void mitk::AffineBaseDataInteractor3D::RotateDownKey(mitk::StateMachineAction *,
164 mitk::InteractionEvent *interactionEvent)
165{
166 float stepSize = 1.0f;
167 this->GetDataNode()->GetFloatProperty(rotationStepSizePropertyName, stepSize);
168 this->RotateGeometry(stepSize, 0, this->GetUpdatedTimeGeometry(interactionEvent));
169 return;
170}
171
172void mitk::AffineBaseDataInteractor3D::RotateLeftKey(mitk::StateMachineAction *,
173 mitk::InteractionEvent *interactionEvent)

Callers

nothing calls this directly

Calls 4

RotateGeometryMethod · 0.95
GetFloatPropertyMethod · 0.45
GetDataNodeMethod · 0.45

Tested by

no test coverage detected