smesh/src/SMESH
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
..
Makefile.am Issue 0020194: EDF 977 ALL: Get rid of warnings PACKAGE_VERSION already defined 2009-08-13 05:50:13 +00:00
SMESH_0D_Algo.cxx Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMESH_0D_Algo.hxx Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMESH_1D_Algo.cxx Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMESH_1D_Algo.hxx Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMESH_2D_Algo.cxx Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMESH_2D_Algo.hxx Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMESH_3D_Algo.cxx Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMESH_3D_Algo.hxx Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMESH_Algo.cxx unused variables 2009-08-27 14:09:43 +00:00
SMESH_Algo.hxx 0019296: EDF 681 SMESH - Pre-evaluation of the number of elements before mesh 2009-08-25 05:18:16 +00:00
SMESH_Block.cxx 0020452: EDF 1056 SMESH : 2D Projection Issue 2009-08-20 07:35:09 +00:00
SMESH_Block.hxx 0020452: EDF 1056 SMESH : 2D Projection Issue 2009-08-20 07:35:09 +00:00
SMESH_Comment.hxx 0019929: EDF 772 SMESH : script readability 2009-02-24 14:52:58 +00:00
SMESH_ComputeError.hxx Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMESH_DataMapOfElemPtrSequenceOfElemPtr.hxx Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMESH_Gen.cxx unused variables 2009-08-27 14:09:43 +00:00
SMESH_Gen.hxx Implememtation of evaluation for improvement 0019296. 2009-06-29 13:26:16 +00:00
SMESH_Group.cxx Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMESH_Group.hxx Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMESH_HypoFilter.cxx Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMESH_HypoFilter.hxx Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMESH_Hypothesis.cxx Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMESH_Hypothesis.hxx Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMESH_IndexedDataMapOfShapeIndexedMapOfShape.hxx Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMESH_Mesh.cxx fix GetSubMesh() 2009-08-27 13:58:53 +00:00
SMESH_Mesh.hxx IMP 0020089: Take into account 0D elements (MED_POINT1) 2009-07-16 13:33:03 +00:00
SMESH_MeshEditor.cxx 0020464: EDF 1100 SMESH: Performance issue of the function MoveNode 2009-09-10 05:29:55 +00:00
SMESH_MeshEditor.hxx 0020464: EDF 1100 SMESH: Performance issue of the function MoveNode 2009-09-10 05:29:55 +00:00
SMESH_MesherHelper.cxx Fix compilation problems on Windows 2009-07-31 13:52:22 +00:00
SMESH_MesherHelper.hxx 0020128: EDF SMESH 926 : Quadratic conversion of BLSURF mesh 2009-06-18 12:44:50 +00:00
SMESH_Octree.cxx Bug 0020185: EDF SMESH 967 : Anomaly in Merge Nodes. 2009-04-03 08:54:51 +00:00
SMESH_Octree.hxx Bug 0020185: EDF SMESH 967 : Anomaly in Merge Nodes. 2009-04-03 08:54:51 +00:00
SMESH_OctreeNode.cxx Bug 0020185: EDF SMESH 967 : Anomaly in Merge Nodes. 2009-04-03 08:54:51 +00:00
SMESH_OctreeNode.hxx Bug 0020185: EDF SMESH 967 : Anomaly in Merge Nodes. 2009-04-03 08:54:51 +00:00
SMESH_Pattern.cxx #include SMESH_MeshEditor.hxx via SMESH_MesherHelper.hxx 2009-05-19 15:26:34 +00:00
SMESH_Pattern.hxx Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMESH_SequenceOfElemPtr.hxx Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMESH_SequenceOfNode.hxx Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMESH_SMESH.hxx Test EXPORTS definition with target name as suggested by cmake 2009-03-06 16:00:11 +00:00
SMESH_subMesh.cxx 0019296: EDF 681 SMESH - Pre-evaluation of the number of elements before mesh 2009-08-25 05:18:16 +00:00
SMESH_subMesh.hxx Implememtation of evaluation for improvement 0019296. 2009-06-29 13:26:16 +00:00
SMESH_subMeshEventListener.hxx Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00