SMESH.Controls.FreeBorders Class Reference

#include <SMESH_ControlsDef.hxx>

Inheritance diagram for SMESH.Controls.FreeBorders:

Inheritance graph

Public Member Functions

 FreeBorders ()
virtual void SetMesh (const SMDS_Mesh *theMesh)
virtual bool IsSatisfy (long theElementId)
virtual SMDSAbs_ElementType GetType () const

Protected Attributes

const SMDS_MeshmyMesh

Constructor & Destructor Documentation

FreeBorders::FreeBorders  ) 
 


Member Function Documentation

void FreeBorders::SetMesh const SMDS_Mesh theMesh  )  [virtual]
 

Implements SMESH.Controls.Functor.

bool FreeBorders::IsSatisfy long  theElementId  )  [virtual]
 

Implements SMESH.Controls.Predicate.

SMDSAbs_ElementType FreeBorders::GetType  )  const [virtual]
 

Implements SMESH.Controls.Predicate.


Field Documentation

const SMDS_Mesh* SMESH.Controls.FreeBorders.myMesh [protected]