Salome HOME
0019292: EDF 672 SMESH : extend Composite side discretisation to 2D
authoreap <eap@opencascade.com>
Tue, 9 Dec 2008 12:42:47 +0000 (12:42 +0000)
committereap <eap@opencascade.com>
Tue, 9 Dec 2008 12:42:47 +0000 (12:42 +0000)
commit6e016370519258aad379a0a7cc4d6a0c5a586b41
tree61ec360306801e653e7a4bf10d838ccd02804e3e
parentfbe251bb298e868b8e60bd5d8f34f263d120dbb3
 0019292: EDF 672 SMESH : extend Composite side discretisation to 2D
   /*!
+   * \brief Fill map of node parameter on geometrical edge to node it-self
+   * \param theMesh - The mesh containing nodes
+   * \param theEdge - The geometrical edge of interest
+   * \param theNodes - The resulting map
+   * \param ignoreMediumNodes - to store medium nodes of quadratic elements or not
+   * \retval bool - false if not all parameters are OK
+   */
+  static bool GetSortedNodesOnEdge(const SMESHDS_Mesh*                        theMesh,
+                                   const TopoDS_Edge&                         theEdge,
+                                   const bool                                 ignoreMediumNodes,
+                                   std::map< double, const SMDS_MeshNode* > & theNodes);
src/SMESH/SMESH_Algo.cxx
src/SMESH/SMESH_Algo.hxx