#3530 Support picking on 2d Maps.

This commit is contained in:
Gaute Lindkvist
2018-11-14 12:38:20 +01:00
parent cbc0e55303
commit 387741d0c1
7 changed files with 197 additions and 36 deletions

View File

@@ -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());
}
}