49 void cleanupTestCase();
61 void test_withLighting();
63 void test_withoutLighting();
65 void test_withoutColormap();
67 void test_withColorMapLimits();
73 const static unsigned int GEOMETRY_TYPE_VOLUMETRIC = 0;
75 std::unique_ptr< QGLContextHolder > qglContextHolder;
76 std::unique_ptr< TestFramebuffer > testFramebuffer;
77 std::unique_ptr< base::Node > root;
78 std::unique_ptr< base::FrameRenderer > renderer;
79 std::unique_ptr< base::IntensityVolumeUInt16 > data;