mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#815 : Intersection Box : Added PartManager and SourceInfo
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
|
||||
#include "cvfBoundingBox.h"
|
||||
|
||||
class RivIntersectionBoxPartMgr;
|
||||
|
||||
//==================================================================================================
|
||||
//
|
||||
@@ -44,6 +45,9 @@ public:
|
||||
cvf::Mat4d boxOrigin() const;
|
||||
cvf::Vec3d boxSize() const;
|
||||
|
||||
RivIntersectionBoxPartMgr* intersectionBoxPartMgr();
|
||||
|
||||
|
||||
void setModelBoundingBox(cvf::BoundingBox& boundingBox);
|
||||
|
||||
protected:
|
||||
@@ -67,5 +71,7 @@ private:
|
||||
caf::PdmField<double> maxZCoord;
|
||||
|
||||
|
||||
cvf::BoundingBox m_boundingBox;
|
||||
cvf::BoundingBox m_boundingBox;
|
||||
|
||||
cvf::ref<RivIntersectionBoxPartMgr> m_intersectionBoxPartMgr;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user