Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Turri <enricoturri@seznam.cz>2019-04-05 12:55:56 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-04-05 12:55:56 +0300
commit6ca49c05df15a176280a097ebb282f017f558484 (patch)
tree3cf2e90dd73b3e2c650d386c07322b3395590356 /src/slic3r/GUI/Selection.hpp
parentd79b090f7c69eb3435a3f17fa21e864e52e25983 (diff)
parent233eda28131081a052a401744ee4e94143972726 (diff)
Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_canvas_gui_refactoring
Diffstat (limited to 'src/slic3r/GUI/Selection.hpp')
-rw-r--r--src/slic3r/GUI/Selection.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slic3r/GUI/Selection.hpp b/src/slic3r/GUI/Selection.hpp
index 5058c72f8..ae121f942 100644
--- a/src/slic3r/GUI/Selection.hpp
+++ b/src/slic3r/GUI/Selection.hpp
@@ -133,10 +133,12 @@ private:
const Transform3d& get_instance_full_matrix() const { return m_instance.full_matrix; }
};
+public:
typedef std::map<unsigned int, VolumeCache> VolumesCache;
typedef std::set<int> InstanceIdxsList;
typedef std::map<int, InstanceIdxsList> ObjectIdxsToInstanceIdxsMap;
+private:
struct Cache
{
// Cache of GLVolume derived transformation matrices, valid during mouse dragging.