21948: EDF SMESH : Memory is not freed when deleting a mesh

+  static bool               IsTemporaryIDSource( SMESH::SMESH_IDSource_ptr& idSource );
This commit is contained in:
eap 2012-12-14 13:34:18 +00:00
parent 04a91a7190
commit 09a87fd9f2

View 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();