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

Method SetInteractionReferenceGeometry

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

Source from the content-addressed store, hash-verified

327}
328
329void mitk::BaseRenderer::SetInteractionReferenceGeometry(const TimeGeometry* geometry)
330{
331 if (m_InteractionReferenceGeometry == geometry)
332 {
333 return;
334 }
335
336 m_InteractionReferenceGeometry = geometry;
337
338 this->UpdateCurrentGeometries();
339}
340
341void mitk::BaseRenderer::SetSlice(unsigned int slice)
342{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected