Medical Imaging Interaction Toolkit  2024.12.00
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Turbo.h
Go to the documentation of this file.
1 /*============================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #ifndef _lut_Turbo_h_
14 #define _lut_Turbo_h_
15 
16 // The Turbo Colormap was developed by Anton Mikhailov at Google in 2019.
17 // It has been released unter the Apache 2.0 license.
18 
19 static const int Turbo[256][3] = {
20  { 48, 18, 59}, { 50, 21, 67}, { 51, 24, 74}, { 52, 27, 81},
21  { 53, 30, 88}, { 54, 33, 95}, { 55, 36, 102}, { 56, 39, 109},
22  { 57, 42, 115}, { 58, 45, 121}, { 59, 47, 128}, { 60, 50, 134},
23  { 61, 53, 139}, { 62, 56, 145}, { 63, 59, 151}, { 63, 62, 156},
24  { 64, 64, 162}, { 65, 67, 167}, { 65, 70, 172}, { 66, 73, 177},
25  { 66, 75, 181}, { 67, 78, 186}, { 68, 81, 191}, { 68, 84, 195},
26  { 68, 86, 199}, { 69, 89, 203}, { 69, 92, 207}, { 69, 94, 211},
27  { 70, 97, 214}, { 70, 100, 218}, { 70, 102, 221}, { 70, 105, 224},
28  { 70, 107, 227}, { 71, 110, 230}, { 71, 113, 233}, { 71, 115, 235},
29  { 71, 118, 238}, { 71, 120, 240}, { 71, 123, 242}, { 70, 125, 244},
30  { 70, 128, 246}, { 70, 130, 248}, { 70, 133, 250}, { 70, 135, 251},
31  { 69, 138, 252}, { 69, 140, 253}, { 68, 143, 254}, { 67, 145, 254},
32  { 66, 148, 255}, { 65, 150, 255}, { 64, 153, 255}, { 62, 155, 254},
33  { 61, 158, 254}, { 59, 160, 253}, { 58, 163, 252}, { 56, 165, 251},
34  { 55, 168, 250}, { 53, 171, 248}, { 51, 173, 247}, { 49, 175, 245},
35  { 47, 178, 244}, { 46, 180, 242}, { 44, 183, 240}, { 42, 185, 238},
36  { 40, 188, 235}, { 39, 190, 233}, { 37, 192, 231}, { 35, 195, 228},
37  { 34, 197, 226}, { 32, 199, 223}, { 31, 201, 221}, { 30, 203, 218},
38  { 28, 205, 216}, { 27, 208, 213}, { 26, 210, 210}, { 26, 212, 208},
39  { 25, 213, 205}, { 24, 215, 202}, { 24, 217, 200}, { 24, 219, 197},
40  { 24, 221, 194}, { 24, 222, 192}, { 24, 224, 189}, { 25, 226, 187},
41  { 25, 227, 185}, { 26, 228, 182}, { 28, 230, 180}, { 29, 231, 178},
42  { 31, 233, 175}, { 32, 234, 172}, { 34, 235, 170}, { 37, 236, 167},
43  { 39, 238, 164}, { 42, 239, 161}, { 44, 240, 158}, { 47, 241, 155},
44  { 50, 242, 152}, { 53, 243, 148}, { 56, 244, 145}, { 60, 245, 142},
45  { 63, 246, 138}, { 67, 247, 135}, { 70, 248, 132}, { 74, 248, 128},
46  { 78, 249, 125}, { 82, 250, 122}, { 85, 250, 118}, { 89, 251, 115},
47  { 93, 252, 111}, { 97, 252, 108}, {101, 253, 105}, {105, 253, 102},
48  {109, 254, 98}, {113, 254, 95}, {117, 254, 92}, {121, 254, 89},
49  {125, 255, 86}, {128, 255, 83}, {132, 255, 81}, {136, 255, 78},
50  {139, 255, 75}, {143, 255, 73}, {146, 255, 71}, {150, 254, 68},
51  {153, 254, 66}, {156, 254, 64}, {159, 253, 63}, {161, 253, 61},
52  {164, 252, 60}, {167, 252, 58}, {169, 251, 57}, {172, 251, 56},
53  {175, 250, 55}, {177, 249, 54}, {180, 248, 54}, {183, 247, 53},
54  {185, 246, 53}, {188, 245, 52}, {190, 244, 52}, {193, 243, 52},
55  {195, 241, 52}, {198, 240, 52}, {200, 239, 52}, {203, 237, 52},
56  {205, 236, 52}, {208, 234, 52}, {210, 233, 53}, {212, 231, 53},
57  {215, 229, 53}, {217, 228, 54}, {219, 226, 54}, {221, 224, 55},
58  {223, 223, 55}, {225, 221, 55}, {227, 219, 56}, {229, 217, 56},
59  {231, 215, 57}, {233, 213, 57}, {235, 211, 57}, {236, 209, 58},
60  {238, 207, 58}, {239, 205, 58}, {241, 203, 58}, {242, 201, 58},
61  {244, 199, 58}, {245, 197, 58}, {246, 195, 58}, {247, 193, 58},
62  {248, 190, 57}, {249, 188, 57}, {250, 186, 57}, {251, 184, 56},
63  {251, 182, 55}, {252, 179, 54}, {252, 177, 54}, {253, 174, 53},
64  {253, 172, 52}, {254, 169, 51}, {254, 167, 50}, {254, 164, 49},
65  {254, 161, 48}, {254, 158, 47}, {254, 155, 45}, {254, 153, 44},
66  {254, 150, 43}, {254, 147, 42}, {254, 144, 41}, {253, 141, 39},
67  {253, 138, 38}, {252, 135, 37}, {252, 132, 35}, {251, 129, 34},
68  {251, 126, 33}, {250, 123, 31}, {249, 120, 30}, {249, 117, 29},
69  {248, 114, 28}, {247, 111, 26}, {246, 108, 25}, {245, 105, 24},
70  {244, 102, 23}, {243, 99, 21}, {242, 96, 20}, {241, 93, 19},
71  {240, 91, 18}, {239, 88, 17}, {237, 85, 16}, {236, 83, 15},
72  {235, 80, 14}, {234, 78, 13}, {232, 75, 12}, {231, 73, 12},
73  {229, 71, 11}, {228, 69, 10}, {226, 67, 10}, {225, 65, 9},
74  {223, 63, 8}, {221, 61, 8}, {220, 59, 7}, {218, 57, 7},
75  {216, 55, 6}, {214, 53, 6}, {212, 51, 5}, {210, 49, 5},
76  {208, 47, 5}, {206, 45, 4}, {204, 43, 4}, {202, 42, 4},
77  {200, 40, 3}, {197, 38, 3}, {195, 37, 3}, {193, 35, 2},
78  {190, 33, 2}, {188, 32, 2}, {185, 30, 2}, {183, 29, 2},
79  {180, 27, 1}, {178, 26, 1}, {175, 24, 1}, {172, 23, 1},
80  {169, 22, 1}, {167, 20, 1}, {164, 19, 1}, {161, 18, 1},
81  {158, 16, 1}, {155, 15, 1}, {152, 14, 1}, {149, 13, 1},
82  {146, 11, 1}, {142, 10, 1}, {139, 9, 2}, {136, 8, 2},
83  {133, 7, 2}, {129, 6, 2}, {126, 5, 2}, {122, 4, 3}};
84 
85 #endif
mitk::Action
represents an action, that is executed after a certain event (in statemachine-mechanism)
Definition: mitkAction.h:27
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
Turbo
static const int Turbo[256][3]
Definition: Turbo.h:19
MITK_TEST_END
and MITK_TEST_END()
mitk::AcMOVESELECTED
@ AcMOVESELECTED
Definition: mitkInteractionConst.h:307
MITK_TEST_BEGIN
section GeneralTestsDeprecatedOldTestingStyle Deprecated macros All tests with MITK_TEST_BEGIN()
mitkClassMacro
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:36
mitk::MitkMultilabelIOMimeTypes::Get
MITKMULTILABELIO_EXPORT std::vector< CustomMimeType * > Get()
possible
use the deprecated old MITK testing style If possible
Definition: TestsGeneral.dox:104