SALOME - SMESH
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
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

Detailed Description

Definition at line 628 of file SMESH_ControlsDef.hxx.


Constructor & Destructor Documentation


Member Function Documentation

virtual void SMESH::Controls::ElementsOnSurface::SetMesh ( const SMDS_Mesh theMesh) [virtual]
virtual bool SMESH::Controls::ElementsOnSurface::IsSatisfy ( long  theElementId) [virtual]
void SMESH::Controls::ElementsOnSurface::SetTolerance ( const double  theToler)

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.