aboutsummaryrefslogtreecommitdiff
path: root/pm.pro
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2016-01-16 20:55:45 +0100
committerSamuel Fadel <samuelfadel@gmail.com>2016-01-16 20:55:45 +0100
commit4c066a82962a9a0634dcfe0a305de7b2a4cacc5b (patch)
tree5dc99bee13b3c216426945c3e1692d4585f2cf6a /pm.pro
parent8ffae45e1dd3965763fd74f2f20d88478e939389 (diff)
Added the Colormap component.
* The Colormap component is a simple rect with a texture mapped that displays a ColorScale with a fixed number of samples. This number of samples is exported as a member const, which is used on other components (such as VoronoiSplat). * The texture mapping is reflecting the colormap lookup used in VoronoiSplat. * The ColorScale class now has a method for sampling the color scale and outputs the samples to iterator-style objects, providing easy intergration with existing code.
Diffstat (limited to 'pm.pro')
-rw-r--r--pm.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/pm.pro b/pm.pro
index 54476c8..53ac0a5 100644
--- a/pm.pro
+++ b/pm.pro
@@ -11,6 +11,7 @@ HEADERS += main.h \
scale.h \
scatterplot.h \
voronoisplat.h \
+ colormap.h \
historygraph.h \
barchart.h \
interactionhandler.h \
@@ -28,6 +29,7 @@ SOURCES += main.cpp \
geometry.cpp \
scatterplot.cpp \
voronoisplat.cpp \
+ colormap.cpp \
historygraph.cpp \
barchart.cpp \
interactionhandler.cpp \