#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
@@ -22,7 +22,7 @@
#include "RigMainGrid.h"
#include "RigResultAccessor.h"
#include "RimCrossSection.h"
#include "RimIntersection.h"
#include "cafHexGridIntersectionTools/cafHexGridIntersectionTools.h"
@@ -35,7 +35,7 @@
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RivIntersectionGeometryGenerator::RivIntersectionGeometryGenerator(const RimCrossSection* crossSection,
RivIntersectionGeometryGenerator::RivIntersectionGeometryGenerator(const RimIntersection* crossSection,
std::vector<std::vector<cvf::Vec3d> > &polylines,
const cvf::Vec3d& extrusionDirection,
const RivIntersectionHexGridInterface* grid)
@@ -365,7 +365,7 @@ const std::vector<RivIntersectionVertexWeights>& RivIntersectionGeometryGenerato
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
const RimCrossSection* RivIntersectionGeometryGenerator::crossSection() const
const RimIntersection* RivIntersectionGeometryGenerator::crossSection() const
{
return m_crossSection;
}