Merge branch 'colors/ColorMap' into 'master'
Add ColorMap and named colormaps from matplotlib See merge request Simox/simox!46
No related branches found
No related tags found
Showing
- SimoxUtility/CMakeLists.txt 9 additions, 0 deletionsSimoxUtility/CMakeLists.txt
- SimoxUtility/algorithm/apply.hpp 38 additions, 0 deletionsSimoxUtility/algorithm/apply.hpp
- SimoxUtility/color.h 3 additions, 0 deletionsSimoxUtility/color.h
- SimoxUtility/color/Color.h 28 additions, 71 deletionsSimoxUtility/color/Color.h
- SimoxUtility/color/ColorMap.cpp 143 additions, 0 deletionsSimoxUtility/color/ColorMap.cpp
- SimoxUtility/color/ColorMap.h 120 additions, 0 deletionsSimoxUtility/color/ColorMap.h
- SimoxUtility/color/cmaps.h 6 additions, 0 deletionsSimoxUtility/color/cmaps.h
- SimoxUtility/color/cmaps/Named.cpp 123 additions, 0 deletionsSimoxUtility/color/cmaps/Named.cpp
- SimoxUtility/color/cmaps/Named.h 70 additions, 0 deletionsSimoxUtility/color/cmaps/Named.h
- SimoxUtility/color/cmaps/colormaps.cpp 3416 additions, 0 deletionsSimoxUtility/color/cmaps/colormaps.cpp
- SimoxUtility/color/cmaps/colormaps.h 98 additions, 0 deletionsSimoxUtility/color/cmaps/colormaps.h
- SimoxUtility/color/interpolation.cpp 22 additions, 0 deletionsSimoxUtility/color/interpolation.cpp
- SimoxUtility/color/interpolation.h 17 additions, 0 deletionsSimoxUtility/color/interpolation.h
- SimoxUtility/tests/CMakeLists.txt 2 additions, 2 deletionsSimoxUtility/tests/CMakeLists.txt
- SimoxUtility/tests/algorithm/CMakeLists.txt 1 addition, 0 deletionsSimoxUtility/tests/algorithm/CMakeLists.txt
- SimoxUtility/tests/algorithm/apply.cpp 54 additions, 0 deletionsSimoxUtility/tests/algorithm/apply.cpp
- SimoxUtility/tests/color/CMakeLists.txt 1 addition, 0 deletionsSimoxUtility/tests/color/CMakeLists.txt
- SimoxUtility/tests/color/ColorMap.cpp 277 additions, 0 deletionsSimoxUtility/tests/color/ColorMap.cpp
Loading
Please register or sign in to comment