Salome HOME
PAL13460 (force the mesh to go through a point)
authoreap <eap@opencascade.com>
Wed, 28 Feb 2007 09:43:19 +0000 (09:43 +0000)
committereap <eap@opencascade.com>
Wed, 28 Feb 2007 09:43:19 +0000 (09:43 +0000)
+  static void GetLinkedNodes( const SMDS_MeshNode* node,
+                              TIDSortedElemSet &   linkedNodes,
+                              SMDSAbs_ElementType  type = SMDSAbs_All );

src/SMESH/SMESH_MeshEditor.hxx

index 5add2f1a29824802442caeb591385273c67e7dc7..81b085096cbe6d3b99dec23ed214945f9f53e717 100644 (file)
@@ -431,7 +431,14 @@ public:
 
   static void RemoveElemFromGroups (const SMDS_MeshElement* removeelem,
                                     SMESHDS_Mesh *          aMesh);
-  // remove elemToAdd from the groups 
+  // remove elemToAdd from the groups
+
+  /*!
+   * \brief Return nodes linked to the given one in elements of the type
+   */
+  static void GetLinkedNodes( const SMDS_MeshNode* node,
+                              TIDSortedElemSet &   linkedNodes,
+                              SMDSAbs_ElementType  type = SMDSAbs_All );
 
   static const SMDS_MeshElement*
     FindFaceInSet(const SMDS_MeshNode*    n1,