mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-28 01:41:42 -06:00
33 lines
620 B
Plaintext
33 lines
620 B
Plaintext
@startuml
|
|
|
|
class RimViewWindow {
|
|
RimMdiWindowController mdiWindowGeometry()
|
|
}
|
|
|
|
note top of RimViewWindow : Updated 2018-04-18 (NOTE : sub classes of RimViewWindow is not complete, consider Doxygen for this info
|
|
|
|
class RimView {
|
|
}
|
|
|
|
RimViewWindow <|-- Rim3dView
|
|
|
|
package plots {
|
|
RimViewWindow <|-- RimSummaryPlot
|
|
RimViewWindow <|-- RimTotalWellAllocationPlot
|
|
RimViewWindow <|-- RimWellAllocationPlot
|
|
RimViewWindow <|-- RimWellLogPlot
|
|
}
|
|
|
|
RimViewWindow *-- RimMdiWindowController
|
|
|
|
Rim3dView <|-- Rim2dIntersectionView
|
|
|
|
Rim3dView <|-- RimGridView
|
|
|
|
RimGridView <|-- RimEclipseView
|
|
RimGridView <|-- RimGeoMechView
|
|
|
|
|
|
|
|
@enduml
|