Sync seismic section with well path changes. (#10090)

* Sync seismic section with well path changes.
* Make sure we pick seismic textures/coordinates that fits the z steps of the seismic data.
This commit is contained in:
jonjenssen
2023-04-14 10:49:05 +02:00
committed by GitHub
parent 7427e7b6e9
commit dc4d4022d2
4 changed files with 50 additions and 25 deletions

View File

@@ -117,9 +117,10 @@ protected:
private:
void defineCustomContextMenu( const caf::PdmFieldHandle* fieldNeedingMenu, QMenu* menu, QWidget* fieldEditorWidget ) override;
void defineEditorAttribute( const caf::PdmFieldHandle* field, QString uiConfigName, caf::PdmUiEditorAttribute* attribute ) override;
void onLegendConfigChanged( const caf::SignalEmitter* emitter, RimLegendConfigChangeType changeType );
int alignZValue( int z ) const;
void initSliceRanges();
void scheduleViewUpdate();