smesh/src/SMESH
eap e5dab7ea91 0020918: EDF 1447 SMESH: Mesh common borders
Add means to notify CORBA API implementation level on group removal
   caused by hypotheses events (maybe in other mesh)

-  void RemoveGroup (const int theGroupID);
+  bool RemoveGroup (const int theGroupID);

+  struct TRmGroupCallUp
+  {
+    virtual void RemoveGroup (const int theGroupID)=0;
+    virtual ~TRmGroupCallUp() {}
+  };
+  void SetRemoveGroupCallUp( TRmGroupCallUp * upCaller );
+
+
2010-11-12 14:39:34 +00:00
..
Makefile.am Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_0D_Algo.cxx Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_0D_Algo.hxx Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_1D_Algo.cxx Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_1D_Algo.hxx Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_2D_Algo.cxx Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_2D_Algo.hxx Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_3D_Algo.cxx Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_3D_Algo.hxx Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_Algo.cxx Issue 0020921: EDF 1462 SMESH: Regression in 5.1.4. a quadrangle meshing fails 2010-07-08 06:51:11 +00:00
SMESH_Algo.hxx fix comments 2010-11-12 14:28:26 +00:00
SMESH_Block.cxx Correct name of an argument 2010-09-21 07:48:09 +00:00
SMESH_Block.hxx Correct name of an argument 2010-09-21 07:48:09 +00:00
SMESH_Comment.hxx Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_ComputeError.hxx Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_DataMapOfElemPtrSequenceOfElemPtr.hxx Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_File.cxx Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_File.hxx Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_Gen.cxx improve comment 2010-09-02 06:26:55 +00:00
SMESH_Gen.hxx Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_Group.cxx nullify myGroupDS in destructor 2010-11-12 14:29:24 +00:00
SMESH_Group.hxx -// $Header: 2010-11-12 14:29:53 +00:00
SMESH_HypoFilter.cxx bool SMESH_HypoFilter::IsMoreLocalThanPredicate::IsOk(const SMESH_Hypothesis* aHyp, 2010-09-02 06:26:23 +00:00
SMESH_HypoFilter.hxx Regeression of the Test Case 3D_submesh/A0 2010-11-12 14:31:15 +00:00
SMESH_Hypothesis.cxx Regeression of the Test Case 3D_submesh/A0 2010-11-12 14:31:15 +00:00
SMESH_Hypothesis.hxx 0020918: EDF 1447 SMESH: Mesh common borders 2010-11-12 14:34:11 +00:00
SMESH_IndexedDataMapOfShapeIndexedMapOfShape.hxx Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_Mesh.cxx 0020918: EDF 1447 SMESH: Mesh common borders 2010-11-12 14:39:34 +00:00
SMESH_Mesh.hxx 0020918: EDF 1447 SMESH: Mesh common borders 2010-11-12 14:39:34 +00:00
SMESH_MeshEditor.cxx 0020889: EDF 1433 SMESH: SplitHexaToTetra: add the 24 tetras mode 2010-10-04 11:24:14 +00:00
SMESH_MeshEditor.hxx 0020889: EDF 1433 SMESH: SplitHexaToTetra: add the 24 tetras mode 2010-10-04 11:24:14 +00:00
SMESH_MesherHelper.cxx + SMDS_MeshFace* AddPolygonalFace (const std::vector<const SMDS_MeshNode*>& nodes, 2010-10-04 11:25:52 +00:00
SMESH_MesherHelper.hxx + SMDS_MeshFace* AddPolygonalFace (const std::vector<const SMDS_MeshNode*>& nodes, 2010-10-04 11:25:52 +00:00
SMESH_Octree.cxx Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_Octree.hxx Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_OctreeNode.cxx Use TIDSortedNodeSet instead of set< const SMDS_MeshNode*> when looking for coincident nodes 2010-09-15 11:41:11 +00:00
SMESH_OctreeNode.hxx Use TIDSortedNodeSet instead of set< const SMDS_MeshNode*> when looking for coincident nodes 2010-09-15 11:41:11 +00:00
SMESH_Pattern.cxx Merge from V5_1_4_BR (5_1_4rc2) 09/06/2010 2010-06-10 06:51:07 +00:00
SMESH_Pattern.hxx Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_SequenceOfElemPtr.hxx Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_SequenceOfNode.hxx Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_SMESH.hxx Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_subMesh.cxx issue 0020959: HEXA_3D fails on shell 2010-09-22 11:41:25 +00:00
SMESH_subMesh.hxx Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00
SMESH_subMeshEventListener.hxx Merge from V5_1_4_BR 07/05/2010 2010-05-07 15:08:23 +00:00