Return elements of given type where the given point is IN or ON. More...
#include <SMESH_MeshEditor.hxx>
Public Member Functions | |
virtual void | FindElementsByPoint (const gp_Pnt &point, SMDSAbs_ElementType type, std::vector< const SMDS_MeshElement * > &foundElems)=0 |
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
Definition at line 83 of file SMESH_MeshEditor.hxx.
virtual void SMESH_ElementSearcher.FindElementsByPoint | ( | const gp_Pnt & | point, | |
SMDSAbs_ElementType | type, | |||
std::vector< const SMDS_MeshElement * > & | foundElems | |||
) | [pure virtual] |