Salome HOME
Task #3005 : To be able to create a group on a whole result
[modules/shaper.git] / src / Model / Model_AttributeSelection.h
index c3721e9940e28c9c32e7539881b27809a9b19eb3..ce9872768a5a8df63d1ca5da4127303584514414 100644 (file)
@@ -202,6 +202,10 @@ protected:
   /// Returns null label otherwise.
   TDF_Label baseDocumentLab();
 
+  /// Returns features that conceals theFeature and located in history before theStop
+  void Model_AttributeSelection::concealedFeature(
+    const FeaturePtr theFeature, const FeaturePtr theStop, std::list<FeaturePtr>& theConcealers);
+
   friend class Model_Data;
   friend class Model_AttributeSelectionList;
 };