SALOME - SMESH
|
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
virtual void SMESH_ElementSearcher::FindElementsByPoint | ( | const gp_Pnt & | point, |
SMDSAbs_ElementType | type, | ||
std::vector< const SMDS_MeshElement * > & | foundElems | ||
) | [pure virtual] |