SALOME - SMESH
SMESH_ElementSearcher Struct Reference

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


Member Function Documentation

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