LibCarna Version 3.4.0
Loading...
Searching...
No Matches
ColorMapTest.hpp
1/*
2 * Copyright (C) 2021 - 2025 Leonid Kostrykin
3 *
4 */
5
6#pragma once
7
8namespace LibCarna
9{
10
11namespace testing
12{
13
14
15
16// ----------------------------------------------------------------------------------
17// ColorMapTest
18// ----------------------------------------------------------------------------------
19
25class ColorMapTest : public QObject
26{
27
28 Q_OBJECT
29
30private slots:
31
35 void initTestCase();
36
40 void cleanupTestCase();
41
45 void init();
46
50 void cleanup();
51
52// ----------------------------------------------------------------------------------
53
54 void test_setMinimumIntensity();
55
56 void test_setMaximumIntensity();
57
58}; // ColorMapTest
59
60
61
62} // namespace LibCarna :: testing
63
64} // namespace LibCarna
Unit-tests of the LibCarna::base::ColorMap class.