47 void cleanupTestCase();
59 void test_withLighting();
61 void test_withoutLighting();
63 void test_withoutColormap();
69 const static unsigned int GEOMETRY_TYPE_VOLUMETRIC = 0;
71 std::unique_ptr< QGLContextHolder > qglContextHolder;
72 std::unique_ptr< TestFramebuffer > testFramebuffer;
73 std::unique_ptr< base::Node > root;
74 std::unique_ptr< base::FrameRenderer > renderer;
75 std::unique_ptr< base::HUVolumeUInt16 > data;