mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#932 Intersection box : Added xy step size and depth step size
This commit is contained in:
@@ -63,8 +63,8 @@ public:
|
||||
// Fields
|
||||
caf::PdmField<QString> name;
|
||||
caf::PdmField<bool> isActive;
|
||||
caf::PdmField< bool > showInactiveCells;
|
||||
|
||||
caf::PdmField<bool> showInactiveCells;
|
||||
|
||||
cvf::Mat4d boxOrigin() const;
|
||||
cvf::Vec3d boxSize() const;
|
||||
SinglePlaneState singlePlaneState() const;
|
||||
@@ -115,8 +115,13 @@ private:
|
||||
caf::PdmField<double> m_maxYCoord;
|
||||
caf::PdmField<double> m_maxDepth;
|
||||
|
||||
caf::PdmField<double> m_xySliderStepSize;
|
||||
caf::PdmField<double> m_depthSliderStepSize;
|
||||
|
||||
caf::PdmField<bool> m_show3DManipulator;
|
||||
|
||||
|
||||
|
||||
cvf::ref<RivIntersectionBoxPartMgr> m_intersectionBoxPartMgr;
|
||||
QPointer<RicBoxManipulatorEventHandler> m_boxManipulator;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user