Salome HOME
0022108: EDF 2547 SMESH: Duplicate elements only
authoreap <eap@opencascade.com>
Tue, 28 May 2013 16:43:28 +0000 (16:43 +0000)
committereap <eap@opencascade.com>
Tue, 28 May 2013 16:43:28 +0000 (16:43 +0000)
+  void _pyGen::addFilterUser( Handle(_pyCommand)& theCmd, const Handle(_pyObject)& user );

src/SMESH_I/SMESH_2smeshpy.hxx

index 86a0877283ead578602005aad4660b63552c8ba7..32ad5cd94b017365781c69f5e06c4e8521db50ef 100644 (file)
@@ -268,7 +268,8 @@ private:
   void setNeighbourCommand( Handle(_pyCommand)& theCmd,
                             Handle(_pyCommand)& theOtherCmd,
                             const bool theIsAfter );
-  
+  void addFilterUser( Handle(_pyCommand)& theCmd, const Handle(_pyObject)& user );
+
 private:
   std::map< _pyID, Handle(_pyMesh) >        myMeshes;
   std::map< _pyID, Handle(_pyMeshEditor) >  myMeshEditors;