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

Method RotateUpModifierKey

Modules/DataTypesExt/src/mitkAffineBaseDataInteractor3D.cpp:188–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188void mitk::AffineBaseDataInteractor3D::RotateUpModifierKey(mitk::StateMachineAction *,
189 mitk::InteractionEvent *interactionEvent)
190{
191 float stepSize = 1.0f;
192 this->GetDataNode()->GetFloatProperty(rotationStepSizePropertyName, stepSize);
193 this->RotateGeometry(stepSize, 1, this->GetUpdatedTimeGeometry(interactionEvent));
194}
195
196void mitk::AffineBaseDataInteractor3D::RotateDownModifierKey(mitk::StateMachineAction *,
197 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