Magne Sjaastad
|
df091336e0
|
Move summary tools into separate folder
|
2024-10-22 07:28:43 +02:00 |
|
Kristian Bendiksen
|
e9c46c5cec
|
Rename RimSummaryCaseCollection to RimSummaryEnsemble.
|
2024-07-30 08:55:12 +02:00 |
|
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 |
|
Kristian Bendiksen
|
959c9d48fa
|
#10649 ApplicationLibCode: Use collection.empty() instead of comparing with size
|
2023-09-27 10:16:37 +02:00 |
|
Magne Sjaastad
|
1da509166a
|
Improve CmdFeature base class
Add default implementation of isEnabled() and add const
|
2023-06-26 14:28:46 +02:00 |
|
Magne Sjaastad
|
f8c5cf389f
|
clang-format: Set column width to 140
* Set column width to 140
* Use c++20
* Remove redundant virtual
|
2023-02-26 10:48:40 +01:00 |
|
Jon Jenssen
|
85d3f98f91
|
Allow drag'n'drop of realizations into summary plots
Improve "Create Summary Case Group" feature to not delete selected realizations from the source collection.
|
2022-03-08 07:55:39 +01:00 |
|
Gaute Lindkvist
|
81699db187
|
Rename ApplicationCode to ApplicationLibCode
|
2021-01-11 15:27:45 +01:00 |
|