SALOME Mesh module
Go to file
eap 6e01637051 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);
2008-12-09 12:42:47 +00:00
adm_local Implement 'make dist' and 'make distcheck' steps support 2008-09-16 03:20:19 +00:00
bin Implement 'make dist' and 'make distcheck' steps support 2008-09-16 03:20:19 +00:00
doc Imp 19925 - Mesh preview 2008-12-01 12:08:28 +00:00
idl IMP199929 Script simplification and correct Set Name of the Mesh 2008-12-09 10:57:24 +00:00
resources Imp 19925 - Mesh preview 2008-12-01 12:01:11 +00:00
src 0019292: EDF 672 SMESH : extend Composite side discretisation to 2D 2008-12-09 12:42:47 +00:00
AUTHORS Using AutoTools for build procedure 2007-04-13 14:53:27 +00:00
build_configure Merge from V4_1_0_maintainance branch (from tag mergeto_BR_QT4_Dev_08Jul08) 2008-07-23 11:49:09 +00:00
ChangeLog DCQ : Merge with Ecole_Ete_a6. 2004-06-18 08:34:31 +00:00
clean_configure Implement 'make dist' and 'make distcheck' steps support 2008-09-16 03:20:19 +00:00
configure.ac Changing version to 5.1.0 2008-10-29 08:52:45 +00:00
COPYING Using AutoTools for build procedure 2007-04-13 14:53:27 +00:00
cvs-tags DCQ : Merge with Ecole_Ete_a6. 2004-06-18 08:34:31 +00:00
INSTALL Join modifications from branch BR_DEBUG_3_2_0b1 2006-06-01 11:39:17 +00:00
LICENCE NRI : add LICENCE file 2003-11-06 11:34:19 +00:00
Makefile.am Implement 'make dist' and 'make distcheck' steps support 2008-09-16 03:20:19 +00:00
NEWS Using AutoTools for build procedure 2007-04-13 14:53:27 +00:00
README Using AutoTools for build procedure 2007-04-13 14:53:27 +00:00
SMESH_version.h.in Join modifications from branch BR_DEBUG_3_2_0b1 2006-06-01 11:39:17 +00:00