#5019 Use the static methods to color intersections as well

Move all the color/texture  generation methods into a separate tools class.
(Only scope wise)
This commit is contained in:
Jacob Støren
2019-11-20 13:01:25 +01:00
parent 46f335ad0b
commit cd08185678
7 changed files with 182 additions and 311 deletions

View File

@@ -21,6 +21,8 @@
#include "cafPdmPointer.h"
#include "RivHexGridIntersectionTools.h"
#include "cvfArray.h"
#include "cvfBoundingBox.h"
@@ -44,7 +46,7 @@ class ScalarMapper;
class DrawableGeo;
} // namespace cvf
class RivIntersectionGeometryGenerator : public cvf::Object
class RivIntersectionGeometryGenerator : public cvf::Object, public RivIntersectionGeometryGeneratorIF
{
public:
RivIntersectionGeometryGenerator( RimIntersection* crossSection,