#include <SMESH_ControlsDef.hxx>
Detailed Description
Definition at line 628 of file SMESH_ControlsDef.hxx.
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 |
void SMESH::Controls::ElementsOnSurface::SetTolerance |
( |
const double |
theToler | ) |
|
double SMESH::Controls::ElementsOnSurface::GetTolerance |
( |
| ) |
const |
void SMESH::Controls::ElementsOnSurface::SetUseBoundaries |
( |
bool |
theUse | ) |
|
bool SMESH::Controls::ElementsOnSurface::GetUseBoundaries |
( |
| ) |
const |
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
const SMDS_Mesh* SMESH::Controls::ElementsOnSurface::myMesh |
|
private |
TColStd_MapOfInteger SMESH::Controls::ElementsOnSurface::myIds |
|
private |
TopoDS_Face SMESH::Controls::ElementsOnSurface::mySurf |
|
private |
double SMESH::Controls::ElementsOnSurface::myToler |
|
private |
bool SMESH::Controls::ElementsOnSurface::myUseBoundaries |
|
private |
GeomAPI_ProjectPointOnSurf SMESH::Controls::ElementsOnSurface::myProjector |
|
private |