Searcher for the node closest to point. More...
#include <SMESH_MeshEditor.hxx>

Public Member Functions | |
| virtual const SMDS_MeshNode * | FindClosestTo (const gp_Pnt &pnt)=0 |
| virtual void | MoveNode (const SMDS_MeshNode *node, const gp_Pnt &toPnt)=0 |
Searcher for the node closest to point.
Definition at line 61 of file SMESH_MeshEditor.hxx.
| virtual const SMDS_MeshNode* SMESH_NodeSearcher.FindClosestTo | ( | const gp_Pnt & | pnt | ) | [pure virtual] |
Implemented in SMESH_NodeSearcherImpl.
| virtual void SMESH_NodeSearcher.MoveNode | ( | const SMDS_MeshNode * | node, |
| const gp_Pnt & | toPnt | ||
| ) | [pure virtual] |
Implemented in SMESH_NodeSearcherImpl.