MCPcopy Create free account
hub / github.com/SuperElastix/elastix / SetupForDebugging

Function SetupForDebugging

Testing/itkTestHelper.h:124–134  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

122
123//------------------------------------------------------------------------------
124void
125SetupForDebugging()
126{
127 auto tow = TestOutputWindow::New();
128 OutputWindow::SetInstance(tow);
129
130#if (defined(_WIN32) && defined(_DEBUG)) || !defined(NDEBUG)
131 Object::SetGlobalWarningDisplay(true);
132 std::cout << "INFO: test called Object::SetGlobalWarningDisplay(true)\n";
133#endif
134}
135
136
137//------------------------------------------------------------------------------

Callers 8

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected