From eb58d6d004e353dd62d9745e3ed5c6f6c1af4812 Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 28 May 2013 16:43:28 +0000 Subject: [PATCH] 0022108: EDF 2547 SMESH: Duplicate elements only + void _pyGen::addFilterUser( Handle(_pyCommand)& theCmd, const Handle(_pyObject)& user ); --- src/SMESH_I/SMESH_2smeshpy.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SMESH_I/SMESH_2smeshpy.hxx b/src/SMESH_I/SMESH_2smeshpy.hxx index 86a087728..32ad5cd94 100644 --- a/src/SMESH_I/SMESH_2smeshpy.hxx +++ b/src/SMESH_I/SMESH_2smeshpy.hxx @@ -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; -- 2.30.2