Version: 8.3.0
SMESH::Controls::CoincidentElements Class Referenceabstract

#include <SMESH_ControlsDef.hxx>

Inheritance diagram for SMESH::Controls::CoincidentElements:

Public Member Functions

 CoincidentElements ()
 
virtual void SetMesh (const SMDS_Mesh *theMesh)
 
virtual bool IsSatisfy (long theElementId)
 
virtual SMDSAbs_ElementType GetType () const =0
 
virtual Predicateclone () const
 

Private Attributes

const SMDS_MeshmyMesh
 

Constructor & Destructor Documentation

CoincidentElements::CoincidentElements ( )

Member Function Documentation

void CoincidentElements::SetMesh ( const SMDS_Mesh theMesh)
virtual

Field Documentation

const SMDS_Mesh* SMESH::Controls::CoincidentElements::myMesh
private