mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 09:20:34 +05:00
1) 0020976: EDF 1471 SMESH: New ergonomy to display quality controls
+ static CORBA::Long* GetTemporaryIDs( SMESH::SMESH_IDSource_ptr& idSource, int& nbIds );
This commit is contained in:
parent
69da5c7991
commit
89edbafa37
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user