From a1956a4ff879eb2d34c7a0ca448f48ee6e64ce99 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Tue, 1 Sep 2015 20:45:02 -0300 Subject: Improvements related to visual representation of distortions. - New continuous color scale class; - Improvements in signal handler for calculating distortions; - Implementation of the NP(k) measure. --- pm.pro | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pm.pro') diff --git a/pm.pro b/pm.pro index 8856347..de669cd 100644 --- a/pm.pro +++ b/pm.pro @@ -3,13 +3,16 @@ QT += qml quick widgets QMAKE_CXXFLAGS += -std=c++11 -fopenmp QMAKE_LIBS += -larmadillo -fopenmp HEADERS += colorscale.h \ + continuouscolorscale.h \ scatterplot.h \ interactionhandler.h \ distortionobserver.h \ + distortionmeasure.h \ npdistortion.h \ mp.h SOURCES += main.cpp \ colorscale.cpp \ + continuouscolorscale.cpp \ scatterplot.cpp \ interactionhandler.cpp \ distortionobserver.cpp \ -- cgit v1.2.3