#3945 Avoid ray tracing around edges of contour map

This commit is contained in:
Gaute Lindkvist
2019-01-10 21:16:22 +01:00
parent 23142acc01
commit 14cce66d2a
2 changed files with 37 additions and 19 deletions

View File

@@ -199,7 +199,8 @@ protected:
caf::PdmPointer<RimEclipseResultCase> m_eclipseCase;
cvf::ref<RigMainGrid> m_mainGrid;
cvf::Vec2ui m_mapSize;
cvf::BoundingBox m_fullBoundingBox;
cvf::BoundingBox m_expandedBoundingBox;
cvf::BoundingBox m_gridBoundingBox;
double m_sampleSpacing;
std::vector<ContourPolygons> m_contourPolygons;
};