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

Method RotateRightKey

Modules/DataTypesExt/src/mitkAffineBaseDataInteractor3D.cpp:180–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180void mitk::AffineBaseDataInteractor3D::RotateRightKey(mitk::StateMachineAction *,
181 mitk::InteractionEvent *interactionEvent)
182{
183 float stepSize = 1.0f;
184 this->GetDataNode()->GetFloatProperty(rotationStepSizePropertyName, stepSize);
185 this->RotateGeometry(stepSize, 2, this->GetUpdatedTimeGeometry(interactionEvent));
186}
187
188void mitk::AffineBaseDataInteractor3D::RotateUpModifierKey(mitk::StateMachineAction *,
189 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