mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user