mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-14 17:48:34 +05:00
21948: EDF SMESH : Memory is not freed when deleting a mesh
+ static bool IsTemporaryIDSource( SMESH::SMESH_IDSource_ptr& idSource );
This commit is contained in:
parent
04a91a7190
commit
09a87fd9f2
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user