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

Method SetSlice

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

Source from the content-addressed store, hash-verified

339}
340
341void mitk::BaseRenderer::SetSlice(unsigned int slice)
342{
343 if (m_Slice == slice)
344 {
345 return;
346 }
347
348 m_Slice = slice;
349
350 this->UpdateCurrentGeometries();
351}
352
353void mitk::BaseRenderer::SetTimeStep(unsigned int timeStep)
354{

Callers 1

SetGeometrySliceMethod · 0.95

Calls 1

Tested by

no test coverage detected