mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5110 Show only relevant well measurements in WBS track.
This commit is contained in:
@@ -55,8 +55,9 @@ public:
|
||||
QString remark() const;
|
||||
void setRemark( const QString& remark );
|
||||
|
||||
static bool kindHasValue( const QString& measurementKind );
|
||||
static cvf::Color3f mapToColor( const QString& measurementKind );
|
||||
static bool kindHasValue( const QString& measurementKind );
|
||||
static cvf::Color3f mapToColor( const QString& measurementKind );
|
||||
static std::vector<QString> measurementKindsForWellBoreStability();
|
||||
|
||||
private:
|
||||
void fieldChangedByUi( const caf::PdmFieldHandle* changedField,
|
||||
|
||||
Reference in New Issue
Block a user