#1174 Create TOF property filter with selected tracer

This commit is contained in:
Magne Sjaastad
2017-02-13 15:00:49 +01:00
parent 07dc89bceb
commit 73053b0bb7
3 changed files with 66 additions and 7 deletions

View File

@@ -87,6 +87,8 @@ public:
void updateResultNameHasChanged();
void updateAnyFieldHasChanged();
void setTofAndSelectTracer(const QString& tracerName);
protected:
virtual void updateLegendCategorySettings() {};
@@ -123,6 +125,7 @@ protected:
private:
void setFlowSolution(RimFlowDiagSolution* flowSol);
void setSelectedTracers(const std::vector<QString>& selectedTracers);
void assignFlowSolutionFromCase();
bool hasDualPorFractureResult();