eap 0f2c407672 0020464: EDF 1100 SMESH: Performance issue of the function MoveNode
struct SMESH_NodeSearcher
 {
   virtual const SMDS_MeshNode* FindClosestTo( const gp_Pnt& pnt ) = 0;
+  virtual void MoveNode( const SMDS_MeshNode* node, const gp_Pnt& toPnt ) = 0;
 };

0020139: EDF 944 SMESH : Get 2D/3D element with X, Y, Z coordinates

+//=======================================================================
+/*!
+ * \brief Return elements of given type where the given point is IN or ON.
+ *
+ * 'ALL' type means elements of any type excluding nodes and 0D elements
+ */
+//=======================================================================
+
+struct SMESH_ElementSearcher
+{
+  virtual void FindElementsByPoint(const gp_Pnt&                           point,
+                                   SMDSAbs_ElementType                     type,
+                                   std::vector< const SMDS_MeshElement* >& foundNodes)=0;
+};
2009-09-10 05:29:55 +00:00
..
2009-02-17 05:27:49 +00:00
2009-02-17 05:27:49 +00:00
2009-02-17 05:27:49 +00:00
2009-02-17 05:27:49 +00:00
2009-02-17 05:27:49 +00:00
2009-02-17 05:27:49 +00:00
2009-02-17 05:27:49 +00:00
2009-02-17 05:27:49 +00:00
2009-08-27 14:09:43 +00:00
2009-08-27 14:09:43 +00:00
2009-02-17 05:27:49 +00:00
2009-02-17 05:27:49 +00:00
2009-08-27 13:58:53 +00:00
2009-02-17 05:27:49 +00:00