ResInsight/ApplicationLibCode/Commands/CrossSectionCommands
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 Use polygon as data source for intersection 2024-02-25 09:21:48 +01:00
RicAppendIntersectionFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicAppendIntersectionFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicAppendSeparateIntersectionResultFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicAppendSeparateIntersectionResultFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicCopyIntersectionsToAllViewsInCaseFeature.cpp Add copyObject to PdmObjectHandle 2024-06-14 17:18:28 +02:00
RicCopyIntersectionsToAllViewsInCaseFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicNewAzimuthDipIntersectionFeature.cpp Refactor connection between cases and views. 2024-04-15 16:10:43 +02:00
RicNewAzimuthDipIntersectionFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicNewPolygonIntersectionFeature.cpp Use polygon as data source for intersection 2024-02-25 09:21:48 +01:00
RicNewPolygonIntersectionFeature.h Use polygon as data source for intersection 2024-02-25 09:21:48 +01:00
RicNewPolylineIntersectionFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicNewPolylineIntersectionFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicNewSimWellIntersectionFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicNewSimWellIntersectionFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicNewWellPathIntersectionFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicNewWellPathIntersectionFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00