]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
21948: EDF SMESH : Memory is not freed when deleting a mesh
authoreap <eap@opencascade.com>
Fri, 14 Dec 2012 13:34:18 +0000 (13:34 +0000)
committereap <eap@opencascade.com>
Fri, 14 Dec 2012 13:34:18 +0000 (13:34 +0000)
+  static bool               IsTemporaryIDSource( SMESH::SMESH_IDSource_ptr& idSource );

src/SMESH_I/SMESH_MeshEditor_i.hxx

index a6a0e3c44b89aca9703a90ec30a099f0a9857666..d3295821d70e31dac6678c9652482a0ab9786364 100644 (file)
@@ -84,6 +84,7 @@ public:
    */
   SMESH::SMESH_IDSource_ptr MakeIDSource(const SMESH::long_array& IDsOfElements,
                                          SMESH::ElementType       type);
+  static bool               IsTemporaryIDSource( SMESH::SMESH_IDSource_ptr& idSource );
   CORBA::Boolean RemoveElements(const SMESH::long_array & IDsOfElements);
   CORBA::Boolean RemoveNodes(const SMESH::long_array & IDsOfNodes);
   CORBA::Long    RemoveOrphanNodes();