#888 Intersection Box: Enable picking on intersection box geometry

This commit is contained in:
Magne Sjaastad
2016-09-26 10:35:59 +02:00
parent d87aa6a466
commit 6b1dd89b2e
4 changed files with 48 additions and 18 deletions

View File

@@ -32,8 +32,6 @@ public:
const std::vector<size_t>& triangleToCellIndex() const;
const RimIntersectionBox* intersectionBox() const;
private:
cvf::cref<RivIntersectionBoxGeometryGenerator> m_intersectionBoxGeometryGenerator;
};