mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add well log loaders.
This commit is contained in:
@@ -71,6 +71,8 @@
|
||||
#include "RimObservedFmuRftData.h"
|
||||
#include "RimObservedSummaryData.h"
|
||||
#include "RimOilField.h"
|
||||
#include "RimOsduWellLog.h"
|
||||
#include "RimOsduWellLogDataLoader.h"
|
||||
#include "RimOsduWellPath.h"
|
||||
#include "RimOsduWellPathDataLoader.h"
|
||||
#include "RimPlotWindow.h"
|
||||
@@ -91,6 +93,8 @@
|
||||
#include "RimSurfaceCollection.h"
|
||||
#include "RimViewLinker.h"
|
||||
#include "RimViewLinkerCollection.h"
|
||||
#include "RimWellLogFile.h"
|
||||
#include "RimWellLogFileDataLoader.h"
|
||||
#include "RimWellLogLasFile.h"
|
||||
#include "RimWellPath.h"
|
||||
#include "RimWellPathCollection.h"
|
||||
@@ -1758,4 +1762,8 @@ void RiaApplication::initializeDataLoadController()
|
||||
dataLoadController->registerDataLoader( RimModeledWellPath::classKeywordStatic(),
|
||||
wellPathGeometryKeyword,
|
||||
std::make_shared<RimModeledWellPathDataLoader>() );
|
||||
|
||||
const QString wellLogKeyword = "WELL_LOG";
|
||||
dataLoadController->registerDataLoader( RimWellLogFile::classKeywordStatic(), wellLogKeyword, std::make_shared<RimWellLogFileDataLoader>() );
|
||||
dataLoadController->registerDataLoader( RimOsduWellLog::classKeywordStatic(), wellLogKeyword, std::make_shared<RimOsduWellLogDataLoader>() );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user