ResInsight/ApplicationLibCode/ProjectDataModel/GeoMech
Magne Sjaastad a0ebb6e496
Add copyObject to PdmObjectHandle
New syntax to copy an object

    auto curveCopy = curve->copyObject<RimSummaryCurve>();

Previous deprecated syntax

    RimColorLegend* customLegend = dynamic_cast<RimColorLegend*>(
            standardLegend->xmlCapability()->copyByXmlSerialization( caf::PdmDefaultObjectFactory::instance() ) );
2024-06-14 17:18:28 +02:00
..
CMakeLists_files.cmake Displacement curves fault faces (#10243) 2023-05-22 11:37:57 +02:00
RimGeoMechCase.cpp Add copyObject to PdmObjectHandle 2024-06-14 17:18:28 +02:00
RimGeoMechCase.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RimGeoMechCellColors.cpp Remove all use of .uiCapability()->setUiTreeHidden( true ); 2024-02-05 10:15:36 +01:00
RimGeoMechCellColors.h Added more clang-tidy checks 2023-04-14 14:07:45 +02:00
RimGeoMechContourMapProjection.cpp Support both AND and OR operations when combining range and index filters (#11275) 2024-03-11 20:02:47 +01:00
RimGeoMechContourMapProjection.h Added more clang-tidy checks 2023-04-14 14:07:45 +02:00
RimGeoMechContourMapView.cpp Refactor connection between cases and views. 2024-04-15 16:10:43 +02:00
RimGeoMechContourMapView.h Support linking of 2D intersection views 2022-11-24 10:46:54 +01:00
RimGeoMechContourMapViewCollection.cpp Refactor: rename confusing push_back method on view collections. 2024-04-17 14:34:36 +02:00
RimGeoMechContourMapViewCollection.h Refactor: rename confusing push_back method on view collections. 2024-04-17 14:34:36 +02:00
RimGeoMechFaultReactivationResult.cpp Add and use caf::PdmUiPushButtonEditor::configureEditorLabelHidden 2024-02-23 08:47:52 +01:00
RimGeoMechFaultReactivationResult.h Refactor: Extract getPartIndexFromPoint to avoid duplication. 2024-01-03 13:00:09 +01:00
RimGeoMechModels.cpp Remove all use of .uiCapability()->setUiTreeHidden( true ); 2024-02-05 10:15:36 +01:00
RimGeoMechModels.h Added more clang-tidy checks 2023-04-14 14:07:45 +02:00
RimGeoMechPart.cpp Change API for PdmObjectHandle and PdmFieldHandle 2023-05-12 21:41:34 +02:00
RimGeoMechPart.h Merge pull request #8168 from OPM/intersection_displacement 2021-10-20 01:41:14 +02:00
RimGeoMechPartCollection.cpp Remove all use of .uiCapability()->setUiTreeHidden( true ); 2024-02-05 10:15:36 +01:00
RimGeoMechPartCollection.h Fix geomech reload issues 2023-01-25 16:12:10 +01:00
RimGeoMechResultDefinition.cpp Performance: Cellcount functions are used in many loops, and must be as fast as possible 2024-01-22 14:52:49 +01:00
RimGeoMechResultDefinition.h Added more clang-tidy checks 2023-04-14 14:07:45 +02:00
RimGeoMechView.cpp Refactor connection between cases and views. 2024-04-15 16:10:43 +02:00
RimGeoMechView.h Add seismic 3d view (#10472) 2023-08-07 16:35:59 +02:00