mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3836 Annotations. Polyline edit fixes. Default pos
This commit is contained in:
@@ -45,7 +45,7 @@ public:
|
||||
std::vector<RimPolylineTarget*> activeTargets() const;
|
||||
virtual bool isEmpty() override;
|
||||
|
||||
void appendTarget();
|
||||
void appendTarget(const cvf::Vec3d& defaultPos = cvf::Vec3d::ZERO);
|
||||
void insertTarget(const RimPolylineTarget* targetToInsertBefore, RimPolylineTarget* targetToInsert);
|
||||
void deleteTarget(RimPolylineTarget* targetTodelete);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user