mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-27 13:47:12 -05:00
Reparent RimFaultDistanceResultCollection so it is owned directly by RimEclipseView instead of RimFaultInViewCollection, and show it as a top-level node next to the Faults node in the project tree. RimFaultDistanceResult::calculateValueOptions now reaches the fault list through the view (the fault collection is a sibling rather than an ancestor after the move). RicNewFaultDistanceResultFeature resolves the view from the selection and takes both the distance collection and the all-faults fallback from it. The scriptable API moves with the collection: add_fault_distance_result is now exposed on RimEclipseView (view.add_fault_distance_result(...)) via the new RimcEclipseView, replacing RimcFaultInViewCollection.
50 lines
2.5 KiB
CMake
50 lines
2.5 KiB
CMake
set(SOURCE_GROUP_SOURCE_FILES
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcSummaryPlotCollection.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcSummaryCase.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcSummaryResampleData.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcProject.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcElasticProperties.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcStimPlanModelCollection.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcStimPlanModelTemplateCollection.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcStimPlanModelPlotCollection.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcStimPlanModel.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcSurfaceCollection.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcSurface.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcDataContainerDouble.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcDataContainerString.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcDataContainerTime.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcWellLog.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcWellLogPlotCollection.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcWellLogPlot.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcWellLogTrack.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcWellPathGeometryDef.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcModeledWellPath.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcWellPath.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcWellPathCollection.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcFractureTemplateCollection.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcFractureTemplate.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcThermalFractureTemplate.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcIntersection.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcCornerPointCase.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcEclipseCase.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcEclipseStatisticsCase.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcGridView.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcIdenticalGridCaseGroup.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcPressureTable.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcEclipseView.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcFishbonesCollection.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcPolygonCollection.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcDataFilterCollection.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcCombinedFilter.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcRegularSurface.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcPerforationInterval.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcValveTemplateCollection.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcWellPathCompletionSettings.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcWellPathValve.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcWellEventTimeline.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcColorLegend.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RimcNestedCollectionBase.cpp
|
|
)
|
|
|
|
list(APPEND CODE_SOURCE_FILES ${SOURCE_GROUP_SOURCE_FILES})
|