#2046 First nearly working more advanced branch detection

This commit is contained in:
Jacob Støren
2017-11-02 09:31:09 +01:00
committed by Jacob Støren
parent f21e27e25b
commit 956b73c0c9
5 changed files with 671 additions and 103 deletions

View File

@@ -51,6 +51,7 @@ private:
static bool hasAnyValidDataCells(const RigWellResultBranch& branch);
static void finishPipeCenterLine( std::vector< std::vector<cvf::Vec3d> > &pipeBranchesCLCoords, const cvf::Vec3d& lastCellCenter ) ;
static RigWellResultFrame splitIntoBranches(const RigWellResultFrame& wellResultFrame, const RigEclipseCaseData* eclipseCaseData);
static void addCellCenterPoints(const RigEclipseCaseData* eclipseCaseData, std::vector<std::vector<cvf::Vec3d>> &pipeBranchesCLCoords, std::vector<std::vector<RigWellResultPoint>> &pipeBranchesCellIds);
};