#898 Include inactive cells in box intersections

This commit is contained in:
Jacob Støren
2016-09-29 14:57:27 +02:00
parent ca71b03d80
commit 865d1e1d9c
3 changed files with 18 additions and 15 deletions

View File

@@ -50,6 +50,7 @@ public:
// Fields
caf::PdmField<QString> name;
caf::PdmField<bool> isActive;
caf::PdmField< bool > showInactiveCells;
cvf::Mat4d boxOrigin() const;
cvf::Vec3d boxSize() const;