aboutsummaryrefslogtreecommitdiff
path: root/interactionhandler.h
AgeCommit message (Collapse)Author
2015-12-19InteractionHandler: added setTechnique()Samuel Fadel
* Added new method to set the technique being used (should probably add the related signals * Added a new protected constructor to use enums with QML * Enum type renamed to Technique (was InteractiveTechnique) voronoisplat.cpp \
2015-10-22Added PLMP as an alternative technique to use; knn() is now exposed in the ↵Samuel Fadel
mp namespace.
2015-07-24Color mapping in Scatterplot and initial measures.Samuel Fadel
- Scatterplot: can now map any floating point data to colors; - Scatterplot: somewhat optimized geometry/material updates; - Removed anything related to labels where it was not necessary; - Added observers to implement distortion (via measures) visualization; - Added skeleton implementations of NP and silhouette.
2015-05-22Improvements to UI and performance.Samuel Fadel
2015-05-21Nearly complete implementation of interaction.Samuel Fadel
Interaction still does not work due to signals not being correctly emitted.