#include <SMESH_ControlsDef.hxx>
Definition at line 628 of file SMESH_ControlsDef.hxx.
| SMESH::Controls::ElementsOnSurface::ElementsOnSurface |
( |
| ) |
|
| SMESH::Controls::ElementsOnSurface::~ElementsOnSurface |
( |
| ) |
|
| 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::SetSurface |
( |
const TopoDS_Shape & |
theShape, |
|
|
const SMDSAbs_ElementType |
theType |
|
) |
| |
| 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 |
| 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 |