Added control flags to fault collection

This commit is contained in:
Magne Sjaastad
2013-12-06 09:08:45 +01:00
parent 6179d84b87
commit d515d0342b
2 changed files with 9 additions and 1 deletions

View File

@@ -49,6 +49,9 @@ public:
caf::PdmField<bool> showGeometryDetectedFaults;
caf::PdmField<bool> showFaultFaces;
caf::PdmField<bool> showOppositeFaultFaces;
caf::PdmField<bool> showFaultLabel;
caf::PdmField<cvf::Color3f> faultLabelColor;