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

Method SetGeometryTime

Modules/Core/src/Rendering/mitkBaseRenderer.cpp:438–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436}
437
438void mitk::BaseRenderer::SetGeometryTime(const itk::EventObject& geometryTimeEvent)
439{
440 const auto* timeEvent = dynamic_cast<const TimeNavigationController::TimeEvent *>(&geometryTimeEvent);
441
442 if (nullptr == timeEvent)
443 {
444 return;
445 }
446
447 this->SetTimeStep(timeEvent->GetTimeStep());
448}
449
450void mitk::BaseRenderer::SendUpdateSlice()
451{

Callers

nothing calls this directly

Calls 2

SetTimeStepMethod · 0.95
GetTimeStepMethod · 0.45

Tested by

no test coverage detected