Tomato
TomatoColormap.h
Go to the documentation of this file.
1 
7 #ifndef TomatoLIB_SHMOLLICOLORMAP_H
8 #define TomatoLIB_SHMOLLICOLORMAP_H
9 
10 #include "CmakeConfigForTomato.h"
11 
12 #ifdef USE_ITK
13 
14 // TODO: reading from a file
15 
16 #include <vector>
17 #include <string>
18 #include <iostream>
19 #include "tomatolib_export.h"
20 
21 std::string TOMATOLIB_EXPORT getEncodedSting(std::vector < unsigned short > encodeSource);
22 
23 std::vector < unsigned short > TOMATOLIB_EXPORT getShmolliColormapRed3TArray();
24 std::vector < unsigned short > TOMATOLIB_EXPORT getShmolliColormapGreen3TArray();
25 std::vector < unsigned short > TOMATOLIB_EXPORT getShmolliColormapBlue3TArray();
26 
27 std::vector < unsigned short > TOMATOLIB_EXPORT getShmolliColormapRed15TArray();
28 std::vector < unsigned short > TOMATOLIB_EXPORT getShmolliColormapGreen15TArray();
29 std::vector < unsigned short > TOMATOLIB_EXPORT getShmolliColormapBlue15TArray();
30 
31 
32 #endif //USE_ITK
33 
34 #endif //TomatoLIB_SHMOLLICOLORMAP_H