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

Method RenderingTestHelper

Modules/Core/TestingHelper/src/mitkRenderingTestHelper.cpp:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33#include <vtkTesting.h>
34
35mitk::RenderingTestHelper::RenderingTestHelper(int width,
36 int height,
37 AntiAliasing antiAliasing)
38 : m_AutomaticallyCloseRenderWindow(true)
39{
40 this->Initialize(width, height, antiAliasing);
41}
42
43mitk::RenderingTestHelper::RenderingTestHelper(
44 int width, int height, int argc, char *argv[], AntiAliasing antiAliasing)

Callers

nothing calls this directly

Calls 2

InitializeMethod · 0.95
SetInputFileNamesMethod · 0.95

Tested by

no test coverage detected