Salome HOME
0022108: EDF 2547 SMESH: Duplicate elements only
authoreap <eap@opencascade.com>
Tue, 28 May 2013 16:41:32 +0000 (16:41 +0000)
committereap <eap@opencascade.com>
Tue, 28 May 2013 16:41:32 +0000 (16:41 +0000)
+  void DoubleElements( const TIDSortedElemSet& theElements );

src/SMESH/SMESH_MeshEditor.hxx

index 7796b7cbc92a1fd8c771f71e751241551a9c591c..e8b403e6efc467de31d25445f7f18fe96bcecd54 100644 (file)
@@ -504,6 +504,8 @@ public:
   // Return an index of the shape theElem is on
   // or zero if a shape not found
 
+  void DoubleElements( const TIDSortedElemSet& theElements );
+
   bool DoubleNodes( const std::list< int >& theListOfNodes, 
                     const std::list< int >& theListOfModifiedElems );