mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3530 Support picking on 2d Maps.
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#include "RicEclipsePropertyFilterNewExec.h"
|
||||
#include "RicGeoMechPropertyFilterNewExec.h"
|
||||
#include "RicPickEventHandler.h"
|
||||
#include "RicContourMapPickEventHandler.h"
|
||||
#include "WellLogCommands/Ric3dWellLogCurvePickEventHandler.h"
|
||||
#include "WellPathCommands/RicIntersectionPickEventHandler.h"
|
||||
#include "WellPathCommands/RicWellPathPickEventHandler.h"
|
||||
@@ -127,6 +128,7 @@ RiuViewerCommands::RiuViewerCommands(RiuViewer* ownerViewer)
|
||||
addDefaultPickEventHandler(RicIntersectionPickEventHandler::instance());
|
||||
addDefaultPickEventHandler(Ric3dWellLogCurvePickEventHandler::instance());
|
||||
addDefaultPickEventHandler(RicWellPathPickEventHandler::instance());
|
||||
addDefaultPickEventHandler(RicContourMapPickEventHandler::instance());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user