SALOME - SMESH
SMESH::Controls::ElementsOnSurface Class Reference

#include <SMESH_ControlsDef.hxx>

Inheritance diagram for SMESH::Controls::ElementsOnSurface:
Inheritance graph
Collaboration diagram for SMESH::Controls::ElementsOnSurface:
Collaboration graph

Public Member Functions

 ElementsOnSurface ()
 ~ElementsOnSurface ()
virtual void SetMesh (const SMDS_Mesh *theMesh)
virtual bool IsSatisfy (long theElementId)
virtual SMDSAbs_ElementType GetType () const
void SetTolerance (const double theToler)
double GetTolerance () const
void SetSurface (const TopoDS_Shape &theShape, const SMDSAbs_ElementType theType)
void SetUseBoundaries (bool theUse)
bool GetUseBoundaries () const

Private Member Functions

void process ()
void process (const SMDS_MeshElement *theElem)
bool isOnSurface (const SMDS_MeshNode *theNode)

Private Attributes

const SMDS_MeshmyMesh
TColStd_MapOfInteger myIds
SMDSAbs_ElementType myType
TopoDS_Face mySurf
double myToler
bool myUseBoundaries
GeomAPI_ProjectPointOnSurf myProjector

Constructor & Destructor Documentation

SMESH::Controls::ElementsOnSurface::ElementsOnSurface ( )
SMESH::Controls::ElementsOnSurface::~ElementsOnSurface ( )

Member Function Documentation

virtual void SMESH::Controls::ElementsOnSurface::SetMesh ( const SMDS_Mesh theMesh) [virtual]
virtual bool SMESH::Controls::ElementsOnSurface::IsSatisfy ( long  theElementId) [virtual]
virtual SMDSAbs_ElementType SMESH::Controls::ElementsOnSurface::GetType ( ) const [virtual]
void SMESH::Controls::ElementsOnSurface::SetTolerance ( const double  theToler)
double SMESH::Controls::ElementsOnSurface::GetTolerance ( ) const
void SMESH::Controls::ElementsOnSurface::SetSurface ( const TopoDS_Shape theShape,
const SMDSAbs_ElementType  theType 
)
void SMESH::Controls::ElementsOnSurface::SetUseBoundaries ( bool  theUse)
bool SMESH::Controls::ElementsOnSurface::GetUseBoundaries ( ) const

Definition at line 641 of file SMESH_ControlsDef.hxx.

void SMESH::Controls::ElementsOnSurface::process ( ) [private]
void SMESH::Controls::ElementsOnSurface::process ( const SMDS_MeshElement theElem) [private]
bool SMESH::Controls::ElementsOnSurface::isOnSurface ( const SMDS_MeshNode theNode) [private]

Field Documentation

Definition at line 649 of file SMESH_ControlsDef.hxx.

TColStd_MapOfInteger SMESH::Controls::ElementsOnSurface::myIds [private]

Definition at line 650 of file SMESH_ControlsDef.hxx.

Definition at line 653 of file SMESH_ControlsDef.hxx.

Definition at line 654 of file SMESH_ControlsDef.hxx.

GeomAPI_ProjectPointOnSurf SMESH::Controls::ElementsOnSurface::myProjector [private]

Definition at line 656 of file SMESH_ControlsDef.hxx.