Basic seismic support (#10010)

Add basic seismic section support to eclipse and geomech views.
This commit is contained in:
jonjenssen
2023-03-24 15:36:10 +01:00
committed by GitHub
parent 71a418dc78
commit 2e01f4a31d
73 changed files with 4594 additions and 76 deletions

View File

@@ -58,12 +58,14 @@ public:
m_minimum = 0;
m_maximum = 10;
m_showSpinBox = true;
m_step = 1;
}
public:
int m_minimum;
int m_maximum;
bool m_showSpinBox;
int m_step;
};
class PdmUiSliderEditor : public PdmUiFieldEditorHandle