Salome HOME
1) 0020976: EDF 1471 SMESH: New ergonomy to display quality controls
authoreap <eap@opencascade.com>
Wed, 3 Jul 2013 16:05:46 +0000 (16:05 +0000)
committereap <eap@opencascade.com>
Wed, 3 Jul 2013 16:05:46 +0000 (16:05 +0000)
+  static CORBA::Long*       GetTemporaryIDs( SMESH::SMESH_IDSource_ptr& idSource, int& nbIds );

src/SMESH_I/SMESH_MeshEditor_i.hxx

index 5cd60bdfc7d31acf8ce9211870d841546fecf347..ec6ae3b84f6c3a645e6ece3a6694f4e84ee2bffa 100644 (file)
@@ -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);