Salome HOME
0021096: EDF 1729 SMESH: Create a Projection 1D-2D algorithm
authoreap <eap@opencascade.com>
Thu, 13 Oct 2011 05:27:59 +0000 (05:27 +0000)
committereap <eap@opencascade.com>
Thu, 13 Oct 2011 05:27:59 +0000 (05:27 +0000)
commit9484b374c3dbefa3579603f4044854a20c02203e
tree70d6adc856ffc8b66f05ed1f85327130f5a6922f
parentfb7637f0994e3eec1d873d443caf8a150ac07028
0021096: EDF 1729 SMESH: Create a Projection 1D-2D algorithm

+  static TopoDS_Shape GetCommonAncestor(const TopoDS_Shape& shape1,
+                                        const TopoDS_Shape& shape2,
+                                        const SMESH_Mesh&   mesh,
+                                        TopAbs_ShapeEnum    ancestorType);

+  std::pair<int, TopAbs_ShapeEnum> GetMediumPos(const SMDS_MeshNode* n1,
+                                                const SMDS_MeshNode* n2);
src/SMESH/SMESH_MesherHelper.cxx
src/SMESH/SMESH_MesherHelper.hxx