Version: 8.3.0
SMESH::Controls::CoplanarFaces Class Reference

#include <SMESH_ControlsDef.hxx>

Inheritance diagram for SMESH::Controls::CoplanarFaces:

Public Member Functions

 CoplanarFaces ()
 
void SetFace (long theID)
 
long GetFace () const
 
void SetTolerance (const double theToler)
 
double GetTolerance () const
 
virtual SMDSAbs_ElementType GetType () const
 
virtual void SetMesh (const SMDS_Mesh *theMesh)
 
virtual bool IsSatisfy (long theElementId)
 
virtual Predicateclone () const
 

Private Attributes

TMeshModifTracer myMeshModifTracer
 
long myFaceID
 
double myToler
 
TColStd_MapOfInteger myCoplanarIDs
 

Constructor & Destructor Documentation

CoplanarFaces::CoplanarFaces ( )

Member Function Documentation

long SMESH::Controls::CoplanarFaces::GetFace ( ) const
double SMESH::Controls::CoplanarFaces::GetTolerance ( ) const
virtual SMDSAbs_ElementType SMESH::Controls::CoplanarFaces::GetType ( ) const
virtual

Implements SMESH::Controls::Predicate.

References SMDSAbs_Face.

bool CoplanarFaces::IsSatisfy ( long  theElementId)
virtual

Implements SMESH::Controls::Predicate.

References myCoplanarIDs.

void SMESH::Controls::CoplanarFaces::SetFace ( long  theID)
void SMESH::Controls::CoplanarFaces::SetTolerance ( const double  theToler)

Field Documentation

TColStd_MapOfInteger SMESH::Controls::CoplanarFaces::myCoplanarIDs
private

Referenced by IsSatisfy(), and SetMesh().

long SMESH::Controls::CoplanarFaces::myFaceID
private

Referenced by SetMesh().

TMeshModifTracer SMESH::Controls::CoplanarFaces::myMeshModifTracer
private

Referenced by SetMesh().

double SMESH::Controls::CoplanarFaces::myToler
private

Referenced by SetMesh().