#2485 Intersection. Field controlling polylines visibility

This commit is contained in:
Bjørn Erik Jensen
2018-03-12 09:21:27 +01:00
parent 716bb3184b
commit e13702a88a
10 changed files with 44 additions and 12 deletions

View File

@@ -23,6 +23,7 @@
#include "cafPdmChildArrayField.h"
#include "cafPdmField.h"
class Rim3dView;
class RimIntersection;
class RimIntersectionBox;
class RimEclipseCellColors;
@@ -70,7 +71,7 @@ public:
void updateCellResultColor(size_t timeStepIndex,
const cvf::ScalarMapper* scalarColorMapper,
const RivTernaryScalarMapper* ternaryColorMapper);
void appendPartsToModel(cvf::ModelBasicList* model, cvf::Transform* scaleTransform);
void appendPartsToModel(Rim3dView& view, cvf::ModelBasicList* model, cvf::Transform* scaleTransform);
std::vector<RimIntersection*> intersections() const;
std::vector<RimIntersectionBox*> intersectionBoxes() const;