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

Method SetTimeStep

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

Source from the content-addressed store, hash-verified

351}
352
353void mitk::BaseRenderer::SetTimeStep(unsigned int timeStep)
354{
355 if (m_TimeStep == timeStep)
356 {
357 return;
358 }
359
360 m_TimeStep = timeStep;
361 m_TimeStepUpdateTime.Modified();
362
363 this->UpdateCurrentGeometries();
364}
365
366mitk::TimeStepType mitk::BaseRenderer::GetTimeStep(const mitk::BaseData* data) const
367{

Callers 15

SetGeometryTimeMethod · 0.95
GenerateImageSliceMethod · 0.45
ExtractSliceFromImageFunction · 0.45
GenerateDataMethod · 0.45
ExtractSliceMethod · 0.45
WriteSliceToVolumeMethod · 0.45
RunTestWithParametersMethod · 0.45
testRoutineMethod · 0.45

Calls 2

ModifiedMethod · 0.45

Tested by 3

RunTestWithParametersMethod · 0.36
testRoutineMethod · 0.36
Test4DMethod · 0.36