mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7909 Surface Extraction : Updates based on review
This commit is contained in:
@@ -65,6 +65,14 @@ private:
|
||||
// Extract 4 vertices per grid cell
|
||||
void extractGridDataUsingFourVerticesPerCell();
|
||||
|
||||
void addGeometryForFaultFaces( const RigMainGrid* grid,
|
||||
size_t currentCellIndex,
|
||||
cvf::StructGridInterface::FaceType extractionFace,
|
||||
cvf::StructGridInterface::FaceType faultFace,
|
||||
cvf::Vec3d* currentCornerVerts,
|
||||
std::vector<cvf::Vec3d>& vertices,
|
||||
std::vector<unsigned>& triangleIndices );
|
||||
|
||||
// This method will populate m_structGridIndices used when exporting to PTL file format
|
||||
// Fault geometry will be smoothed using this method
|
||||
void extractStructuredSurfaceFromGridData();
|
||||
|
||||
Reference in New Issue
Block a user