mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Merge remote-tracking branch 'origin/dev' into pre-proto
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user