SALOME - SMESH
SMESH_ElementSearcher Struct Referenceabstract

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
 

Detailed Description

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 85 of file SMESH_MeshEditor.hxx.

Member Function Documentation

◆ FindElementsByPoint()

virtual void SMESH_ElementSearcher::FindElementsByPoint ( const gp_Pnt &  point,
SMDSAbs_ElementType  type,
std::vector< const SMDS_MeshElement * > &  foundElems 
)
pure virtual