aboutsummaryrefslogtreecommitdiff
path: root/scatterplot.h
diff options
context:
space:
mode:
Diffstat (limited to 'scatterplot.h')
-rw-r--r--scatterplot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scatterplot.h b/scatterplot.h
index 7ed58c8..4275561 100644
--- a/scatterplot.h
+++ b/scatterplot.h
@@ -1,6 +1,7 @@
#ifndef SCATTERPLOT_H
#define SCATTERPLOT_H
+#include <memory>
#include <armadillo>
#include <QtQuick>
@@ -54,6 +55,7 @@ private:
QSet<int> m_selectedGlyphs;
+ std::unique_ptr<QSGGeometry> m_glyphGeometryPtr, m_glyphOutlineGeometryPtr;
bool m_shouldUpdateGeometry, m_shouldUpdateMaterials;
arma::vec m_colorData;