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