mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2046 First nearly working more advanced branch detection
This commit is contained in:
committed by
Jacob Støren
parent
f21e27e25b
commit
956b73c0c9
@@ -32,6 +32,8 @@
|
||||
|
||||
|
||||
class RigMainGrid;
|
||||
class RigCell;
|
||||
|
||||
|
||||
class RigConnection
|
||||
{
|
||||
@@ -76,7 +78,14 @@ public:
|
||||
RigNNCData();
|
||||
|
||||
void processConnections(const RigMainGrid& mainGrid);
|
||||
|
||||
|
||||
static cvf::StructGridInterface::FaceType calculateCellFaceOverlap(const RigCell &c1,
|
||||
const RigCell &c2,
|
||||
const RigMainGrid &mainGrid,
|
||||
std::vector<size_t>* connectionPolygon,
|
||||
std::vector<cvf::Vec3d>* connectionIntersections);
|
||||
|
||||
|
||||
std::vector<RigConnection>& connections() { return m_connections; }
|
||||
const std::vector<RigConnection>& connections() const { return m_connections; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user