Merge remote-tracking branch 'origin/dev' into pre-proto

This commit is contained in:
Magne Sjaastad
2017-03-15 10:10:43 +01:00
342 changed files with 4314 additions and 2890 deletions

View File

@@ -55,9 +55,6 @@ public:
};
public:
RiuSelectionManager();
~RiuSelectionManager();
static RiuSelectionManager* instance();
// Returns selected items
@@ -84,6 +81,10 @@ public:
bool isEmpty(int role = RUI_APPLICATION_GLOBAL) const;
private:
RiuSelectionManager();
~RiuSelectionManager();
RiuSelectionManager(const RiuSelectionManager&) = delete;
void deleteAllItemsFromSelection(int role);
private:
@@ -167,7 +168,7 @@ public:
cvf::Color3f color,
int elementFace,
const cvf::Vec3d& localIntersectionPoint,
const std::array<cvf::Vec3f, 3>& m_intersectionTriangle );
const std::array<cvf::Vec3f, 3>& intersectionTriangle );
virtual ~RiuGeoMechSelectionItem() {};
virtual RiuSelectionType type() const