MswRollUp: Centerline calculation restoring and improvement

This is an intermediate commit and does not compile
p4#: 22215
This commit is contained in:
Jacob Støren
2013-08-26 14:09:25 +02:00
parent f392f4457d
commit 27cac28b74
4 changed files with 159 additions and 87 deletions

View File

@@ -69,6 +69,8 @@ private:
void calculateWellPipeCenterline(std::vector< std::vector <cvf::Vec3d> >& pipeBranchesCLCoords,
std::vector< std::vector <RigWellResultPoint> >& pipeBranchesCellIds ) const;
void finishPipeCenterLine( std::vector< std::vector<cvf::Vec3d> > &pipeBranchesCLCoords, const cvf::Vec3d& lastCellCenter ) const;
struct RivPipeBranchData
{
std::vector <RigWellResultPoint> m_cellIds;