mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added summary related class diagrams
This commit is contained in:
35
doc/view_classes.plantuml
Normal file
35
doc/view_classes.plantuml
Normal file
@@ -0,0 +1,35 @@
|
||||
@startuml
|
||||
|
||||
class RimView {
|
||||
RimViewGeometry* viewGeometry()
|
||||
}
|
||||
|
||||
class Rim3dView {
|
||||
}
|
||||
|
||||
class RimPlotView {
|
||||
}
|
||||
|
||||
|
||||
RimView <|-- RimPlotView
|
||||
RimView <|-- Rim3dView
|
||||
|
||||
|
||||
RimView *-- RimViewGeometry
|
||||
|
||||
RimPlotView <|-- RimWellLogPlot
|
||||
RimPlotView <|-- RimSummaryPlot
|
||||
|
||||
Rim3dView <|-- RimEclipseView
|
||||
Rim3dView <|-- RimGeoMechView
|
||||
|
||||
class RimWindow {
|
||||
}
|
||||
|
||||
RimViewGeometry --> RimWindow
|
||||
|
||||
class RimViewGeometry {
|
||||
PtrField<RimWindow> window
|
||||
}
|
||||
|
||||
@enduml
|
||||
Reference in New Issue
Block a user