Searcher for the node closest to a point. More...
#include <SMESH_MeshAlgos.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 |
virtual int | FindNearPoint (const gp_Pnt &point, const double tolerance, std::vector< const SMDS_MeshNode * > &foundNodes)=0 |
virtual | ~SMESH_NodeSearcher () |
Searcher for the node closest to a point.
|
virtual |
|
pure virtual |
Implemented in SMESH_NodeSearcherImpl.
Referenced by SMESH_MeshEditor::CreateHoleSkin(), SMESH_MeshEditor_i::FindNodeClosestTo(), and SMESH_MeshEditor_i::MoveClosestNodeToPoint().
|
pure virtual |
Implemented in SMESH_NodeSearcherImpl.
|
pure virtual |
Implemented in SMESH_NodeSearcherImpl.
Referenced by SMESH_MeshEditor_i::MoveClosestNodeToPoint(), and SMESH_MeshEditor_i::MoveNode().