#5273 Allen Diagrams: Add RigCellFaceGeometryTools

This commit is contained in:
Magne Sjaastad
2020-01-14 09:34:27 +01:00
parent 0abd839669
commit 360893817e
7 changed files with 171 additions and 120 deletions

View File

@@ -69,12 +69,6 @@ public:
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 );
void setConnections( std::vector<RigConnection>& connections );
const std::vector<RigConnection>& connections() const;