From 89edbafa373eea9e614d684fc0589180bd399eb0 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 3 Jul 2013 16:05:46 +0000 Subject: [PATCH] 1) 0020976: EDF 1471 SMESH: New ergonomy to display quality controls + static CORBA::Long* GetTemporaryIDs( SMESH::SMESH_IDSource_ptr& idSource, int& nbIds ); --- src/SMESH_I/SMESH_MeshEditor_i.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SMESH_I/SMESH_MeshEditor_i.hxx b/src/SMESH_I/SMESH_MeshEditor_i.hxx index 5cd60bdfc..ec6ae3b84 100644 --- a/src/SMESH_I/SMESH_MeshEditor_i.hxx +++ b/src/SMESH_I/SMESH_MeshEditor_i.hxx @@ -89,6 +89,7 @@ public: SMESH::SMESH_IDSource_ptr MakeIDSource(const SMESH::long_array& IDsOfElements, SMESH::ElementType type); static bool IsTemporaryIDSource( SMESH::SMESH_IDSource_ptr& idSource ); + static CORBA::Long* GetTemporaryIDs( SMESH::SMESH_IDSource_ptr& idSource, int& nbIds ); CORBA::Boolean RemoveElements(const SMESH::long_array & IDsOfElements) throw (SALOME::SALOME_Exception); -- 2.39.2