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

Method GetVtkRenderer

Modules/Core/src/Rendering/mitkRenderWindowFrame.cpp:59–62  ·  view source on GitHub ↗

* Returns the renderer responsible for * rendering the text into the * vtkRenderWindow */

Source from the content-addressed store, hash-verified

57 * vtkRenderWindow
58 */
59vtkSmartPointer<vtkRenderer> mitk::RenderWindowFrame::GetVtkRenderer()
60{
61 return m_RectangleRenderer;
62}
63
64/**
65 * Disables drawing of the text label collection.

Callers 15

InitializeWindowsFunction · 0.45
FitFunction · 0.45
SetupWidgetsMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
OnTakeScreenshotMethod · 0.45
MitkRenderMethod · 0.45
OnPopupMenuTriggeredMethod · 0.45
CalculateLayerDepthMethod · 0.45

Calls

no outgoing calls

Tested by 2