mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Well Target Candidates: misc improvements.
Improvements: * Well Target Candidates: Add filtering by binary result * Well Target Candidates: make result grid cell count configurable. * Well Target Candidates: Improve ui ordering. * Well Target Candidates: compute probability, and simplify vector names. * Optimization: Avoid expensive unintended duplication of data
This commit is contained in:
@@ -39,6 +39,8 @@ public:
|
||||
|
||||
void setBoundingBox( const cvf::BoundingBox& boundingBox );
|
||||
|
||||
void setCellCount( const cvf::Vec3st& cellCount );
|
||||
|
||||
bool openEclipseGridFile() override;
|
||||
|
||||
cvf::ref<RifReaderInterface> createModel( QString modelName );
|
||||
@@ -46,4 +48,8 @@ public:
|
||||
private:
|
||||
caf::PdmField<cvf::Vec3d> m_minimum;
|
||||
caf::PdmField<cvf::Vec3d> m_maximum;
|
||||
|
||||
caf::PdmField<int> m_cellCountI;
|
||||
caf::PdmField<int> m_cellCountJ;
|
||||
caf::PdmField<int> m_cellCountK;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user