(#404) Use only one structure for well path geometry

This commit is contained in:
Magne Sjaastad
2015-12-04 15:15:51 +01:00
parent 1977578d90
commit c4eee507a8
2 changed files with 26 additions and 15 deletions
@@ -60,6 +60,7 @@ private:
bool m_needsTransformUpdate;
void buildWellPathParts(cvf::Vec3d displayModelOffset, double characteristicCellSize, cvf::BoundingBox wellPathClipBoundingBox);
void clearAllBranchData();
struct RivPipeBranchData
{
@@ -71,7 +72,6 @@ private:
};
RivPipeBranchData m_pipeBranchData;
std::list<RivPipeBranchData> m_wellBranches;
cvf::ref<cvf::Part> m_wellLabelPart;
cvf::ref<cvf::ScalarMapper> m_scalarMapper;