#815 Renamed RimCrossSection -> RimIntersection

This commit is contained in:
Jacob Støren
2016-09-21 10:48:25 +02:00
parent e5cf69a3fe
commit 08baa5ccc9
19 changed files with 81 additions and 81 deletions

View File

@@ -37,7 +37,7 @@ namespace cvf
class RigMainGrid;
class RimEclipseCellColors;
class RimCellEdgeColors;
class RimCrossSection;
class RimIntersection;
//==================================================================================================
///
@@ -47,7 +47,7 @@ class RimCrossSection;
class RivIntersectionPartMgr : public cvf::Object
{
public:
RivIntersectionPartMgr(const RimCrossSection* rimCrossSection);
RivIntersectionPartMgr(const RimIntersection* rimCrossSection);
void applySingleColorEffect();
void updateCellResultColor(size_t timeStepIndex);
@@ -76,7 +76,7 @@ private:
cvf::ref<RivIntersectionHexGridInterface> createHexGridInterface();
private:
const RimCrossSection* m_rimCrossSection;
const RimIntersection* m_rimCrossSection;
cvf::Color3f m_defaultColor;